Home
last modified time | relevance | path

Searched refs:JpegDhtAssemble (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcodec_jpeg_helper.h48 int32_t JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
49 …int32_t JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curP…
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp53 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble()
209 int32_t CodecJpegHelper::JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, in… in JpegDhtAssemble() function in CodecJpegHelper
212 curPos = JpegDhtAssemble(decInfo.dcHuffTbl, buffer, curPos); in JpegDhtAssemble()
218 curPos = JpegDhtAssemble(decInfo.acHuffTbl, buffer, curPos, false); in JpegDhtAssemble()
224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buff… in JpegDhtAssemble() function in CodecJpegHelper