Searched refs:pAU_debug_input_file (Results 1 – 1 of 1) sorted by relevance
1773 FILE *pAU_debug_input_file = NULL; variable14499 pAU_debug_input_file = p_infile; in AU_CUS_DTS_Parser_ParseInputFile()17298 g_wmaInput_fp = pAU_debug_input_file; in AU_CUS_WMA_Parser_ParseInputFile()17369 fclose(pAU_debug_input_file); in AU_CUS_WMA_Parser_ParseInputFile()17416 fclose(pAU_debug_input_file); in AU_CUS_WMA_Parser_ParseInputFile()17417 pAU_debug_input_file = NULL; in AU_CUS_WMA_Parser_ParseInputFile()17418 pAU_debug_input_file = fopen(intermediateFileName, "rb"); in AU_CUS_WMA_Parser_ParseInputFile()17419 if (pAU_debug_input_file == NULL) in AU_CUS_WMA_Parser_ParseInputFile()17425 if (fseek(pAU_debug_input_file, 0, SEEK_END)) in AU_CUS_WMA_Parser_ParseInputFile()17431 ret_file_length = ftell(pAU_debug_input_file); //move ptr to begin of file: rewind(fp); in AU_CUS_WMA_Parser_ParseInputFile()[all …]