Searched refs:bitDepth (Results 1 – 1 of 1) sorted by relevance
172 uint8_t bitDepth; in PNGDEC_ParseHeader() local191 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()