Home
last modified time | relevance | path

Searched refs:spspps_info (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c871 SPSPPS_INFO_t *spspps_info = (SPSPPS_INFO_t*)pHeader_info; in MDrv_MFE_GetConfigBytes() local
872 codeH264ConfigHeaders(pConfig,&spspps_info->SPSLen,&spspps_info->PPSLen); in MDrv_MFE_GetConfigBytes()
873 spspps_info->pHeaderPPS = spspps_info->pHeaderSPS + spspps_info->SPSLen; in MDrv_MFE_GetConfigBytes()
874 pBuf = spspps_info->pHeaderSPS; in MDrv_MFE_GetConfigBytes()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c874 SPSPPS_INFO_t *spspps_info = header_info; in _MApi_MFE_GetVOL() local
875 spspps_info->pHeaderSPS = appPVR_Info->BitstreamOutBuffer.miuPointer; in _MApi_MFE_GetVOL()
876 mfe_ioctl((MS_VIRT)appPVR_Info->mfe_drvHandle, MFE_IOC_GET_VOL, (MS_VIRT)spspps_info); in _MApi_MFE_GetVOL()
877 appPVR_Info->BitstreamOutBuffer.size = spspps_info->PPSLen + spspps_info->SPSLen; in _MApi_MFE_GetVOL()