Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp158 FILE* gPcmDumpFh; variable
1294 if (gPcmDumpFh != NULL) { in PreProcessingFx_Command()
1295 fclose(gPcmDumpFh); in PreProcessingFx_Command()
1296 gPcmDumpFh = NULL; in PreProcessingFx_Command()
1299 gPcmDumpFh = fopen((char*)path, "wb"); in PreProcessingFx_Command()
1301 ALOGV("PREPROC_CMD_DUAL_MIC_PCM_DUMP_START: path %s gPcmDumpFh %p", path, gPcmDumpFh); in PreProcessingFx_Command()
1302 ALOGE_IF(gPcmDumpFh <= 0, "gPcmDumpFh open error %d %s", errno, strerror(errno)); in PreProcessingFx_Command()
1315 if (gPcmDumpFh != NULL) { in PreProcessingFx_Command()
1316 fclose(gPcmDumpFh); in PreProcessingFx_Command()
1317 gPcmDumpFh = NULL; in PreProcessingFx_Command()