Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.c235 uint32_t imgWidth_Bytes; in CSI_Init() local
238 imgWidth_Bytes = (uint32_t)config->width * (uint32_t)config->bytesPerPixel; in CSI_Init()
241 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()
304 if (0U == (imgWidth_Bytes % (8U * 16U))) in CSI_Init()
309 else if (0U == (imgWidth_Bytes % (8U * 8U))) in CSI_Init()
1062 uint32_t imgWidth_Bytes; in CSI_FragModeCreateHandle() local
1069 imgWidth_Bytes = (uint32_t)config->width * CSI_FRAG_INPUT_BYTES_PER_PIXEL; in CSI_FragModeCreateHandle()
1072 if ((imgWidth_Bytes & 0x07U) != 0U) in CSI_FragModeCreateHandle()
1122 if (0U == (imgWidth_Bytes % (8U * 16U))) in CSI_FragModeCreateHandle()
[all …]