Home
last modified time | relevance | path

Searched refs:pDV_Info (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c7633 VDEC_EX_DV_Info *pDV_Info = NULL; in _MApi_VDEC_EX_GetDVSupportProfiles() local
7642 pDV_Info = (VDEC_EX_DV_Info *)param; in _MApi_VDEC_EX_GetDVSupportProfiles()
7647 pDV_Info->u32DVSupportProfiles = u32DVSupportProfiles; in _MApi_VDEC_EX_GetDVSupportProfiles()
7657 VDEC_EX_DV_Info *pDV_Info = NULL; in _MApi_VDEC_EX_GetDVSupportHighestLevel() local
7666 pDV_Info = (VDEC_EX_DV_Info *)param; in _MApi_VDEC_EX_GetDVSupportHighestLevel()
7669 if(MDrv_HVD_EX_GetDVSupportHighestLevel(pDV_Info->eDVProfile, &u32DVLevel) == E_HVD_EX_OK) in _MApi_VDEC_EX_GetDVSupportHighestLevel()
7671 pDV_Info->eDVLevel = (VDEC_EX_DV_Stream_Highest_Level)u32DVLevel; in _MApi_VDEC_EX_GetDVSupportHighestLevel()
15539 static VDEC_EX_Result _MApi_VDEC_EX_SetDVInfo(VDEC_StreamId *pStreamId, VDEC_EX_DV_Info *pDV_Info) in _MApi_VDEC_EX_SetDVInfo() argument
15546 …u32Para = (((pDV_Info->eDVMetaReorder << 16) & 0xff0000) | ((pDV_Info->eDVProfile << 8) & 0xff00) … in _MApi_VDEC_EX_SetDVInfo()
15548 u32Para = (((pDV_Info->eDVProfile << 8) & 0xff00) | (pDV_Info->eDVLevel & 0x00ff)); in _MApi_VDEC_EX_SetDVInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c8736 VDEC_EX_DV_Info *pDV_Info = NULL; in _MApi_VDEC_EX_GetDVSupportProfiles() local
8745 pDV_Info = (VDEC_EX_DV_Info *)param; in _MApi_VDEC_EX_GetDVSupportProfiles()
8750 pDV_Info->u32DVSupportProfiles = u32DVSupportProfiles; in _MApi_VDEC_EX_GetDVSupportProfiles()
8760 VDEC_EX_DV_Info *pDV_Info = NULL; in _MApi_VDEC_EX_GetDVSupportHighestLevel() local
8769 pDV_Info = (VDEC_EX_DV_Info *)param; in _MApi_VDEC_EX_GetDVSupportHighestLevel()
8772 if(MDrv_HVD_EX_GetDVSupportHighestLevel(pDV_Info->eDVProfile, &u32DVLevel) == E_HVD_EX_OK) in _MApi_VDEC_EX_GetDVSupportHighestLevel()
8774 pDV_Info->eDVLevel = (VDEC_EX_DV_Stream_Highest_Level)u32DVLevel; in _MApi_VDEC_EX_GetDVSupportHighestLevel()
16766 static VDEC_EX_Result _MApi_VDEC_EX_SetDVInfo(VDEC_StreamId *pStreamId, VDEC_EX_DV_Info *pDV_Info) in _MApi_VDEC_EX_SetDVInfo() argument
16773 …u32Para = (((pDV_Info->eDVMetaReorder << 16) & 0xff0000) | ((pDV_Info->eDVProfile << 8) & 0xff00) … in _MApi_VDEC_EX_SetDVInfo()
16775 u32Para = (((pDV_Info->eDVProfile << 8) & 0xff00) | (pDV_Info->eDVLevel & 0x00ff)); in _MApi_VDEC_EX_SetDVInfo()
H A DapiVDEC_EX.c.08732 VDEC_EX_DV_Info *pDV_Info = NULL;
8741 pDV_Info = (VDEC_EX_DV_Info *)param;
8746 pDV_Info->u32DVSupportProfiles = u32DVSupportProfiles;
8756 VDEC_EX_DV_Info *pDV_Info = NULL;
8765 pDV_Info = (VDEC_EX_DV_Info *)param;
8768 if(MDrv_HVD_EX_GetDVSupportHighestLevel(pDV_Info->eDVProfile, &u32DVLevel) == E_HVD_EX_OK)
8770 pDV_Info->eDVLevel = (VDEC_EX_DV_Stream_Highest_Level)u32DVLevel;
16762 static VDEC_EX_Result _MApi_VDEC_EX_SetDVInfo(VDEC_StreamId *pStreamId, VDEC_EX_DV_Info *pDV_Info)
16769 …u32Para = (((pDV_Info->eDVMetaReorder << 16) & 0xff0000) | ((pDV_Info->eDVProfile << 8) & 0xff00) …
16771 u32Para = (((pDV_Info->eDVProfile << 8) & 0xff00) | (pDV_Info->eDVLevel & 0x00ff));