Searched refs:JpegDhtAssemble (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_helper.h | 51 int32_t JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos); 53 int32_t JpegDhtAssemble(
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_helper.h | 51 int32_t JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos); 53 int32_t JpegDhtAssemble(
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 45 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble() 205 int32_t CodecJpegHelper::JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) in JpegDhtAssemble() function in OHOS::VDI::JPEG::CodecJpegHelper 208 curPos = JpegDhtAssemble(decInfo.dcHuffTbl, buffer, curPos); in JpegDhtAssemble() 214 curPos = JpegDhtAssemble(decInfo.acHuffTbl, buffer, curPos, false); in JpegDhtAssemble() 220 int32_t CodecJpegHelper::JpegDhtAssemble( in JpegDhtAssemble() function in OHOS::VDI::JPEG::CodecJpegHelper
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 45 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble() 205 int32_t CodecJpegHelper::JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) in JpegDhtAssemble() function in OHOS::VDI::JPEG::CodecJpegHelper 208 curPos = JpegDhtAssemble(decInfo.dcHuffTbl, buffer, curPos); in JpegDhtAssemble() 214 curPos = JpegDhtAssemble(decInfo.acHuffTbl, buffer, curPos, false); in JpegDhtAssemble() 220 int32_t CodecJpegHelper::JpegDhtAssemble( in JpegDhtAssemble() function in OHOS::VDI::JPEG::CodecJpegHelper
|
Completed in 3 milliseconds