Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi_smartdma.c118 if (((xfer->inputFormat == kDSI_SMARTDMA_InputPixelFormatRGB565) && in DSI_TransferWriteMemorySMARTDMA()
121 ((xfer->inputFormat == kDSI_SMARTDMA_InputPixelFormatRGB888) && in DSI_TransferWriteMemorySMARTDMA()
123 ((xfer->inputFormat == kDSI_SMARTDMA_InputPixelFormatXRGB8888) && in DSI_TransferWriteMemorySMARTDMA()
126 if (xfer->inputFormat == kDSI_SMARTDMA_InputPixelFormatRGB565) in DSI_TransferWriteMemorySMARTDMA()
137 else if (xfer->inputFormat == kDSI_SMARTDMA_InputPixelFormatRGB888) in DSI_TransferWriteMemorySMARTDMA()
Dfsl_mipi_dsi_smartdma.h60 dsi_smartdma_input_pixel_format_t inputFormat; /*!< Input format. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ci_pi/
Dfsl_ci_pi.c92 … | CI_PI_CSR_CSI_CTRL_REG_DATA_TYPE_IN(config->inputFormat) /* CSI data format. */ in CI_PI_Init()
160 config->inputFormat = kCI_PI_InputUYVY8888_8BitBus; in CI_PI_GetDefaultConfig()
Dfsl_ci_pi.h92 ci_pi_input_format_t inputFormat; member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.h273 csi_frag_input_pixel_format_t inputFormat; /*!< Input pixel format. */ member
318 csi_frag_input_pixel_format_t inputFormat; /*!< Input pixel format. */ member
Dfsl_csi.c1254 if (handle->inputFormat == kCSI_FragInputYUYV) in CSI_FragModeTransferCaptureImage()