Searched refs:FSL_VIDEO_EXTRACT_HEIGHT (Results 1 – 8 of 8) sorted by relevance
460 it6161.hdmi_tx.mode.vdisplay = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in IT6161_Init()461 it6161.hdmi_tx.mode.vsync_start = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp; in IT6161_Init()462 …it6161.hdmi_tx.mode.vsync_end = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + con… in IT6161_Init()463 …it6161.hdmi_tx.mode.vtotal = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + config->… in IT6161_Init()
320 isiConfig.inputHeight = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in ISI_ADAPTER_InitExt()329 FSL_VIDEO_EXTRACT_HEIGHT(isiExtConfig->outputFrameResolution)); in ISI_ADAPTER_InitExt()
385 handle->height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in RM67162_Init()
51 #define FSL_VIDEO_EXTRACT_HEIGHT(resolution) ((uint16_t)((resolution) >> 16U)) macro
94 csiConfig.height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in CSI_ADAPTER_Init()
203 …total_height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + config->vbp + config->… in ADV7535_Init()
370 height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in OV7725_Init()
538 u16Temp = startPoint->vstartCoordinate + FSL_VIDEO_EXTRACT_HEIGHT(resolution); in OV7670_SetWindowByCoordinates()