Home
last modified time | relevance | path

Searched refs:linePitch_Bytes (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.c241 if ((0U != (imgWidth_Bytes & 0x07U)) || (0U != ((uint32_t)config->linePitch_Bytes & 0x07U))) in CSI_Init()
293 CSI_REG_FBUF_PARA(base) = (uint32_t)((config->linePitch_Bytes - imgWidth_Bytes) / 8U) in CSI_Init()
417 config->linePitch_Bytes = 320U * 2U; in CSI_GetDefaultConfig()
Dfsl_csi.h126 uint16_t linePitch_Bytes; /*!< Frame buffer line pitch, must be 8-byte aligned. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/csi/
Dfsl_csi_camera_adapter.c91 csiConfig.linePitch_Bytes = config->frameBufferLinePitch_Bytes; in CSI_ADAPTER_Init()