Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp36 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()
H A Ddecode_data_process_common.cpp36 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()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h147 FILE *dumpDecAfterFile_ = nullptr; variable