Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1774 FILE *pAU_debug_input_file2 = NULL; variable
22778 pAU_debug_input_file2 = AU_CUS_FileOpen(pInput_File_Name, "rb"); in AU_CUS_DebugMenu()
22779 if (pAU_debug_input_file2 == NULL) in AU_CUS_DebugMenu()
22784 fseek(pAU_debug_input_file2, 0, SEEK_END); in AU_CUS_DebugMenu()
22785 …ioCustomerShmData->g_audio_customer_AU_Demo_PCMIO_input_file_length = ftell(pAU_debug_input_file2); in AU_CUS_DebugMenu()
22786 rewind(pAU_debug_input_file2); in AU_CUS_DebugMenu()
22793 … pstAudioCustomerShmData->g_audio_customer_AU_Demo_PCMIO_input_file_length, pAU_debug_input_file2); in AU_CUS_DebugMenu()
22824 AU_CUS_FileClose(pAU_debug_input_file2); in AU_CUS_DebugMenu()