Searched refs:framerate (Results 1 – 9 of 9) sorted by relevance
75 rc[n]->framerate = LayerFrameRate[n]; in RC_Initialize()80 rc[n]->framerate = LayerFrameRate[n]; in RC_Initialize()85 …(rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5; in RC_Initialize()108 rc[n]->framerate = LayerFrameRate[n] - LayerFrameRate[n-1]; in RC_Initialize()116 …er_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->framerate / 10.0)); in RC_Initialize()117 … = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0)); in RC_Initialize()137 pMP[n]->framerate = rc[n]->framerate; in RC_Initialize()138 pMP[n]->target_bits_per_frame = pMP[n]->bitrate / pMP[n]->framerate; in RC_Initialize()251 pMP->framerate = rc->framerate; in RC_VopQPSetting()324 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1); in RC_VopUpdateStat()[all …]
87 float framerate; member
2009 float bitrate_r, framerate; in PVGetH263ProfileLevelID() local2030 framerate = encData->encParams->LayerFrameRate[0]; in PVGetH263ProfileLevelID()2031 if (!width || !height || !(bitrate_r > 0 && framerate > 0)) return PV_FALSE; in PVGetH263ProfileLevelID()2034 if (bitrate_r <= rBR_bound[1] && framerate <= max_h263_framerate[0] && in PVGetH263ProfileLevelID()2042 framerate > max_h263_framerate[1]) /* check the highest level 70 */ in PVGetH263ProfileLevelID()2052 …((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]… in PVGetH263ProfileLevelID()2053 …(width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <= max_h263_framerate[0])… in PVGetH263ProfileLevelID()
271 float framerate; /* framerate for current frame*/ member
94 int32_t framerate = -1; in statsd_recorder() local95 if (item->getInt32("android.media.mediarecorder.frame-rate", &framerate)) { in statsd_recorder()96 metrics_proto.set_framerate(framerate); in statsd_recorder()
2 // Test framerate and look for hiccups
190 optional double framerate = 8; field220 optional int32 framerate = 8; field
716 uint32_t framerate = mFramerate ?: (30 << 16); in onQueueFilled() local717 frameDuration = (uint32_t)(((uint64_t)1000000 << 16) / framerate); in onQueueFilled()
3899 float framerate; in setupVideoEncoder() local3900 if (!msg->findFloat("frame-rate", &framerate)) { in setupVideoEncoder()3907 mFps = (double)framerate; in setupVideoEncoder()