Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c28 u8 input_path [MAX_PATH_SIZE]; // path to input file variable
243 memset(input_path, 0x00, MAX_PATH_SIZE); in parse_args()
379 if (0 == input_path[0]) in parse_args()
382 strcpy(input_path, &argv[i][0]); in parse_args()
402 if (0 == input_path[0]) in parse_args()
412 strcpy(output_path, findbase(input_path)); in parse_args()
442 strcpy(coef_path, findbase(input_path)); in parse_args()
480 printf("\tinput file : '%s'\n", input_path); in parse_args()
526 fprintf(handle, "Sample : '%s'\n", input_path); in dump_header()
710 switch (getSoundInfo(input_path, &soundinfo)) in encode_input_file()
[all …]