Searched refs:PutInt16 (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 31 curPos = PutInt16(buffer, curPos, 0xffd8); in JpegAssemble() 76 curPos = PutInt16(buffer, curPos, 0xffd9); in JpegAssemble() 138 curPos = PutInt16(buffer, curPos, 0xffdb); in JpegDqtAssemble() 169 curPos = PutInt16(buffer, curPos, decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble() 173 auto ret = PutInt16(buffer, lenPos, bufferLen); in JpegDqtAssemble() 186 curPos = PutInt16(buffer, curPos, 0xffdd); in JpegDriAssemble() 192 curPos = PutInt16(buffer, curPos, 4); // 4: dri data len( marker len included) in JpegDriAssemble() 198 curPos = PutInt16(buffer, curPos, decInfo.restartInterval); in JpegDriAssemble() 225 curPos = PutInt16(buffer, curPos, 0xffc4); in JpegDhtAssemble() 265 auto ret = PutInt16(buffe in JpegDhtAssemble() 574 int32_t CodecJpegHelper::PutInt16(int8_t *buffer, int32_t curPos, int16_t value) PutInt16() function in OHOS::VDI::JPEG::CodecJpegHelper [all...] |
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 31 curPos = PutInt16(buffer, curPos, 0xffd8); in JpegAssemble() 76 curPos = PutInt16(buffer, curPos, 0xffd9); in JpegAssemble() 138 curPos = PutInt16(buffer, curPos, 0xffdb); in JpegDqtAssemble() 169 curPos = PutInt16(buffer, curPos, decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble() 173 auto ret = PutInt16(buffer, lenPos, bufferLen); in JpegDqtAssemble() 186 curPos = PutInt16(buffer, curPos, 0xffdd); in JpegDriAssemble() 192 curPos = PutInt16(buffer, curPos, 4); // 4: dri data len( marker len included) in JpegDriAssemble() 198 curPos = PutInt16(buffer, curPos, decInfo.restartInterval); in JpegDriAssemble() 225 curPos = PutInt16(buffer, curPos, 0xffc4); in JpegDhtAssemble() 265 auto ret = PutInt16(buffe in JpegDhtAssemble() 574 int32_t CodecJpegHelper::PutInt16(int8_t *buffer, int32_t curPos, int16_t value) PutInt16() function in OHOS::VDI::JPEG::CodecJpegHelper [all...] |
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_helper.h | 72 int32_t PutInt16(int8_t *buffer, int32_t curPos, int16_t value);
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_helper.h | 72 int32_t PutInt16(int8_t *buffer, int32_t curPos, int16_t value);
|
Completed in 3 milliseconds