Searched refs:windowWidth (Results 1 – 3 of 3) sorted by relevance
1170 uint16_t windowWidth; in CSI_FragModeTransferCaptureImage() local1193 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()
516 uint16_t windowWidth; /*!< Width of the clip window. */ member
2217 config->windowWidth = 0U; in DPU_ClipWindowGetDefaultConfig()2238 control->CLIPWINDOWDIMENSIONS = DPU_MAKE_DIMENSION(config->windowHeight, config->windowWidth); in DPU_SetFetchUnitClipWindowConfig()