Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp164 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 Dcodec_jpeg_helper.h60 int32_t PutInt8(int8_t *buffer, int32_t curPos, int8_t value);

Completed in 2 milliseconds