Searched refs:PutInt8 (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 158 curPos = PutInt8(buffer, curPos, index); in JpegDqtAssemble() 242 curPos = PutInt8(buffer, curPos, type); in JpegDhtAssemble() 291 curPos = PutInt8(buffer, curPos, precision); in JpegSofAssemble() 314 curPos = PutInt8(buffer, curPos, components); in JpegSofAssemble() 351 curPos = PutInt8(buffer, curPos, components); in JpegSosAssemble() 585 int32_t CodecJpegHelper::PutInt8(int8_t *buffer, int32_t curPos, int8_t value) in PutInt8() function in OHOS::VDI::JPEG::CodecJpegHelper
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 158 curPos = PutInt8(buffer, curPos, index); in JpegDqtAssemble() 242 curPos = PutInt8(buffer, curPos, type); in JpegDhtAssemble() 291 curPos = PutInt8(buffer, curPos, precision); in JpegSofAssemble() 314 curPos = PutInt8(buffer, curPos, components); in JpegSofAssemble() 351 curPos = PutInt8(buffer, curPos, components); in JpegSosAssemble() 585 int32_t CodecJpegHelper::PutInt8(int8_t *buffer, int32_t curPos, int8_t value) in PutInt8() function in OHOS::VDI::JPEG::CodecJpegHelper
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_helper.h | 74 int32_t PutInt8(int8_t *buffer, int32_t curPos, int8_t value);
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/ |
H A D | codec_jpeg_helper.h | 74 int32_t PutInt8(int8_t *buffer, int32_t curPos, int8_t value);
|
Completed in 3 milliseconds