Home
last modified time | relevance | path

Searched refs:ByteWriter (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h58 class ByteWriter { class
60 ByteWriter() = default;
61 ~ByteWriter();
H A Dcodec_heif_helper.h50 static bool AddPropOnlyForTmap(ByteWriter& bw);
51 bool AddPropMirrorAndRotate(ByteWriter& bw);
/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp162 ByteWriter bw; in CreateSharedBuffer()
229 ByteWriter::~ByteWriter()
237 bool ByteWriter::CopyDataTo(uint8_t* dstStart)
248 bool ByteWriter::Finalize(std::vector<uint8_t>& dst) in Finalize()
255 bool ByteWriter::AddDataFromFile(PropertyType key, const string& filePath) in AddDataFromFile()
284 bool ByteWriter::Finalize(SharedBuffer& buffer) in Finalize()
H A Dcodec_heif_helper.cpp79 bool HeifEncoderHelper::AddPropOnlyForTmap(ByteWriter& bw) in AddPropOnlyForTmap()
130 bool HeifEncoderHelper::AddPropMirrorAndRotate(ByteWriter& bw) in AddPropMirrorAndRotate()
161 ByteWriter bw; in CreateImgParam()
308 ByteWriter bw; in FillMetaItem()

Completed in 2 milliseconds