Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.c1170 uint16_t windowWidth; in CSI_FragModeTransferCaptureImage() local
1193 windowWidth = handle->windowLRX - handle->windowULX + 1U; in CSI_FragModeTransferCaptureImage()
1198 if (windowWidth % 8U != 0U) in CSI_FragModeTransferCaptureImage()
1203 handle->datBytePerLine = windowWidth; in CSI_FragModeTransferCaptureImage()
1215 handle->datBytePerLine = windowWidth * CSI_FRAG_INPUT_BYTES_PER_PIXEL; in CSI_FragModeTransferCaptureImage()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h516 uint16_t windowWidth; /*!< Width of the clip window. */ member
Dfsl_dpu.c2217 config->windowWidth = 0U; in DPU_ClipWindowGetDefaultConfig()
2238 control->CLIPWINDOWDIMENSIONS = DPU_MAKE_DIMENSION(config->windowHeight, config->windowWidth); in DPU_SetFetchUnitClipWindowConfig()