Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c43 u8 input_path [MAX_PATH_SIZE]; // path to input file variable
253 memset(input_path, 0x00, MAX_PATH_SIZE); in parse_args()
390 if (0 == input_path[0]) in parse_args()
393 strcpy(input_path, &argv[i][0]); in parse_args()
414 if (0 == input_path[0]) in parse_args()
424 strcpy(output_path, findbase(input_path)); in parse_args()
454 strcpy(coef_path, findbase(input_path)); in parse_args()
492 printf("\tinput file : '%s'\n", input_path); in parse_args()
502 printf("input_path : '%s'\n", input_path); in parse_args()
536 fprintf(handle, "Sample : '%s'\n", input_path); in dump_header()
[all …]