Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/camera/receiver/csi/
Dfsl_csi_camera_adapter.c72 csiConfig.bytesPerPixel = config->bytesPerPixel; in CSI_ADAPTER_Init()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.c238 imgWidth_Bytes = (uint32_t)config->width * (uint32_t)config->bytesPerPixel; in CSI_Init()
268 if ((kCSI_DataBus8Bit == config->dataBus) && (2U == config->bytesPerPixel)) in CSI_Init()
277 if (4U == config->bytesPerPixel) in CSI_Init()
416 config->bytesPerPixel = 2U; in CSI_GetDefaultConfig()
Dfsl_csi.h122 uint8_t bytesPerPixel; /*!< Bytes per pixel, valid values are: member
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/camera/
Dfsl_camera.h42 uint8_t bytesPerPixel; /*!< Byte per pixel. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/camera/receiver/isi/
Dfsl_isi_camera_adapter.c114 .outputBytesPerPixel = config->bytesPerPixel, in ISI_ADAPTER_Init()