Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.c283 config->pixelFormat = (uint32_t)kJPEGDEC_PixelFormatYUV420; in JPEGDEC_ParseHeader()
336 if (config->pixelFormat == (uint32_t)kJPEGDEC_PixelFormatYUV420) in JPEGDEC_ParseHeader()
452 descriptor->config.pixelFormat = (uint32_t)kJPEGDEC_PixelFormatYUV420; in JPEGDEC_DescptReset()
Dfsl_jpegdec.h47 kJPEGDEC_PixelFormatYUV420 = 0U, /*!< YUV420 format, Y at first plane, UV at second plane. */ enumerator