Searched defs:curPos (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 29 int32_t curPos = 0; in JpegAssemble() local 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 D | codec_jpeg_helper.cpp | 29 int32_t curPos = 0; in JpegAssemble() local 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...] |
Completed in 2 milliseconds