Home
last modified time | relevance | path

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

/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Drate_control.cpp212 rateCtrl->pMP->frameRange = (int)(rateCtrl->frame_rate * 1.0); /* 1.0s time frame*/ in InitRateControlModule()
213 rateCtrl->pMP->frameRange = AVC_MAX(rateCtrl->pMP->frameRange, 5); in InitRateControlModule()
214 rateCtrl->pMP->frameRange = AVC_MIN(rateCtrl->pMP->frameRange, 30); in InitRateControlModule()
360 if (++pMP->framePos == pMP->frameRange) pMP->framePos = 0; in RCInitFrameQP()
443 while (i < pMP->frameRange && prev_mad < 0.001) /* find first one with nonzero prev_mad */ in calculateQuantizer_Multipass()
449 if (i < pMP->frameRange) in calculateQuantizer_Multipass()
453 for (j = 0; i < pMP->frameRange; i++) in calculateQuantizer_Multipass()
Davcenc_int.h186 int frameRange; /* number of overall previous multiple frames */ member
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h285 Int frameRange; /* number of overall previous multiple frames */ member
Drate_control.cpp230 if (++pMP->framePos == pMP->frameRange) pMP->framePos = 0; in RC_VopQPSetting()
734 for (i = 0, j = 0; i < pMP->frameRange; i++) in calculateQuantizer_Multipass()
Dmp4enc_api.cpp834 …video->pMP[idx]->frameRange = (Int)(video->encParams->LayerFrameRate[idx] * 1.0); /* 1.0s time fra… in PVInitVideoEncoder()
835 video->pMP[idx]->frameRange = PV_MAX(video->pMP[idx]->frameRange, 5); in PVInitVideoEncoder()
836 video->pMP[idx]->frameRange = PV_MIN(video->pMP[idx]->frameRange, 30); in PVInitVideoEncoder()