Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DFramerMp4V.c175 pBsInfo->nFrameIndex = 0; in OpenMappedFile()
307 pBsInfo->nFrameIndex, pBsInfo->pFrameBits-pBsInfo->pBits, pBsInfo->nFrameSize); in GetOneFrameBitsMP4V()
311 pBsInfo->nFrameIndex++; in GetOneFrameBitsMP4V()
374 pBsInfo->nFrameIndex, pBsInfo->pFrameBits-pBsInfo->pBits, pBsInfo->nFrameSize); in GetOneFrameBitsMP2V()
378 pBsInfo->nFrameIndex++; in GetOneFrameBitsMP2V()
418 pBsInfo->nFrameIndex++; in GetOneFrameBitsMP1A()
H A Dmadp_mfe.c538 pBsInfo->nFrameIndex = 0; in MAdp_init_audio_info()
870 g_AudInfo.nFrameIndex = mux_audframecount; in MAdp_TSMUX_AddFrame()
893 …g_aud_auctx.pts = (((U64)g_AudInfo.nFrameIndex-1)*1152) * MPEG_TS_CLOCKRATE / DEFAULT_AUDIO_FREQUE… in MAdp_TSMUX_AddFrame()
916 …ux audio frame PTS: %I64d %d %d\n", g_aud_auctx.dts, g_AudInfo.nFileSize, g_AudInfo.nFrameIndex-1); in MAdp_TSMUX_AddFrame()
918 …mux audio frame PTS: %lld %d %d\n", g_aud_auctx.dts, g_AudInfo.nFileSize, g_AudInfo.nFrameIndex-1); in MAdp_TSMUX_AddFrame()
H A DFramer.h115 unsigned int nFrameIndex; // The overall frame index. member