Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DFramerMp4V.c301 pBsInfo->pFrameBits = pBsInfo->pLast; in GetOneFrameBitsMP4V()
307 pBsInfo->nFrameIndex, pBsInfo->pFrameBits-pBsInfo->pBits, pBsInfo->nFrameSize); in GetOneFrameBitsMP4V()
368 pBsInfo->pFrameBits = pBsInfo->pLast; in GetOneFrameBitsMP2V()
374 pBsInfo->nFrameIndex, pBsInfo->pFrameBits-pBsInfo->pBits, pBsInfo->nFrameSize); in GetOneFrameBitsMP2V()
415 pBsInfo->pFrameBits = pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP1A()
H A Dmadp_mfe.c891 g_aud_auctx.access_unit = g_AudInfo.pFrameBits;//mux_frame_buf; in MAdp_TSMUX_AddFrame()
903 x+=(g_AudInfo.pFrameBits)[t]; 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()
H A DFramer.h109 MFE_U8 *pFrameBits; member