Home
last modified time | relevance | path

Searched refs:FSL_VIDEO_EXTRACT_HEIGHT (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dfsl_it6161.c460 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()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/isi/
Dfsl_isi_camera_adapter.c320 isiConfig.inputHeight = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in ISI_ADAPTER_InitExt()
329 FSL_VIDEO_EXTRACT_HEIGHT(isiExtConfig->outputFrameResolution)); in ISI_ADAPTER_InitExt()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/rm67162/
Dfsl_rm67162.c385 handle->height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in RM67162_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/
Dfsl_video_common.h51 #define FSL_VIDEO_EXTRACT_HEIGHT(resolution) ((uint16_t)((resolution) >> 16U)) macro
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/csi/
Dfsl_csi_camera_adapter.c94 csiConfig.height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in CSI_ADAPTER_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/adv7535/
Dfsl_adv7535.c203 …total_height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + config->vbp + config->… in ADV7535_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c370 height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in OV7725_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c538 u16Temp = startPoint->vstartCoordinate + FSL_VIDEO_EXTRACT_HEIGHT(resolution); in OV7670_SetWindowByCoordinates()