Home
last modified time | relevance | path

Searched refs:PutInt16 (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp39 curPos = PutInt16(buffer, curPos, 0xffd8); in JpegAssemble()
84 curPos = PutInt16(buffer, curPos, 0xffd9); in JpegAssemble()
147 curPos = PutInt16(buffer, curPos, 0xffdb); in JpegDqtAssemble()
173 curPos = PutInt16(buffer, curPos, decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble()
177 auto ret = PutInt16(buffer, lenPos, bufferLen); in JpegDqtAssemble()
190 curPos = PutInt16(buffer, curPos, 0xffdd); in JpegDriAssemble()
196 curPos = PutInt16(buffer, curPos, 4); // 4: dri data len( marker len included) in JpegDriAssemble()
202 curPos = PutInt16(buffer, curPos, decInfo.restartInterval); in JpegDriAssemble()
229 curPos = PutInt16(buffer, curPos, 0xffc4); in JpegDhtAssemble()
269 auto ret = PutInt16(buffe in JpegDhtAssemble()
577 int32_t CodecJpegHelper::PutInt16(int8_t *buffer, int32_t curPos, int16_t value) PutInt16() function in CodecJpegHelper
[all...]
/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcodec_jpeg_helper.h59 int32_t PutInt16(int8_t *buffer, int32_t curPos, int16_t value);

Completed in 2 milliseconds