Home
last modified time | relevance | path

Searched refs:nBCount (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c196 pGOP->nBCount = 0; in mfeSetVopType()
209 pGOP->nBCount = 0; in mfeSetVopType()
218 pGOP->nBCount = 1; in mfeSetVopType()
224 pGOP->nBCount = 0; in mfeSetVopType()
228 if (pGOP->nBCount<pConfig->nBbetweenP) { in mfeSetVopType()
231 pGOP->nBCount = 1; in mfeSetVopType()
238 pGOP->nBCount = 0; in mfeSetVopType()
245 pGOP->nBCount = 0; in mfeSetVopType()
249 if (pGOP->nBCount<pConfig->nBbetweenP) { in mfeSetVopType()
252 pGOP->nBCount++; in mfeSetVopType()
[all …]
H A DmsRateCtrl.h149 int nBCount; // Number of B-frames between P-frames // Suggest: 0, 1, 2 member
H A Dmfe_common.h157 int nBCount; member
H A Dmfe_common.c751 pConfig->rcInfo.nBCount = pConfig->nBbetweenP; // Number of B-frames between P-frames in MfeDrvRateControlInit()
H A DmsRateCtrl.c227 ct->m_nBCount = pRCInfo->nBCount; in cvbr_InitRateControl()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c233 pGOP->nBCount = 0; in mfeSetVopType()
246 pGOP->nBCount = 0; in mfeSetVopType()
253 pGOP->nBCount = 0; in mfeSetVopType()
262 pGOP->nBCount = 1; in mfeSetVopType()
268 pGOP->nBCount = 0; in mfeSetVopType()
272 if (pGOP->nBCount<pConfig->nBbetweenP) { in mfeSetVopType()
275 pGOP->nBCount = 1; in mfeSetVopType()
282 pGOP->nBCount = 0; in mfeSetVopType()
289 pGOP->nBCount = 0; in mfeSetVopType()
293 if (pGOP->nBCount<pConfig->nBbetweenP) { in mfeSetVopType()
[all …]
H A DmsRateCtrl.h149 MS_S32 nBCount; // Number of B-frames between P-frames // Suggest: 0, 1, 2 member
H A Dmfe_common.h170 MS_S32 nBCount; member
H A Dmfe_common.c722 pConfig->rcInfo.nBCount = pConfig->nBbetweenP; // Number of B-frames between P-frames in MfeDrvRateControlInit()
H A DmsRateCtrl.c226 ct->m_nBCount = pRCInfo->nBCount; in cvbr_InitRateControl()