Home
last modified time | relevance | path

Searched refs:jpegdec_decoder_config_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.h86 } jpegdec_decoder_config_t; typedef
97 jpegdec_decoder_config_t config; /*!< The decoding configuration for this descriptor. */
368 void JPEGDEC_SetJpegBuffer(jpegdec_decoder_config_t *config, uint8_t *buffer, size_t length);
377 void JPEGDEC_SetOutputBuffer(jpegdec_decoder_config_t *config, uint8_t *imageData0, uint8_t *imageD…
388 status_t JPEGDEC_ParseHeader(jpegdec_decoder_config_t *config);
399 void JPEGDEC_SetDecodeOption(jpegdec_decoder_config_t *config, uint16_t pitch, bool clearStreamBuf,…
410 void JPEGDEC_ConfigDecoder(JPEG_DECODER_Type *base, const jpegdec_decoder_config_t *config);
Dfsl_jpegdec.c176 void JPEGDEC_SetJpegBuffer(jpegdec_decoder_config_t *config, uint8_t *buffer, size_t length) in JPEGDEC_SetJpegBuffer()
191 void JPEGDEC_SetOutputBuffer(jpegdec_decoder_config_t *config, uint8_t *imageData0, uint8_t *imageD… in JPEGDEC_SetOutputBuffer()
210 status_t JPEGDEC_ParseHeader(jpegdec_decoder_config_t *config) in JPEGDEC_ParseHeader()
372 void JPEGDEC_SetDecodeOption(jpegdec_decoder_config_t *config, uint16_t pitch, bool clearStreamBuf,… in JPEGDEC_SetDecodeOption()
388 void JPEGDEC_ConfigDecoder(JPEG_DECODER_Type *base, const jpegdec_decoder_config_t *config) in JPEGDEC_ConfigDecoder()