Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp167 FILE *gPcmDumpFh; variable
1277 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 …]