Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DFramerMp4V.c268 MFE_BOOL GetOneFrameBitsMP4V(BitstreamInfo* pBsInfo, unsigned int nFrameCount/*DontCare*/) in GetOneFrameBitsMP4V() argument
275 pBsInfo->nFrameCount = 1; in GetOneFrameBitsMP4V()
326 pBsInfo->nFrameCount = 0; in GetOneFrameBitsMP4V()
333 MFE_BOOL GetOneFrameBitsMP2V(BitstreamInfo* pBsInfo, unsigned int nFrameCount/*DontCare*/) in GetOneFrameBitsMP2V() argument
340 pBsInfo->nFrameCount = 1; in GetOneFrameBitsMP2V()
393 pBsInfo->nFrameCount = 0; in GetOneFrameBitsMP2V()
400 MFE_BOOL GetOneFrameBitsMP1A(BitstreamInfo_ptr pBsInfo, unsigned int nFrameCount) in GetOneFrameBitsMP1A() argument
406 pBsInfo->nFrameCount = 1; in GetOneFrameBitsMP1A()
454 pBsInfo->nFrameCount = 0; in GetOneFrameBitsMP1A()
H A DFramer.h107 MFE_BOOL (*GetFrameBits)(BitstreamInfo_ptr pBsInfo, unsigned int nFrameCount);
116 unsigned int nFrameCount; // Frame count in this round. If video, always 1. member
128 MFE_BOOL GetOneFrameBitsMP4V(void/*BitstreamInfo*/* pBsInfo, unsigned int nFrameCount/*DontCare*/);
129 MFE_BOOL GetOneFrameBitsMP2V(void/*BitstreamInfo*/* pBsInfo, unsigned int nFrameCount/*DontCare*/);
131 MFE_BOOL GetOneFrameBitsMP1A(BitstreamInfo* pBsInfo, unsigned int nFrameCount);