Searched refs:linePitch_Bytes (Results 1 – 3 of 3) sorted by relevance
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()417 config->linePitch_Bytes = 320U * 2U; in CSI_GetDefaultConfig()
126 uint16_t linePitch_Bytes; /*!< Frame buffer line pitch, must be 8-byte aligned. */ member
91 csiConfig.linePitch_Bytes = config->frameBufferLinePitch_Bytes; in CSI_ADAPTER_Init()