Lines Matching refs:input_path
28 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()
726 encode_soundfile(input_path, &soundinfo); in encode_input_file()
956 if ((input_file = fopen(input_path, "rb")) == NULL) in main()
958 printf("\nERROR: Cannot open %s for reading!\n", input_path); in main()