H A D | codec_jpeg_helper.cpp | 37 int32_t curPos = 0; in JpegAssemble() local 39 curPos = PutInt16(buffer, curPos, 0xffd8); in JpegAssemble() 40 if (curPos < 0) { in JpegAssemble() 46 curPos = JpegDqtAssemble(decInfo, buffer, curPos); in JpegAssemble() 47 if (curPos < 0) { in JpegAssemble() 53 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble() 54 if (curPos < in JpegAssemble() 143 JpegDqtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDqtAssemble() argument 184 JpegDriAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDriAssemble() argument 209 JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDhtAssemble() argument 224 JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc) JpegDhtAssemble() argument 277 JpegSofAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegSofAssemble() argument 338 JpegSosAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegSosAssemble() argument 381 JpegDataAssemble(int8_t *buffer, int32_t curPos, int32_t fd) JpegDataAssemble() argument 577 PutInt16(int8_t *buffer, int32_t curPos, int16_t value) PutInt16() argument 588 PutInt8(int8_t *buffer, int32_t curPos, int8_t value) PutInt8() argument [all...] |