Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pngdec/
Dfsl_pngdec.c172 uint8_t bitDepth; in PNGDEC_ParseHeader() local
191 bitDepth = pngBuf[24U]; in PNGDEC_ParseHeader()
196 if ((bitDepth < 8U) || (isInterlaced == true)) in PNGDEC_ParseHeader()
201 if ((bitDepth != 8U) && (bitDepth != 16U)) in PNGDEC_ParseHeader()
217 if (bitDepth != 8U) in PNGDEC_ParseHeader()
225 if (bitDepth == 8U) in PNGDEC_ParseHeader()