Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c44 u8 output_path [MAX_PATH_SIZE]; // path to output file variable
254 memset(output_path, 0x00, MAX_PATH_SIZE); in parse_args()
395 else if (0 == output_path[0]) in parse_args()
398 strcpy(output_path, &argv[i][0]); in parse_args()
421 if (0 == output_path[0]) in parse_args()
424 strcpy(output_path, findbase(input_path)); in parse_args()
431 strcpy(findext(output_path), ".wav"); in parse_args()
436 strcpy(findext(output_path), ".aif"); in parse_args()
442 strcpy(findext(output_path), ".dsp"); in parse_args()
493 printf("\toutput file: '%s'\n", output_path); in parse_args()
[all …]