Searched refs:pDV_Info (Results 1 – 3 of 3) sorted by relevance
7633 VDEC_EX_DV_Info *pDV_Info = NULL; in _MApi_VDEC_EX_GetDVSupportProfiles() local7642 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() local7666 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() argument15546 …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()
8736 VDEC_EX_DV_Info *pDV_Info = NULL; in _MApi_VDEC_EX_GetDVSupportProfiles() local8745 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() local8769 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() argument16773 …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()
8732 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));