Home
last modified time | relevance | path

Searched refs:useExtVsync (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/ci_pi/
Dfsl_ci_pi.c95 if (config->useExtVsync) in CI_PI_Init()
162 config->useExtVsync = false; in CI_PI_GetDefaultConfig()
Dfsl_ci_pi.h95 …bool useExtVsync; /*!< In CCIR656 progressive mode, set true to use external VSYNC signa… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.h129 …bool useExtVsync; /*!< In CCIR656 progressive mode, set true to use external VSYNC signal,… member
261 …bool useExtVsync; /*!< In CCIR656 progressive mode, set true to use external VSYNC signal,… member
Dfsl_csi.c256 if (config->useExtVsync) in CSI_Init()
420 config->useExtVsync = true; in CSI_GetDefaultConfig()
1104 if (config->useExtVsync) in CSI_FragModeCreateHandle()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/csi/
Dfsl_csi_camera_adapter.c93 csiConfig.useExtVsync = true; in CSI_ADAPTER_Init()