Home
last modified time | relevance | path

Searched refs:_stVD_Info (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DQualityMode.h109 #define QM_IsSourceScartRGB(x,y) (((x)==PQ_INPUT_SOURCE_SCART) && (_stVD_Info[y].bIsSCART_RGB == …
110 #define QM_IsSourceScartCVBS(x,y) (((x)==PQ_INPUT_SOURCE_SCART) && (_stVD_Info[y].bIsSCART_RGB == …
122 #define QM_FRONTEND_RFIN(x) (!_stVD_Info[x].bIsVIFIN)
123 #define QM_FRONTEND_VIFIN(x) (_stVD_Info[x].bIsVIFIN)
154 #define QM_GetATVStandard(x) (_stVD_Info[x].enVideoStandard)
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c320 MS_PQ_Vd_Info _stVD_Info[PQ_MAX_WINDOW]; variable
4232 memcpy(&_stVD_Info[eWindow], pstPQVDInfo, sizeof(MS_PQ_Vd_Info)); in MDrv_PQ_Set_VDInfo_U2()
4236 _stVD_Info[eWindow].enVideoStandard, in MDrv_PQ_Set_VDInfo_U2()
4237 _stVD_Info[eWindow].bIsSCART_RGB, in MDrv_PQ_Set_VDInfo_U2()
4238 _stVD_Info[eWindow].bIsVIFIN)); in MDrv_PQ_Set_VDInfo_U2()
7996 PQ_VIDEOSTANDARD_TYPE eCurStandard = _stVD_Info[eWindow].enVideoStandard; in MDrv_PQ_Get_VDSampling_Info_U2()
8013 _stVD_Info[eWindow].enVideoStandard = eStandard; in MDrv_PQ_Get_VDSampling_Info_U2()
8040 _stVD_Info[eWindow].enVideoStandard = eCurStandard; in MDrv_PQ_Get_VDSampling_Info_U2()
H A DdrvPQ_cus.c208 extern MS_PQ_Vd_Info _stVD_Info[PQ_MAX_WINDOW];