Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.h310 kPXP_OutputPixelFormatARGB8888 = 0x0, /*!< 32-bit pixels with alpha. */ enumerator
Dfsl_pxp.c667 …if ((outFormat == kPXP_OutputPixelFormatARGB8888) || (outFormat == kPXP_OutputPixelFormatARGB1555)… in PXP_BuildRect()