Home
last modified time | relevance | path

Searched refs:nFrameSize (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c892 g_aud_auctx.unit_size = g_AudInfo.nFrameSize; in MAdp_TSMUX_AddFrame()
904 … ms_dprintf(ADP_L5,"DUMPx=%d,, 0x%x, %d\n",x, g_AudInfo.pFrameBits, g_AudInfo.nFrameSize); in MAdp_TSMUX_AddFrame()
910 g_AudInfo.nFileSize -= g_AudInfo.nFrameSize; in MAdp_TSMUX_AddFrame()
1018 void PrepareThumbNail(unsigned char voptype,unsigned long IVOP_address,MFE_U32 nFrameSize) in PrepareThumbNail() argument
1028 , nFrameSize); in PrepareThumbNail()
1031 , nFrameSize); in PrepareThumbNail()
1138 err = fread((MFE_U8 *)pmmapTmp->miuPointer, sizeof(MFE_U8), pInfo->nFrameSize, pInfo->infile); in GetFrame_FileIn()
1221 MFE_U32 nFrameSize; in MAdp_MFE_Proc() local
1263 nFrameSize = appPVR_Info.width*appPVR_Info.height*3/2; in MAdp_MFE_Proc()
1270 … input_frame.miuPointer = my_malloc(&madp_mfe_buff_info.mfe_buf_va, nFrameSize,"input_frame"); in MAdp_MFE_Proc()
[all …]
H A DFramerMp4V.c303 pBsInfo->nFrameSize = (int)(pBsInfo->pCur+4-pBsInfo->pLast); in GetOneFrameBitsMP4V()
305 pBsInfo->nFrameSize = (int)(pBsInfo->pCur-pBsInfo->pLast); in GetOneFrameBitsMP4V()
307 pBsInfo->nFrameIndex, pBsInfo->pFrameBits-pBsInfo->pBits, pBsInfo->nFrameSize); in GetOneFrameBitsMP4V()
370 pBsInfo->nFrameSize = (int)(pBsInfo->pCur+4-pBsInfo->pLast); in GetOneFrameBitsMP2V()
372 pBsInfo->nFrameSize = (int)(pBsInfo->pCur-pBsInfo->pLast); in GetOneFrameBitsMP2V()
374 pBsInfo->nFrameIndex, pBsInfo->pFrameBits-pBsInfo->pBits, pBsInfo->nFrameSize); in GetOneFrameBitsMP2V()
416 pBsInfo->nFrameSize = pBsInfo->nAudFrameSize; in GetOneFrameBitsMP1A()
H A DFramer.h110 unsigned int nFrameSize; member
H A Dmadp_mfe.h139 int nFrameSize; member
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c594 MS_U32 nFrameSize; in _MApi_MFE_Init() local
731 nFrameSize = appPVR_Info->nBufHeight*appPVR_Info->nBufWidth*3/2; in _MApi_MFE_Init()
733 nFrameSize = (appPVR_Info->nBufHeight>>1)*appPVR_Info->nBufWidth*3/2; in _MApi_MFE_Init()
737 nFrameSize = DstSizeY + DstSizeUV; in _MApi_MFE_Init()
741 nFrameSize = DstSizeY + DstSizeUV; in _MApi_MFE_Init()
745 MallocToDrvSize = nFrameSize * MallocToDrvFrame in _MApi_MFE_Init()
749 MallocToDrvSize = nFrameSize * MallocToDrvFrame in _MApi_MFE_Init()
755 nFrameSize = appPVR_Info->nBufHeight*appPVR_Info->nBufWidth*3/2; in _MApi_MFE_Init()
756 … MallocToDrvSize = nFrameSize*MallocToDrvFrame+appPVR_Info->OutBufferSize*appPVR_Info->nOutBuffer + in _MApi_MFE_Init()