Searched refs:dumpDecAfterFile_ (Results 1 – 3 of 3) sorted by relevance
36 DumpFileUtil::CloseDumpFile(&dumpDecAfterFile_); in ~DecodeDataProcess()351 … DumpFileUtil::OpenDumpFile(DUMP_SERVER_PARA, DUMP_DCAMERA_AFTER_DEC_FILENAME, &dumpDecAfterFile_); in ProcessData()585 …DumpFileUtil::WriteDumpFile(dumpDecAfterFile_, static_cast<void *>(bufferOutput->Data()), bufferOu… in CopyDecodedImage()
36 DumpFileUtil::CloseDumpFile(&dumpDecAfterFile_); in ~DecodeDataProcess()398 … DumpFileUtil::OpenDumpFile(DUMP_SERVER_PARA, DUMP_DCAMERA_AFTER_DEC_FILENAME, &dumpDecAfterFile_); in ProcessData()621 …DumpFileUtil::WriteDumpFile(dumpDecAfterFile_, static_cast<void *>(bufferOutput->Data()), bufferOu… in CopyDecodedImage()
147 FILE *dumpDecAfterFile_ = nullptr; variable