Lines Matching refs:pSrcInfo

2723 …SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_06_L, pSrcInfo->u8DE_V_Start);                    …  in Hal_SC_set_de_window()
2724 SC_W2BYTE(psXCInstPri->u32DeviceID, REG_SC_BK10_07_L, pSrcInfo->u16DE_V_End); // DE V end in Hal_SC_set_de_window()
6239 E_APIXC_ReturnValue Hal_XC_IsForcePrescaling(void *pInstance, const XC_InternalStatus *pSrcInfo, MS… in Hal_XC_IsForcePrescaling() argument
6257 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 8 ) ) in Hal_XC_IsForcePrescaling()
6265 (pSrcInfo->stCropWin.height > HEIGHT_4K2K)) in Hal_XC_IsForcePrescaling()
6274 if ( ( pSrcInfo->stDispWin.height * 10 ) < ( pSrcInfo->stCropWin.height * 6 ) ) in Hal_XC_IsForcePrescaling()
6288 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 8 ) ) in Hal_XC_IsForcePrescaling()
6296 (pSrcInfo->stCropWin.width > WIDTH_4K2K)) in Hal_XC_IsForcePrescaling()
6304 if ( ( pSrcInfo->stDispWin.width * 10 ) < ( pSrcInfo->stCropWin.width * 6 ) ) in Hal_XC_IsForcePrescaling()
6313 if ( ( pSrcInfo->stDispWin.height ) < ( pSrcInfo->stCropWin.height) ) in Hal_XC_IsForcePrescaling()
6317 if ( ( pSrcInfo->stDispWin.width) < ( pSrcInfo->stCropWin.width) ) in Hal_XC_IsForcePrescaling()
9345 void Hal_SC_3D_Adjust_PreHVscaling_SaveBW(void *pInstance, XC_InternalStatus *pSrcInfo, MS_BOOL *pb… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() argument
9357 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9358 if((pSrcInfo->stDispWin.width >= 1920) in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9359 && (pSrcInfo->stDispWin.height >= 1080)) in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9361pSrcInfo->Status2.u16PreHCusScalingDst = MAX(640, (MS_U32)MIN(1920, pSrcInfo->stDispWin.width) * 2… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9365pSrcInfo->Status2.u16PreHCusScalingDst = MAX(640, (MS_U32)MIN(1920, pSrcInfo->stDispWin.width) / 2… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9370 …if((pXCResourcePrivate->stdrvXC_3D._bFALLRRToFA) && (pSrcInfo->stCapWin.width == DOUBLEHD_1080X2P_… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9373 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9374pSrcInfo->Status2.u16PreHCusScalingDst = MAX(640, (MS_U32)MIN(1920, pSrcInfo->stDispWin.width) / 2… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9378 …vate->stdrvXC_3D._eOutput3DMode != E_XC_3D_OUTPUT_FRAME_ALTERNATIVE) &&(pSrcInfo->stCapWin.width >… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9382 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9383 …rivate->stdrvXC_MVideo_Context.g_XC_InitData.stPanelInfo.u16Width >= 2 * pSrcInfo->stDispWin.width) in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9385 pSrcInfo->Status2.u16PreHCusScalingDst = MIN(960, pSrcInfo->stDispWin.width); in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9389 pSrcInfo->Status2.u16PreHCusScalingDst = MIN(1280, pSrcInfo->stDispWin.width); in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9397 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9398 pSrcInfo->Status2.u16PreHCusScalingDst = pSrcInfo->u16H_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9404 pSrcInfo->Status2.u16PreVCusScalingSrc = pSrcInfo->stCapWin.height; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()
9405 pSrcInfo->Status2.u16PreVCusScalingDst = pSrcInfo->u16V_SizeAfterPreScaling; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW()