Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_helper.cpp29 int32_t curPos = 0; in JpegAssemble() local
31 curPos = PutInt16(buffer, curPos, 0xffd8); in JpegAssemble()
32 if (curPos < 0) { in JpegAssemble()
38 curPos = JpegDqtAssemble(decInfo, buffer, curPos); in JpegAssemble()
39 if (curPos < 0) { in JpegAssemble()
45 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble()
46 if (curPos < in JpegAssemble()
134 JpegDqtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDqtAssemble() argument
180 JpegDriAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDriAssemble() argument
205 JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDhtAssemble() argument
220 JpegDhtAssemble( const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc) JpegDhtAssemble() argument
273 JpegSofAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegSofAssemble() argument
333 JpegSosAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegSosAssemble() argument
376 JpegDataAssemble(int8_t *buffer, int32_t curPos, int32_t fd) JpegDataAssemble() argument
574 PutInt16(int8_t *buffer, int32_t curPos, int16_t value) PutInt16() argument
585 PutInt8(int8_t *buffer, int32_t curPos, int8_t value) PutInt8() argument
[all...]
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_helper.cpp29 int32_t curPos = 0; in JpegAssemble() local
31 curPos = PutInt16(buffer, curPos, 0xffd8); in JpegAssemble()
32 if (curPos < 0) { in JpegAssemble()
38 curPos = JpegDqtAssemble(decInfo, buffer, curPos); in JpegAssemble()
39 if (curPos < 0) { in JpegAssemble()
45 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble()
46 if (curPos < in JpegAssemble()
134 JpegDqtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDqtAssemble() argument
180 JpegDriAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDriAssemble() argument
205 JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegDhtAssemble() argument
220 JpegDhtAssemble( const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc) JpegDhtAssemble() argument
273 JpegSofAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegSofAssemble() argument
333 JpegSosAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) JpegSosAssemble() argument
376 JpegDataAssemble(int8_t *buffer, int32_t curPos, int32_t fd) JpegDataAssemble() argument
574 PutInt16(int8_t *buffer, int32_t curPos, int16_t value) PutInt16() argument
585 PutInt8(int8_t *buffer, int32_t curPos, int8_t value) PutInt8() argument
[all...]
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/
H A Dcodec_jpeg_helper.h47 int32_t JpegDqtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
49 int32_t JpegDriAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
51 int32_t JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
54 const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc = true);
56 int32_t JpegSofAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
58 int32_t JpegSosAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
60 int32_t JpegDataAssemble(int8_t *buffer, int32_t curPos, int32_t fd);
72 int32_t PutInt16(int8_t *buffer, int32_t curPos, int16_t value);
74 int32_t PutInt8(int8_t *buffer, int32_t curPos, int8_t value);
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/
H A Dcodec_jpeg_helper.h47 int32_t JpegDqtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
49 int32_t JpegDriAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
51 int32_t JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
54 const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc = true);
56 int32_t JpegSofAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
58 int32_t JpegSosAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos);
60 int32_t JpegDataAssemble(int8_t *buffer, int32_t curPos, int32_t fd);
72 int32_t PutInt16(int8_t *buffer, int32_t curPos, int16_t value);
74 int32_t PutInt8(int8_t *buffer, int32_t curPos, int8_t value);

Completed in 3 milliseconds