| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 373 static MS_BOOL _DMS_Need_XC_HDR_DS(const ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat) in _DMS_Need_XC_HDR_DS() argument 376 if (pstDispFrameFormat->u32CodecType == E_DMS_CODEC_TYPE_HEVC_DV in _DMS_Need_XC_HDR_DS() 377 || (pstDispFrameFormat->stHDRInfo.u32FrmInfoExtAvail & in _DMS_Need_XC_HDR_DS() 380 if ((pstDispFrameFormat->stHDRInfo.u32FrmInfoExtAvail & E_DMS_HDR_METATYPE_DYNAMIC) in _DMS_Need_XC_HDR_DS() 381 && !pstDispFrameFormat->stHDRInfo.stDolbyHDRInfo.u8DMEnable) { in _DMS_Need_XC_HDR_DS() 813 void _DMS_Ddecide_SW_FRC_Mode(MS_U32 u32WindowID, const ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat,… in _DMS_Ddecide_SW_FRC_Mode() argument 815 MS_U32 u32FrameRate = pstDispFrameFormat->u32FrameRate; in _DMS_Ddecide_SW_FRC_Mode() 819 if (pstDispFrameFormat->u8Interlace) { // Only Interlace Mode in _DMS_Ddecide_SW_FRC_Mode() 915 if (pstDispFrameFormat->u32CodecType == E_DMS_CODEC_TYPE_RV8 in _DMS_Ddecide_SW_FRC_Mode() 916 || pstDispFrameFormat->u32CodecType == E_DMS_CODEC_TYPE_RV9) { in _DMS_Ddecide_SW_FRC_Mode() [all …]
|
| H A D | drvDMS.h | 510 …lDecodeSignalInfo(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat); 515 …rv_DMS_Video_Flip(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat);
|
| /utopia/UTPA2-700.0.x/modules/dms/api/dms/ |
| H A D | apiDMS.c | 224 …ecodeSignalInfo_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat) in MApi_DMS_SetDigitalDecodeSignalInfo_U2() argument 227 eRet = MDrv_DMS_SetDigitalDecodeSignalInfo(pInstance, u32WindowID, pstDispFrameFormat); in MApi_DMS_SetDigitalDecodeSignalInfo_U2() 231 …MApi_DMS_SetDigitalDecodeSignalInfo(MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat) in MApi_DMS_SetDigitalDecodeSignalInfo() argument 242 DMSArgs.pstDispFrameFormat = pstDispFrameFormat; in MApi_DMS_SetDigitalDecodeSignalInfo() 363 …_DMS_Video_Flip_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat) in MApi_DMS_Video_Flip_U2() argument 366 eRet = MDrv_DMS_Video_Flip(pInstance, u32WindowID, pstDispFrameFormat); in MApi_DMS_Video_Flip_U2() 370 EN_DMS_RESULT MApi_DMS_Video_Flip(MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat) in MApi_DMS_Video_Flip() argument 378 if(pstDispFrameFormat == NULL) in MApi_DMS_Video_Flip() 387 DMSArgs.pstDispFrameFormat = pstDispFrameFormat; in MApi_DMS_Video_Flip()
|
| H A D | apiDMS_private.h | 307 …codeSignalInfo_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat); 312 …DMS_Video_Flip_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat);
|
| H A D | apiDMS_v2.c | 238 …urnValue = psDMSInstPri->fpDMSSetDigiDecInfo(pInstance, ptr->u32WindowID, ptr->pstDispFrameFormat); in DMSIoctl() 273 … ptr->eReturnValue = psDMSInstPri->fpDMSFlip(pInstance, ptr->u32WindowID, ptr->pstDispFrameFormat); in DMSIoctl()
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 6780 …etConfig_From_Vdec(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat) in _DMS_MVOP_SetConfig_From_Vdec() argument 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() 6818 …stMvopInputCfg.bProgressive = (_DMS_Is_SourceInterlace(_DMS_GetDMSScanType(pstDispFrameFormat->u8I… in _DMS_MVOP_SetConfig_From_Vdec() 6820 …stMvopInputCfg.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() 6823 …stMvopInputCfg.bSD = ((pstDispFrameFormat->stFrames[0].u32Width <= 720) && (pstDispFrameFormat->st… in _DMS_MVOP_SetConfig_From_Vdec() 6851 stMvopVidSt.u16HorSize = pstDispFrameFormat->stFrames[0].u32Width; in _DMS_MVOP_SetConfig_From_Vdec() 6852 stMvopVidSt.u16VerSize = pstDispFrameFormat->stFrames[0].u32Height; in _DMS_MVOP_SetConfig_From_Vdec() [all …]
|
| H A D | drvDMS.h | 500 …lDecodeSignalInfo(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat); 505 …rv_DMS_Video_Flip(void* pInstance, MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiDMS.h | 119 …_Connect(MS_U32 u32WindowID, MS_U32 enInputSourceType, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat); 129 EN_DMS_RESULT MApi_DMS_Video_Flip(MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat, M…
|
| H A D | apiDMS_v2.h | 154 ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat; member 189 ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat; member
|
| /utopia/UTPA2-700.0.x/modules/dms/utopia_adaption/dms/ |
| H A D | DMS_adp.c | 243 …((unsigned long)(&(pDMS_SETDIGIDECINFO->pstDispFrameFormat))-(unsigned long)pDMS_SETDIGIDECINFO), … in DMS_adp_Init() 269 …((unsigned long)(&(pDMS_FLIP->pstDispFrameFormat))-(unsigned long)pDMS_FLIP), (unsigned long)spt_D… in DMS_adp_Init()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 13980 …_Connect(MS_U32 u32WindowID, MS_U32 enInputSourceType, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat); 13990 EN_DMS_RESULT MApi_DMS_Video_Flip(MS_U32 u32WindowID, ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat, M… 33916 ST_DMS_DISPFRAMEFORMAT *pstDispFrameFormat; 33951 ST_DMS_DISPFRAMEFORMAT* pstDispFrameFormat;
|