HomeSort by relevance Sort by last modified time
    Searched refs:framerate (Results 1 - 18 of 18) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 43 unsigned char framerate; member in struct:meye_params
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 41 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...]
rate_control.h 85 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:__anon9254
mp4lib_int.h 174 //float FrameRate; /* Input Frame Rate */
270 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 */
394 float FrameRate; /* Src frame Rate */
mp4enc_api.cpp 445 // video->FrameRate = 30000/(float)1001; /* fix it to 29.97 fps */
447 video->FrameRate = timeIncRes / ((float)timeInc);
507 /* Make sure the maximum framerate is consistent with the given profile and level */
616 /* Check if the video size and framerate(MBsPerSec) are vald */
644 //video->frameRate = video->encParams->LayerFrameRate[0]; /* Set current layer frame rate */
1980 float bitrate_r, framerate; local
    [all...]
  /external/srec/srec/include/
utteranc.h 230 int framerate);
231 void init_utt_v5_header(UttHeader *uhead, int dim, int samplerate, int framerate);
front.h 50 #define FRAMERATE 100
150 int framerate; member in struct:__anon7428
simapi.h     [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 194 double framerate; member in struct:VP8Common
postproc.c 821 sprintf(message, "Bitrate: %10.2f frame_rate: %10.2f ", oci->bitrate, oci->framerate);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 243 /* Setting the bitrate and framerate */
245 rateCtrl->pMP->framerate = rateCtrl->frame_rate;
246 rateCtrl->pMP->target_bits_per_frame = rateCtrl->pMP->bitrate / rateCtrl->pMP->framerate;
381 pMP->framerate = rateCtrl->frame_rate;
512 pMP->counter_BTsrc <= (pMP->counter_BTdst + (int)(pMP->framerate*1.0 + 0.5)))
609 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
822 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1);
828 rateCtrl->TMN_TH -= (int)((OsclFloat)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1));
    [all...]
avcenc_int.h 171 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*/
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 552 OMX_VIDEO_PARAM_PORTFORMATTYPE framerate; // OMX_IndexParamVidePortFormat local
553 framerate.nPortIndex = 0;
556 &framerate);
559 framerate.xFramerate = m_sProfile.nFramerate << 16;
562 &framerate);
    [all...]
  /external/libvpx/
vpxenc.c 439 vpx_rational_t framerate; member in struct:EbmlGlobal
567 frame_time = (uint64_t)1000 * ebml->framerate.den
568 / ebml->framerate.num;
603 glob->framerate = *fps;
624 float frameRate = (float)fps->num/(float)fps->den;
630 Ebml_SerializeFloat(glob, FrameRate, frameRate);
865 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1, variable
874 &verbosearg, &psnrarg, &use_ivf, &framerate,
898 &width, &height, &timebase, &framerate, &error_resilient
    [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 492 pbi->common.framerate = 160000000.00 / time_diff ;
  /external/srec/srec/cfront/
frontobj.c 357 ASSERT(FRAMERATE > 0);
360 freqobj->framerate = FRAMERATE;
361 freqobj->frame_period = parameters->samplerate / freqobj->framerate;
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c     [all...]

Completed in 325 milliseconds