Searched refs:framerate (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.cpp41 PV_STATUS RC_UpdateBXRCParams(void *input); Parameters update for target bitrate or framerate change
75 rc[n]->framerate = LayerFrameRate[n];
80 rc[n]->framerate = LayerFrameRate[n];
85 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5;
108 rc[n]->framerate = LayerFrameRate[n] - LayerFrameRate[n-1];
116 pMP[n]->counter_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->framerate / 10.0));
117 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0));
135 /* Setting the bitrate and framerate */
137 pMP[n]->framerate = rc[n]->framerate;
[all...]
H A Drate_control.h85 Int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
87 float framerate; member in struct:__anon663
H A Dmp4lib_int.h270 float framerate; /* framerate for current frame*/ member in struct:tagMultiPass
295 /* For target bitrate or framerate update */
296 float target_bits_per_frame; /* = C = bitrate/framerate */
H A Dmp4enc_api.cpp507 /* Make sure the maximum framerate is consistent with the given profile and level */
616 /* Check if the video size and framerate(MBsPerSec) are vald */
1980 float bitrate_r, framerate; local
1997 /* get image width, height, bitrate and framerate */
2001 framerate = encData->encParams->LayerFrameRate[0];
2002 if (!width || !height || !(bitrate_r > 0 && framerate > 0)) return PV_FALSE;
2005 if (bitrate_r <= rBR_bound[1] && framerate <= max_h263_framerate[0] &&
2013 framerate > max_h263_framerate[1]) /* check the highest level 70 */
2023 ((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]) ||
2024 (width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <
[all...]
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfiledWebView.java205 // record framerate
206 double framerate = animFramerate();
207 Log.d(LOGTAG, "anim framerate was "+framerate);
209 framerate);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp241 /* Setting the bitrate and framerate */
243 rateCtrl->pMP->framerate = rateCtrl->frame_rate;
244 rateCtrl->pMP->target_bits_per_frame = rateCtrl->pMP->bitrate / rateCtrl->pMP->framerate;
379 pMP->framerate = rateCtrl->frame_rate;
510 pMP->counter_BTsrc <= (pMP->counter_BTdst + (int)(pMP->framerate*1.0 + 0.5)))
607 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
820 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1);
826 rateCtrl->TMN_TH -= (int)((OsclFloat)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1));
H A Davcenc_int.h171 OsclFloat framerate; /* framerate for current frame*/ member in struct:tagMultiPass
196 /* For target bitrate or framerate update */
197 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */
313 int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h208 M4VIDEOEDITING_VideoFramerate framerate; /**< RC */ member in struct:__anon272
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c781 /* Maybe need to implement framerate changing */
2020 pParams->framerate = 33;
2024 pParams->framerate = 40;
2028 pParams->framerate = 50;
2032 pParams->framerate = 66;
2036 pParams->framerate = 80;
2040 pParams->framerate = 100;
2044 pParams->framerate = 133;
2048 pParams->framerate = 200;
2053 pParams->framerate
[all...]
H A DM4xVSS_internal.c1634 / xVSS_context->pPTo3GPPcurrentParams->framerate); /* */
1635 pCallBackCtxt->m_timeDuration = xVSS_context->pPTo3GPPcurrentParams->framerate;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp311 int32_t framerate = 0; local
350 metaData->findInt32(kKeySampleRate, &framerate);
682 VIDEOEDITOR_CHECK(!"VideoEncoder_open:incorrect framerate",

Completed in 224 milliseconds