Searched refs:startPoint (Results 1 – 2 of 2) sorted by relevance
520 ov7670_window_start_point_t *startPoint, in OV7670_SetWindowByCoordinates() argument527 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()
802 ov7670_window_start_point_t *startPoint,