Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c29 u8 output_path [MAX_PATH_SIZE]; // path to output file variable
244 memset(output_path, 0x00, MAX_PATH_SIZE); in parse_args()
384 else if (0 == output_path[0]) in parse_args()
387 strcpy(output_path, &argv[i][0]); in parse_args()
409 if (0 == output_path[0]) in parse_args()
412 strcpy(output_path, findbase(input_path)); in parse_args()
419 strcpy(findext(output_path), ".wav"); in parse_args()
424 strcpy(findext(output_path), ".aif"); in parse_args()
430 strcpy(findext(output_path), ".dsp"); in parse_args()
481 printf("\toutput file: '%s'\n", output_path); in parse_args()
[all …]