Home
last modified time | relevance | path

Searched refs:dumpConvertFile_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp160 if (dumpConvertFile_ != nullptr) { in ~HevcDecoder()
161 dumpConvertFile_->close(); in ~HevcDecoder()
221 dumpConvertFile_ = std::make_shared<std::ofstream>(); in OpenDumpFile()
222 dumpConvertFile_->open(fileName, std::ios::out | std::ios::binary); in OpenDumpFile()
223 if (!dumpConvertFile_->is_open()) { in OpenDumpFile()
225 dumpConvertFile_ = nullptr; in OpenDumpFile()
1158 if (!dumpConvertFile_ || !dumpConvertFile_->is_open()) { in DumpConvertOut()
1167 dumpConvertFile_->write(reinterpret_cast<char *>(surfaceInfo.scaleData[0] + srcPos), writeSize); in DumpConvertOut()
1175 dumpConvertFile_ in DumpConvertOut()
[all...]
H A Dhevc_decoder.h210 std::shared_ptr<std::ofstream> dumpConvertFile_ = nullptr; member in OHOS::MediaAVCodec::Codec::HevcDecoder

Completed in 4 milliseconds