Home
last modified time | relevance | path

Searched defs:imageData (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/pngdec/
Dfsl_pngdec.h92 uint8_t *imageData; /*!< Pointer to the buffer for decoded image data. */ member
281 static inline void PNGDEC_SetOutputBuffer(PNGDEC_Type *base, uint8_t *imageData, uint8_t *ancillary… in PNGDEC_SetOutputBuffer()