Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c520 ov7670_window_start_point_t *startPoint, in OV7670_SetWindowByCoordinates() argument
527 u16Temp = startPoint->hstartCoordinate + FSL_VIDEO_EXTRACT_WIDTH(resolution); in OV7670_SetWindowByCoordinates()
530 u16Href |= (startPoint->hstartCoordinate & 0x07U); in OV7670_SetWindowByCoordinates()
535 u16Temp = ((startPoint->hstartCoordinate & 0x7f8U) >> 3); in OV7670_SetWindowByCoordinates()
538 u16Temp = startPoint->vstartCoordinate + FSL_VIDEO_EXTRACT_HEIGHT(resolution); in OV7670_SetWindowByCoordinates()
541 u16Vref |= (startPoint->vstartCoordinate & 0x03U); in OV7670_SetWindowByCoordinates()
546 u16Temp = ((startPoint->vstartCoordinate & 0x3fcU) >> 2); in OV7670_SetWindowByCoordinates()
Dfsl_ov7670.h802 ov7670_window_start_point_t *startPoint,