Searched refs:gPcmDumpFh (Results 1 – 1 of 1) sorted by relevance
167 FILE *gPcmDumpFh; variable1277 if (gPcmDumpFh != NULL) { in PreProcessingFx_Process()1279 fr * session->inChannelCount * sizeof(int16_t), 1, gPcmDumpFh); in PreProcessingFx_Process()1320 if (gPcmDumpFh != NULL) { in PreProcessingFx_Process()1322 fr * session->inChannelCount * sizeof(int16_t), 1, gPcmDumpFh); in PreProcessingFx_Process()1608 if (gPcmDumpFh != NULL) { in PreProcessingFx_Command()1609 fclose(gPcmDumpFh); in PreProcessingFx_Command()1610 gPcmDumpFh = NULL; in PreProcessingFx_Command()1613 gPcmDumpFh = fopen((char *)path, "wb"); in PreProcessingFx_Command()1616 path, gPcmDumpFh); in PreProcessingFx_Command()[all …]