Searched refs:jpegBufSize (Results 1 – 2 of 2) sorted by relevance
181 config->jpegBufSize = JPEG_ALIGN_SIZE(length, 0x400U); /* Has to be integer times of 1K. */ in JPEGDEC_SetJpegBuffer()215 uint32_t imageLength = config->jpegBufSize; in JPEGDEC_ParseHeader()219 imageLength = config->jpegBufSize; in JPEGDEC_ParseHeader()393 assert((config->jpegBufSize & 0x3FFU) == 0U); in JPEGDEC_ConfigDecoder()399 base->wrapper->STM_BUFSIZE = config->jpegBufSize; in JPEGDEC_ConfigDecoder()427 assert((descriptor->config.jpegBufSize & 0x3FFU) == 0U); in JPEGDEC_SetSlotNextDescpt()448 descriptor->config.jpegBufSize = 0U; in JPEGDEC_DescptReset()
75 …uint32_t jpegBufSize; /*!< Size of the JPEG stream buffer. 1k-byte aligned(10 LSBs are zero… member