Searched refs:dumpDecBeforeFile_ (Results 1 – 3 of 3) sorted by relevance
35 DumpFileUtil::CloseDumpFile(&dumpDecBeforeFile_); in ~DecodeDataProcess()350 …umpFileUtil::OpenDumpFile(DUMP_SERVER_PARA, DUMP_DCAMERA_BEFORE_DEC_FILENAME, &dumpDecBeforeFile_); in ProcessData()435 …DumpFileUtil::WriteDumpFile(dumpDecBeforeFile_, static_cast<void *>(buffer->Data()), buffer->Size(… in FeedDecoderInputBuffer()
35 DumpFileUtil::CloseDumpFile(&dumpDecBeforeFile_); in ~DecodeDataProcess()397 …umpFileUtil::OpenDumpFile(DUMP_SERVER_PARA, DUMP_DCAMERA_BEFORE_DEC_FILENAME, &dumpDecBeforeFile_); in ProcessData()482 …DumpFileUtil::WriteDumpFile(dumpDecBeforeFile_, static_cast<void *>(buffer->Data()), buffer->Size(… in FeedDecoderInputBuffer()
146 FILE *dumpDecBeforeFile_ = nullptr; variable