Lines Matching refs:pDstInfo
2700 MS_BOOL MApi_PNL_GetDstInfo_U2(void *pInstance, MS_PNL_DST_DispInfo *pDstInfo, MS_U32 u32SizeofDstI… in MApi_PNL_GetDstInfo_U2() argument
2710 if(NULL == pDstInfo) in MApi_PNL_GetDstInfo_U2()
2722 pDstInfo->VDTOT = PNL_Data.u16VTotal; in MApi_PNL_GetDstInfo_U2()
2723 pDstInfo->HDTOT = PNL_Data.u16HTotal; in MApi_PNL_GetDstInfo_U2()
2724 pDstInfo->DEHST = PNL_Data.u16DEHStart; in MApi_PNL_GetDstInfo_U2()
2725 pDstInfo->DEHEND= PNL_Data.u16DEHEnd; in MApi_PNL_GetDstInfo_U2()
2726 pDstInfo->DEVST= PNL_Data.u16DEVStart; in MApi_PNL_GetDstInfo_U2()
2727 pDstInfo->DEVEND= PNL_Data.u16DEVEnd; in MApi_PNL_GetDstInfo_U2()
2728 pDstInfo->bYUVOutput = MDrv_PNL_isYUVOutput(pInstance); in MApi_PNL_GetDstInfo_U2()
2729 pDstInfo->bInterlaceMode = PNL_Data.bInterlaceOutput; in MApi_PNL_GetDstInfo_U2()
2734 pDstInfo->VDTOT = 0; in MApi_PNL_GetDstInfo_U2()
2735 pDstInfo->HDTOT = 0; in MApi_PNL_GetDstInfo_U2()
2736 pDstInfo->DEHST = 0; in MApi_PNL_GetDstInfo_U2()
2737 pDstInfo->DEHEND= 0; in MApi_PNL_GetDstInfo_U2()
2738 pDstInfo->DEVST= 0; in MApi_PNL_GetDstInfo_U2()
2739 pDstInfo->DEVEND= 0; in MApi_PNL_GetDstInfo_U2()
2740 pDstInfo->bInterlaceMode = FALSE; in MApi_PNL_GetDstInfo_U2()
2741 pDstInfo->bYUVOutput = FALSE; in MApi_PNL_GetDstInfo_U2()
2750 MS_BOOL MApi_PNL_GetDstInfo(MS_PNL_DST_DispInfo *pDstInfo, MS_U32 u32SizeofDstInfo) in MApi_PNL_GetDstInfo() argument
2763 PNLArgs.pDstInfo = pDstInfo; in MApi_PNL_GetDstInfo()
2776 return MApi_PNL_GetDstInfo_U2(pu32PNLInst, pDstInfo, u32SizeofDstInfo); in MApi_PNL_GetDstInfo()