Lines Matching refs:stMvopInputCfg

3723     MVOP_InputCfg stMvopInputCfg;  in _DMS_MVOP_SetConfig()  local
3727 memset(&stMvopInputCfg, 0, sizeof(MVOP_InputCfg)); in _DMS_MVOP_SetConfig()
3740 stMvopInputCfg.u16HSize = RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_MVOP].u32PanelWidth; in _DMS_MVOP_SetConfig()
3741 stMvopInputCfg.u16VSize = 1080; in _DMS_MVOP_SetConfig()
3742 stMvopInputCfg.u32YOffset = 0; in _DMS_MVOP_SetConfig()
3743 stMvopInputCfg.u32UVOffset = 0; in _DMS_MVOP_SetConfig()
3744 stMvopInputCfg.bProgressive = TRUE; in _DMS_MVOP_SetConfig()
3745 stMvopInputCfg.bUV7bit = FALSE; in _DMS_MVOP_SetConfig()
3746 stMvopInputCfg.bField = FALSE; in _DMS_MVOP_SetConfig()
3747 stMvopInputCfg.u16StripSize = RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_MVOP].u32PanelWidth; in _DMS_MVOP_SetConfig()
3750 stMvopInputCfg.bSD = FALSE; in _DMS_MVOP_SetConfig()
3751 stMvopInputCfg.bYUV422 = FALSE; in _DMS_MVOP_SetConfig()
3752 stMvopInputCfg.bDramRdContd = FALSE; in _DMS_MVOP_SetConfig()
3753 stMvopInputCfg.b422pack = FALSE; in _DMS_MVOP_SetConfig()
3759 stMvopInputCfg.bSD = TRUE; in _DMS_MVOP_SetConfig()
3760 stMvopInputCfg.bYUV422 = TRUE; in _DMS_MVOP_SetConfig()
3761 stMvopInputCfg.bDramRdContd = TRUE; in _DMS_MVOP_SetConfig()
3762 stMvopInputCfg.b422pack = TRUE; in _DMS_MVOP_SetConfig()
3766 if(E_MVOP_OK != MDrv_MVOP_SetInputCfg(eInputCfg, &stMvopInputCfg)) in _DMS_MVOP_SetConfig()
6785 MVOP_InputCfg stMvopInputCfg; in _DMS_MVOP_SetConfig_From_Vdec() local
6798 memset(&stMvopInputCfg, 0, sizeof(MVOP_InputCfg)); in _DMS_MVOP_SetConfig_From_Vdec()
6814 stMvopInputCfg.u16HSize = pstDispFrameFormat->stFrames[0].u32Width; in _DMS_MVOP_SetConfig_From_Vdec()
6815 stMvopInputCfg.u16VSize = pstDispFrameFormat->stFrames[0].u32Height; in _DMS_MVOP_SetConfig_From_Vdec()
6816 stMvopInputCfg.u32YOffset = 0; in _DMS_MVOP_SetConfig_From_Vdec()
6817 stMvopInputCfg.u32UVOffset = 0; in _DMS_MVOP_SetConfig_From_Vdec()
6818stMvopInputCfg.bProgressive = (_DMS_Is_SourceInterlace(_DMS_GetDMSScanType(pstDispFrameFormat->u8I… in _DMS_MVOP_SetConfig_From_Vdec()
6819 stMvopInputCfg.bUV7bit = FALSE; in _DMS_MVOP_SetConfig_From_Vdec()
6820stMvopInputCfg.bField = (_DMS_GetDMSScanType(pstDispFrameFormat->u8Interlace) == E_DMS_VIDEO_SCAN_… in _DMS_MVOP_SetConfig_From_Vdec()
6821 stMvopInputCfg.u16StripSize = pstDispFrameFormat->stFrames[0].stHWFormat.u32LumaPitch; in _DMS_MVOP_SetConfig_From_Vdec()
6822 stMvopInputCfg.bYUV422 = _DMS_Is422Mode(_DMS_GetColorFormat(pstDispFrameFormat->enColorFormat)); in _DMS_MVOP_SetConfig_From_Vdec()
6823stMvopInputCfg.bSD = ((pstDispFrameFormat->stFrames[0].u32Width <= 720) && (pstDispFrameFormat->st… in _DMS_MVOP_SetConfig_From_Vdec()
6824 if (stMvopInputCfg.bYUV422 == TRUE) in _DMS_MVOP_SetConfig_From_Vdec()
6826 stMvopInputCfg.bDramRdContd = TRUE; in _DMS_MVOP_SetConfig_From_Vdec()
6827 stMvopInputCfg.b422pack = TRUE; in _DMS_MVOP_SetConfig_From_Vdec()
6831 stMvopInputCfg.bDramRdContd = FALSE; in _DMS_MVOP_SetConfig_From_Vdec()
6832 stMvopInputCfg.b422pack = FALSE; in _DMS_MVOP_SetConfig_From_Vdec()
6834 if(E_MVOP_OK != MDrv_MVOP_SetInputCfg(eInputCfg, &stMvopInputCfg)) in _DMS_MVOP_SetConfig_From_Vdec()
6842 if(stMvopInputCfg.bProgressive == TRUE) in _DMS_MVOP_SetConfig_From_Vdec()
6856 if(stMvopInputCfg.bProgressive == FALSE) in _DMS_MVOP_SetConfig_From_Vdec()