| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_DIPscaling.c | 614 g_DIPSrcInfo[eWindow].stCapWin.y = u16Vstart; in MDrv_XC_DWIN_set_capture_v_start() 628 g_DIPSrcInfo[eWindow].stCapWin.x = u16Vstart; in MDrv_XC_DWIN_set_capture_h_start() 642 g_DIPSrcInfo[eWindow].stCapWin.height = u16Vsize; in MDrv_XC_DWIN_set_capture_v_size() 656 g_DIPSrcInfo[eWindow].stCapWin.width = u16Hsize; in MDrv_XC_DWIN_set_capture_h_size() 697 stDIP_DBreg[eWindow].u16V_CapStart = (g_DIPSrcInfo[eWindow].stCapWin.y)>>1; in MDrv_XC_DWIN_set_capture_window() 698 stDIP_DBreg[eWindow].u16H_CapStart = g_DIPSrcInfo[eWindow].stCapWin.x; in MDrv_XC_DWIN_set_capture_window() 699 stDIP_DBreg[eWindow].u16V_CapSize = (g_DIPSrcInfo[eWindow].stCapWin.height)>>1; in MDrv_XC_DWIN_set_capture_window() 700 stDIP_DBreg[eWindow].u16H_CapSize = g_DIPSrcInfo[eWindow].stCapWin.width; in MDrv_XC_DWIN_set_capture_window() 704 stDIP_DBreg[eWindow].u16V_CapStart = g_DIPSrcInfo[eWindow].stCapWin.y; in MDrv_XC_DWIN_set_capture_window() 705 stDIP_DBreg[eWindow].u16H_CapStart = g_DIPSrcInfo[eWindow].stCapWin.x; in MDrv_XC_DWIN_set_capture_window() [all …]
|
| H A D | mdrv_sc_scaling.c | 1594 … pXCResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16V_CapStart = gSrcInfo[eWindow].stCapWin.y; in MDrv_sc_set_capture_window() 1595 … pXCResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16H_CapStart = gSrcInfo[eWindow].stCapWin.x; in MDrv_sc_set_capture_window() 1596 …CResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16V_CapSize = gSrcInfo[eWindow].stCapWin.height; in MDrv_sc_set_capture_window() 1597 …XCResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16H_CapSize = gSrcInfo[eWindow].stCapWin.width; in MDrv_sc_set_capture_window() 1713 if(pSrcInfo->stCapWin.width == 0 || pSrcInfo->stCapWin.height == 0) in MDrv_SC_set_crop_window() 1715 …ntf("XC CapWin is error ! (Width=%d,Height=%d)\n",pSrcInfo->stCapWin.width,pSrcInfo->stCapWin.heig… in MDrv_SC_set_crop_window() 1721 … = (MS_U16)((MS_U32)pCropWin->x * pSrcInfo->u16H_SizeAfterPreScaling / pSrcInfo->stCapWin.width); in MDrv_SC_set_crop_window() 1722 …th * pSrcInfo->u16H_SizeAfterPreScaling + ( pSrcInfo->stCapWin.width / 2 ) ) / pSrcInfo->stCapWin… in MDrv_SC_set_crop_window() 1724 …= (MS_U16)( (MS_U32) pCropWin->y * pSrcInfo->u16V_SizeAfterPreScaling / pSrcInfo->stCapWin.height); in MDrv_SC_set_crop_window() 1725 …ht * pSrcInfo->u16V_SizeAfterPreScaling + ( pSrcInfo->stCapWin.height / 2 ) ) / pSrcInfo->stCapWin… in MDrv_SC_set_crop_window() [all …]
|
| H A D | mdrv_sc_3d.c | 349 …rcInfo[eWindow].stCapWin.height=%u, Input Vfreq=%u\n",gSrcInfo[eWindow].stCapWin.height, u16InputV… in MDrv_SC_3D_IsOutputVfreq48hz() 417 return ((((pSrcInfo->stCapWin.width > SCALER_LINE_BUFFER_MAX) // 4K2K or 2560x720 SBS-FULL in MDrv_SC_3D_Is2TapModeSupportedFormat() 420 || ((pSrcInfo->stCapWin.width > MS_3D_LINE_BFF_MAX) in MDrv_SC_3D_Is2TapModeSupportedFormat() 439 return ((pSrcInfo->stCapWin.width > MS_3D_LINE_BFF_MAX) in MDrv_SC_3D_Is2TapModeSupportedFormat() 571 && (gSrcInfo[eWindow].stCapWin.height == DOUBLEHD_720X2P_VSIZE)) in MDrv_SC_3D_IsIPMFetchNoLimitCase() 730 if(gSrcInfo[eWindow].stCapWin.height == DOUBLEHD_1080X2I_VSIZE) in MDrv_SC_3D_Adjust_PreVLength() 898 … ((pSrcInfo->stCropWin.x != 0) || (pSrcInfo->stCropWin.width != pSrcInfo->stCapWin.width))) in MDrv_SC_3D_Adjust_PreHorDstSize() 901 …pSrcInfo->u16H_SizeAfterPreScaling = ((pSrcInfo->stCapWin.width*pSrcInfo->stDispWin.width)+(pSrcI… in MDrv_SC_3D_Adjust_PreHorDstSize() 931 && ((gSrcInfo[eWindow].stCapWin.height == DOUBLEHD_1080X2P_VSIZE) in MDrv_SC_3D_Adjust_PreHorDstSize() 932 || (gSrcInfo[eWindow].stCapWin.height == DOUBLEHD_1080X2I_VSIZE))) in MDrv_SC_3D_Adjust_PreHorDstSize() [all …]
|
| H A D | mvideo.c | 3585 stPQModeInfo.u16input_hsize = pstXC_WinTime_Info->stCapWin.width; in _MDrv_XC_Set_PQ_SourceData() 3586 stPQModeInfo.u16input_vsize = pstXC_WinTime_Info->stCapWin.height; in _MDrv_XC_Set_PQ_SourceData() 3664 … pstPQADCSamplingInfo->stPQModeInfo.u16input_hsize = pSrcInfo->stCapWin.width; in MDrv_XC_ADC_GetPQADCSamplingInfo() 3665 … pstPQADCSamplingInfo->stPQModeInfo.u16input_vsize = pSrcInfo->stCapWin.height; in MDrv_XC_ADC_GetPQADCSamplingInfo() 3693 … pstPQADCSamplingInfo->stPQModeInfo.u16input_hsize = pSrcInfo->stCapWin.width; in MDrv_XC_ADC_GetPQADCSamplingInfo() 3694 … pstPQADCSamplingInfo->stPQModeInfo.u16input_vsize = pSrcInfo->stCapWin.height; in MDrv_XC_ADC_GetPQADCSamplingInfo() 3821 gSrcInfo[eWindow].stCapWin.x = pstXC_SetWin_Info->stCapWin.x; in _Mdrv_XC_CopySetWinInfo() 3822 gSrcInfo[eWindow].stCapWin.y = pstXC_SetWin_Info->stCapWin.y; in _Mdrv_XC_CopySetWinInfo() 3823 gSrcInfo[eWindow].stCapWin.width = pstXC_SetWin_Info->stCapWin.width; in _Mdrv_XC_CopySetWinInfo() 3824 gSrcInfo[eWindow].stCapWin.height = pstXC_SetWin_Info->stCapWin.height; in _Mdrv_XC_CopySetWinInfo() [all …]
|
| H A D | mdrv_sc_scaling.c.0 | 1594 … pXCResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16V_CapStart = gSrcInfo[eWindow].stCapWin.y; 1595 … pXCResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16H_CapStart = gSrcInfo[eWindow].stCapWin.x; 1596 …CResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16V_CapSize = gSrcInfo[eWindow].stCapWin.height; 1597 …XCResourcePrivate->stdrvXC_MVideo_Context.stDBreg.u16H_CapSize = gSrcInfo[eWindow].stCapWin.width; 1713 if(pSrcInfo->stCapWin.width == 0 || pSrcInfo->stCapWin.height == 0) 1715 …ntf("XC CapWin is error ! (Width=%d,Height=%d)\n",pSrcInfo->stCapWin.width,pSrcInfo->stCapWin.heig… 1721 … = (MS_U16)((MS_U32)pCropWin->x * pSrcInfo->u16H_SizeAfterPreScaling / pSrcInfo->stCapWin.width); 1722 …th * pSrcInfo->u16H_SizeAfterPreScaling + ( pSrcInfo->stCapWin.width / 2 ) ) / pSrcInfo->stCapWin… 1724 …= (MS_U16)( (MS_U32) pCropWin->y * pSrcInfo->u16V_SizeAfterPreScaling / pSrcInfo->stCapWin.height); 1725 …ht * pSrcInfo->u16V_SizeAfterPreScaling + ( pSrcInfo->stCapWin.height / 2 ) ) / pSrcInfo->stCapWin… [all …]
|
| H A D | mvideo.c.0 | 3579 stPQModeInfo.u16input_hsize = pstXC_WinTime_Info->stCapWin.width; 3580 stPQModeInfo.u16input_vsize = pstXC_WinTime_Info->stCapWin.height; 3658 … pstPQADCSamplingInfo->stPQModeInfo.u16input_hsize = pSrcInfo->stCapWin.width; 3659 … pstPQADCSamplingInfo->stPQModeInfo.u16input_vsize = pSrcInfo->stCapWin.height; 3687 … pstPQADCSamplingInfo->stPQModeInfo.u16input_hsize = pSrcInfo->stCapWin.width; 3688 … pstPQADCSamplingInfo->stPQModeInfo.u16input_vsize = pSrcInfo->stCapWin.height; 3815 gSrcInfo[eWindow].stCapWin.x = pstXC_SetWin_Info->stCapWin.x; 3816 gSrcInfo[eWindow].stCapWin.y = pstXC_SetWin_Info->stCapWin.y; 3817 gSrcInfo[eWindow].stCapWin.width = pstXC_SetWin_Info->stCapWin.width; 3818 gSrcInfo[eWindow].stCapWin.height = pstXC_SetWin_Info->stCapWin.height; [all …]
|
| H A D | mdrv_sc_display.c | 1070 ((gSrcInfo[MAIN_WINDOW].stCapWin.height == DOUBLEHD_1080X2P_VSIZE)|| in MDrv_SC_Cal_FRC_Output_Vfreq() 1071 (gSrcInfo[MAIN_WINDOW].stCapWin.height == DOUBLEHD_1080X2I_VSIZE))&& in MDrv_SC_Cal_FRC_Output_Vfreq() 2903 if((MS_S16)(gSrcInfo[SUB_WINDOW].stCapWin.y) >= s16VttDiff) in MDrv_SC_set_Htt_Vtt() 2905 gSrcInfo[SUB_WINDOW].stCapWin.y -= s16VttDiff; in MDrv_SC_set_Htt_Vtt() 2907 if((MS_S16)(gSrcInfo[SUB_WINDOW].stCapWin.x) >= s16HttDiff) in MDrv_SC_set_Htt_Vtt() 2909 gSrcInfo[SUB_WINDOW].stCapWin.x -= s16HttDiff; in MDrv_SC_set_Htt_Vtt() 2912 … gSrcInfo[SUB_WINDOW].stCapWin.x, gSrcInfo[SUB_WINDOW].stCapWin.y, s16HttDiff, s16VttDiff) in MDrv_SC_set_Htt_Vtt() 2913 MDrv_XC_SetCaptureWindow(pInstance, &gSrcInfo[SUB_WINDOW].stCapWin,SUB_WINDOW, FALSE); in MDrv_SC_set_Htt_Vtt() 5521 ((gSrcInfo[MAIN_WINDOW].stCapWin.height == DOUBLEHD_1080X2P_VSIZE)|| in MApi_XC_SetPanelTiming_FSM() 5522 (gSrcInfo[MAIN_WINDOW].stCapWin.height == DOUBLEHD_1080X2I_VSIZE))&& in MApi_XC_SetPanelTiming_FSM() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/ |
| H A D | mhal_sc.c | 1201 &&(gSrcInfo[MAIN_WINDOW].stCapWin.width == 0) in _Hal_SC1_LoadVSPFilter() 1202 &&(gSrcInfo[MAIN_WINDOW].stCapWin.height == 0)) in _Hal_SC1_LoadVSPFilter() 1210 if((gSrcInfo[MAIN_WINDOW].stCapWin.width < 1200) in _Hal_SC1_LoadVSPFilter() 1211 &&(gSrcInfo[MAIN_WINDOW].stCapWin.height < 700)) in _Hal_SC1_LoadVSPFilter() 4880 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… 4881 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4885 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4912 …= (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->stCapWin.width); 4913 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4921 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/ |
| H A D | mhal_sc.c | 3989 if((gSrcInfo[MAIN_WINDOW].stCapWin.height < 2000) in Hal_SC_enable_window() 3990 && (gSrcInfo[MAIN_WINDOW].stCapWin.width < 3200)) in Hal_SC_enable_window() 4031 if((gSrcInfo[MAIN_WINDOW].stCapWin.height < 2000) in Hal_SC_enable_window_burst() 4032 && (gSrcInfo[MAIN_WINDOW].stCapWin.width < 3200)) in Hal_SC_enable_window_burst() 4736 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… 4737 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4741 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4768 …= (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->stCapWin.width); 4769 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4777 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/ |
| H A D | mhal_sc.c | 4575 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… 4576 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4580 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4607 …= (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->stCapWin.width); 4608 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4616 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… 4622 …n = ((u16FloorDivResult == 0) ? 0 : (u16FloorDivResult-1)) * (pSrcInfo->stCapWin.width + u32Bubble… 4664 u16ScaleSrc = pSrcInfo->stCapWin.width; 4718 u16ScaleSrc = pSrcInfo->stCapWin.width; 5024 if(pSrcInfo->stCapWin.width > 3840u) in Hal_XC_IsForcePrescaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/ |
| H A D | mhal_sc.c | 4676 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… 4677 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(u32H_SizeAfterPreScaling, pSrcInfo->stDispWin.… 4681 …u32LeftEquation = (pSrcInfo->stCapWin.height * (MAX(pSrcInfo->stCapWin.width, pSrcInfo->stDispWin.… 4708 …= (1024 * XC_FCLK / _Hal_XC_GetODCLK()) * (pSrcInfo->stDispWin.width) / (pSrcInfo->stCapWin.width); 4709 …MS_U16 u16FloorDivResult = _Hal_XC_FloorDiv((MS_U16)(pSrcInfo->stCapWin.height), pSrcInfo->stDispW… 4717 …MS_U32 u32H_SizeAfterPreScaling = ( (MS_U32)pSrcInfo->stCapWin.width * pSrcInfo->stDispWin.width +… 4723 …n = ((u16FloorDivResult == 0) ? 0 : (u16FloorDivResult-1)) * (pSrcInfo->stCapWin.width + u32Bubble… 4765 u16ScaleSrc = pSrcInfo->stCapWin.width; 4819 u16ScaleSrc = pSrcInfo->stCapWin.width; 4923 if((pSrcInfo->stCapWin.height) * (pSrcInfo->stCapWin.width) > 1920 * 1080) in Hal_XC_IsForcePrescaling() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 496 stXC_SetWin_Info.stCapWin.x = MDrv_MVOP_SubGetHStart(); in _DMS_Update_DS_Table() 497 stXC_SetWin_Info.stCapWin.y = MDrv_MVOP_SubGetVStart(); in _DMS_Update_DS_Table() 499 stXC_SetWin_Info.stCapWin.x = MDrv_MVOP_GetHStart(); in _DMS_Update_DS_Table() 500 stXC_SetWin_Info.stCapWin.y = MDrv_MVOP_GetVStart(); in _DMS_Update_DS_Table() 503 stXC_SetWin_Info.stCapWin.width = u16Width; in _DMS_Update_DS_Table() 504 stXC_SetWin_Info.stCapWin.height = u16Height; in _DMS_Update_DS_Table() 545 stXC_SetWin_Info.u16PreHCusScalingSrc = stXC_SetWin_Info.stCapWin.width; in _DMS_Update_DS_Table() 548 stXC_SetWin_Info.u16PreHCusScalingDst = stXC_SetWin_Info.stCapWin.width / 2; in _DMS_Update_DS_Table() 553 stXC_SetWin_Info.u16PreHCusScalingDst = stXC_SetWin_Info.stCapWin.width; in _DMS_Update_DS_Table() 555 stXC_SetWin_Info.u16PreVCusScalingSrc = stXC_SetWin_Info.stCapWin.height; in _DMS_Update_DS_Table() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mvideo_context.h | 683 MS_WINDOW_TYPE stCapWin; ///<Capture window member 815 MS_WINDOW_TYPE stCapWin; ///<Capture window member 997 …fine IS_INPUT_4K2K(eWindow) ((gSrcInfo[eWindow].stCapWin.width > 3000) && (gSrcInfo[eWindow].stC… 998 …fine IS_INPUT_4K1K(eWindow) ((gSrcInfo[eWindow].stCapWin.width > 3000) && (gSrcInfo[eWindow].stC… 999 …IS_INPUT_2K2K(eWindow) ((gSrcInfo[eWindow].stCapWin.width>=XC_2K2K_WIDTH_MIN)&&(gSrcInfo[eWindow… 1010 #define IS_DS_4K2K(eWindow) ((gSrcInfo[eWindow].stCapWin.width > 3000) && (gSrcInfo[eWindow].stCa…
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 3447 xc_dip_wininfotoShow.stCapWin.x = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32x; in _DMS_SetDIPWindow() 3448 xc_dip_wininfotoShow.stCapWin.y = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32y; in _DMS_SetDIPWindow() 3451 …xc_dip_wininfotoShow.stCapWin.width = RES_DMS._stXC_DIPPushInfo[u32Window][u16BufferID].u16SrcWidt… in _DMS_SetDIPWindow() 3452 …xc_dip_wininfotoShow.stCapWin.height = RES_DMS._stXC_DIPPushInfo[u32Window][u16BufferID].u16SrcHei… in _DMS_SetDIPWindow() 3456 …xc_dip_wininfotoShow.stCapWin.width = RES_DMS._stXC_DIPPushInfo[u32Window][u16BufferID].u16SrcWidt… in _DMS_SetDIPWindow() 3457 …xc_dip_wininfotoShow.stCapWin.height = RES_DMS._stXC_DIPPushInfo[u32Window][u16BufferID].u16SrcHei… in _DMS_SetDIPWindow() 3460 xc_dip_wininfotoShow.u16PreHCusScalingSrc = xc_dip_wininfotoShow.stCapWin.width; in _DMS_SetDIPWindow() 3464 xc_dip_wininfotoShow.u16PreVCusScalingSrc = xc_dip_wininfotoShow.stCapWin.height; in _DMS_SetDIPWindow() 3536 xc_dip_wininfotoShow.stCapWin.x = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32x; in _DMS_SetDIPWindow() 3537 xc_dip_wininfotoShow.stCapWin.y = RES_DMS._stXC_DIPWinInfo[u32Window].stCropWin.u32y; in _DMS_SetDIPWindow() [all …]
|
| /utopia/UTPA2-700.0.x/modules/vd/drv/avd/ |
| H A D | AVD.c | 602 …(psAvdInstPri->fpAVDGetCaptureWindow)(pGetCaptureWindow->stCapWin, pGetCaptureWindow->eVideoStanda… in AVDIoctl() 1345 sXC_SetWinInfo.stCapWin.height = u16XC_VCap; 3237 void Drv_AVD_GetCaptureWindow(void *stCapWin, AVD_VideoStandardType eVideoStandardType , AVD_RESOUR… in Drv_AVD_GetCaptureWindow() argument 3249 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalPAL[(pResource->g_VD_InitData.u32VDPa… in Drv_AVD_GetCaptureWindow() 3252 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalNTSC[(pResource->g_VD_InitData.u32VDP… in Drv_AVD_GetCaptureWindow() 3255 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalSECAM[(pResource->g_VD_InitData.u32VD… in Drv_AVD_GetCaptureWindow() 3258 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalNTSC_443[(pResource->g_VD_InitData.u3… in Drv_AVD_GetCaptureWindow() 3261 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalPAL_M[(pResource->g_VD_InitData.u32VD… in Drv_AVD_GetCaptureWindow() 3264 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalPAL_NC[(pResource->g_VD_InitData.u32V… in Drv_AVD_GetCaptureWindow() 3267 …((MS_WINDOW_TYPE *)stCapWin)->width=(((MS_U32)720*(_u16HtotalPAL_60[(pResource->g_VD_InitData.u32V… in Drv_AVD_GetCaptureWindow() [all …]
|
| H A D | drvAVD.c | 646 void MDrv_AVD_GetCaptureWindow(void *stCapWin, AVD_VideoStandardType eVideoStandardType) in MDrv_AVD_GetCaptureWindow() argument 649 _eAVD_GETCAPTUREWINDOW.stCapWin = stCapWin; in MDrv_AVD_GetCaptureWindow()
|
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_PCMonitor.c | 1246 MS_WINDOW_TYPE stCapWin; in MDrv_XC_NewModeInterlacedDetect() local 1248 MDrv_XC_GetCaptureWindow(pInstance, &stCapWin, eWindow); in MDrv_XC_NewModeInterlacedDetect() 1250 if((stCapWin.width > 1915) && (stCapWin.width < 1925) in MDrv_XC_NewModeInterlacedDetect() 1251 && (stCapWin.height > 535) && (stCapWin.height < 545) in MDrv_XC_NewModeInterlacedDetect()
|
| H A D | apiXC_Auto.c | 3588 MS_WINDOW_TYPE stCapWin; in MApi_XC_GetAutoPositionWindow_U2() local 3589 memset(&stCapWin, 0, sizeof(MS_WINDOW_TYPE)); in MApi_XC_GetAutoPositionWindow_U2() 3616 MDrv_XC_GetCaptureWindow(pInstance, &stCapWin, eWindow); in MApi_XC_GetAutoPositionWindow_U2() 3620 …MApi_XC_SetAutoRangeWindow(pInstance, stCapWin.y, stCapWin.x, stCapWin.height, stCapWin.width, eWi… in MApi_XC_GetAutoPositionWindow_U2()
|
| H A D | apiXC_PCMonitor.c.0 | 1246 MS_WINDOW_TYPE stCapWin; 1248 MDrv_XC_GetCaptureWindow(pInstance, &stCapWin, eWindow); 1250 if((stCapWin.width > 1915) && (stCapWin.width < 1925) 1251 && (stCapWin.height > 535) && (stCapWin.height < 545)
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/ |
| H A D | mhal_sc.c | 730 if(gSrcInfo[eWindow].stCapWin.width > 3800) in Hal_SC_set_write_limit() 1261 …MDrv_XC_MLoad_WriteCmd(pInstance,REG_SC_BK5C_05_L,(gSrcInfo[MAIN_WINDOW].stCapWin.width-1),0x0FFF); in _Hal_SC_fill_main_sw_db_burst() 1262 …MDrv_XC_MLoad_WriteCmd(pInstance,REG_SC_BK5C_06_L,(gSrcInfo[MAIN_WINDOW].stCapWin.height*1/8 -1),0… in _Hal_SC_fill_main_sw_db_burst() 1263 …MDrv_XC_MLoad_WriteCmd(pInstance,REG_SC_BK5C_07_L,(gSrcInfo[MAIN_WINDOW].stCapWin.height*7/8 -1),0… in _Hal_SC_fill_main_sw_db_burst() 1834 … SC_W2BYTE(psXCInstPri->u32DeviceID,REG_SC_BK5C_05_L,(gSrcInfo[MAIN_WINDOW].stCapWin.width-1)); in Hal_SC_sw_db() 1835 …SC_W2BYTE(psXCInstPri->u32DeviceID,REG_SC_BK5C_06_L,(gSrcInfo[MAIN_WINDOW].stCapWin.height*1/8)-1); in Hal_SC_sw_db() 1836 …SC_W2BYTE(psXCInstPri->u32DeviceID,REG_SC_BK5C_07_L,(gSrcInfo[MAIN_WINDOW].stCapWin.height*7/8)-1); in Hal_SC_sw_db() 2275 …DSCommand(pInstance,MAIN_WINDOW,REG_SC_BK5C_05_L,(gSrcInfo[MAIN_WINDOW].stCapWin.width-1),DS_IP,DS… in Hal_SC_SWDS_AddCmd() 2276 …DSCommand(pInstance,MAIN_WINDOW,REG_SC_BK5C_06_L,(gSrcInfo[MAIN_WINDOW].stCapWin.height*1/8 -1),DS… in Hal_SC_SWDS_AddCmd() 2277 …DSCommand(pInstance,MAIN_WINDOW,REG_SC_BK5C_07_L,(gSrcInfo[MAIN_WINDOW].stCapWin.height*7/8 -1),DS… in Hal_SC_SWDS_AddCmd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/ |
| H A D | mhal_frc.c | 2368 …INDOW].enInputSourceType) && ((gSrcInfo[eWindow].stCapWin.width <= 1920) && (gSrcInfo[eWindow].stC… in MHal_FRC_IsFHDToFSC() 2369 …((((gSrcInfo[eWindow].stCapWin.width <= 1920) && (gSrcInfo[eWindow].stCapWin.height <= 1080)) && (… in MHal_FRC_IsFHDToFSC() 2372 …((((gSrcInfo[eWindow].stCapWin.width <= 1920) && (gSrcInfo[eWindow].stCapWin.height <= 1080)) && … in MHal_FRC_IsFHDToFSC()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/ |
| H A D | mhal_frc.c | 2404 …INDOW].enInputSourceType) && ((gSrcInfo[eWindow].stCapWin.width <= 1920) && (gSrcInfo[eWindow].stC… in MHal_FRC_IsFHDToFSC() 2405 …((((gSrcInfo[eWindow].stCapWin.width <= 1920) && (gSrcInfo[eWindow].stCapWin.height <= 1080)) && (… in MHal_FRC_IsFHDToFSC() 2408 …((((gSrcInfo[eWindow].stCapWin.width <= 1920) && (gSrcInfo[eWindow].stCapWin.height <= 1080)) && … in MHal_FRC_IsFHDToFSC()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/ |
| H A D | mhal_sc.c | 704 if(gSrcInfo[eWindow].stCapWin.width > 3800) in Hal_SC_set_write_limit() 7156 &&(gSrcInfo[MAIN_WINDOW].stCapWin.width==1920) in MHal_XC_DTVPatch() 7157 &&(gSrcInfo[MAIN_WINDOW].stCapWin.height==1080) in MHal_XC_DTVPatch() 7286 … if ((gSrcInfo[(eWindow)].stCapWin.width>= 3840) && (gSrcInfo[(eWindow)].stCapWin.height>= 2160)) in MHal_XC_Get_CMA_UsingCondition() 7307 … &&((gSrcInfo[(eWindow)].stCapWin.width>= 3840) && (gSrcInfo[(eWindow)].stCapWin.height>= 2160))) in MHal_XC_Get_CMA_UsingCondition() 7950 …Instance, eWindow) == E_XC_3D_INPUT_LINE_ALTERNATIVE) && (gSrcInfo[eWindow].stCapWin.width > 1920)) in _HAL_SC_BWR_set_3d_mode() 8138 …Instance, eWindow) == E_XC_3D_INPUT_LINE_ALTERNATIVE) && (gSrcInfo[eWindow].stCapWin.width > 1920)) in _HAL_SC_BWR_set_3d_mode_burst() 8493 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() 8498 …if((pXCResourcePrivate->stdrvXC_3D._bFALLRRToFA) && (pSrcInfo->stCapWin.width == DOUBLEHD_1080X2P_… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() 8501 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiXC_EX.h | 776 XC_EX_WINDOW_TYPE stCapWin; ///<Capture window member 903 XC_EX_WINDOW_TYPE stCapWin; ///<Capture window member 997 XC_EX_WINDOW_TYPE stCapWin; ///<Capture window member
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/ |
| H A D | mhal_sc.c | 714 if(gSrcInfo[eWindow].stCapWin.width > 3800) in Hal_SC_set_write_limit() 7194 &&(gSrcInfo[MAIN_WINDOW].stCapWin.width==1920) in MHal_XC_DTVPatch() 7195 &&(gSrcInfo[MAIN_WINDOW].stCapWin.height==1080) in MHal_XC_DTVPatch() 7403 … if ((gSrcInfo[(eWindow)].stCapWin.width>= 3840) && (gSrcInfo[(eWindow)].stCapWin.height>= 2160)) in MHal_XC_Get_CMA_UsingCondition() 8154 …Instance, eWindow) == E_XC_3D_INPUT_LINE_ALTERNATIVE) && (gSrcInfo[eWindow].stCapWin.width > 1920)) in _HAL_SC_BWR_set_3d_mode() 8296 …Instance, eWindow) == E_XC_3D_INPUT_LINE_ALTERNATIVE) && (gSrcInfo[eWindow].stCapWin.width > 1920)) in _HAL_SC_BWR_set_3d_mode_burst() 8607 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() 8620 …if((pXCResourcePrivate->stdrvXC_3D._bFALLRRToFA) && (pSrcInfo->stCapWin.width == DOUBLEHD_1080X2P_… in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() 8623 pSrcInfo->Status2.u16PreHCusScalingSrc = pSrcInfo->stCapWin.width; in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() 8628 …stdrvXC_3D._eOutput3DMode != E_XC_3D_OUTPUT_FRAME_ALTERNATIVE) &&(pSrcInfo->stCapWin.width >= 1280) in Hal_SC_3D_Adjust_PreHVscaling_SaveBW() [all …]
|