Searched refs:PutInt8 (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 164 curPos = PutInt8(buffer, curPos, index); in JpegDqtAssemble() 246 curPos = PutInt8(buffer, curPos, type); in JpegDhtAssemble() 295 curPos = PutInt8(buffer, curPos, precision); in JpegSofAssemble() 318 curPos = PutInt8(buffer, curPos, components); in JpegSofAssemble() 356 curPos = PutInt8(buffer, curPos, components); in JpegSosAssemble() 588 int32_t CodecJpegHelper::PutInt8(int8_t *buffer, int32_t curPos, int8_t value) in PutInt8() function in CodecJpegHelper
|
/drivers/peripheral/codec/test/demo/jpeg/include/ |
H A D | codec_jpeg_helper.h | 60 int32_t PutInt8(int8_t *buffer, int32_t curPos, int8_t value);
|
Completed in 2 milliseconds