Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp45 if (ioOut_.is_open()) { in ~JpegDecoder()
46 ioOut_.close(); in ~JpegDecoder()
123 ioOut_.write(reinterpret_cast<char *>(outHandle->virAddr), outHandle->size); in OnEvent()
124 ioOut_.flush(); in OnEvent()
143 ioOut_.open(fileOutput, std::ios_base::binary | std::ios_base::trunc); in PrepareData()
227 ioOut_.write(reinterpret_cast<char *>(outHandle->virAddr), outHandle->size); in Decode()
228 ioOut_.flush(); in Decode()
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_decode.cpp58 if (ioOut_.is_open()) { in ~CodecHdiDecode()
59 ioOut_.close(); in ~CodecHdiDecode()
102 ioOut_.open(opt.fileOutput, std::ios_base::binary | std::ios_base::trunc); in Init()
103 if (!ioOut_.is_open() || !ioIn_.is_open()) { in Init()
700 ioOut_.write(static_cast<char *>(addr), buffer.filledLen); in OnFillBufferDone()
703ioOut_.write(static_cast<char *>(bufferInfo->bufferHandle->virAddr), bufferInfo->bufferHandle->siz… in OnFillBufferDone()
707 ioOut_.flush(); in OnFillBufferDone()
H A Dcodec_hdi_encode.cpp58 if (ioOut_.is_open()) { in ~CodecHdiEncode()
59 ioOut_.close(); in ~CodecHdiEncode()
105 ioOut_.open(opt.fileOutput, std::ios_base::binary | std::ios_base::trunc); in Init()
106 if (!ioOut_.is_open() || !ioIn_.is_open()) { in Init()
645 ioOut_.write(static_cast<char *>(addr), buffer.filledLen); in OnFillBufferDone()
646 ioOut_.flush(); in OnFillBufferDone()
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/
H A Djpeg_decoder.h61 std::ofstream ioOut_; variable
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_decode.h135 std::ofstream ioOut_; variable
H A Dcodec_hdi_encode.h130 std::ofstream ioOut_; variable