Home
last modified time | relevance | path

Searched refs:VBV_fullness_offset (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Drate_control.h90 …Int VBV_fullness_offset; /* offset of VBV_fullness, usually is zero, but can be changed in … member
Drate_control.cpp120 rc[n]-> VBV_fullness_offset = 0; in RC_Initialize()
130 …rc[n]->VBV_fullness_offset = video->encParams->maxFrameSize / 2; /* don't understand the meaning … in RC_Initialize()
833 …else if ((float)(rc->VBV_fullness - rc->VBV_fullness_offset) > (rc->Bs / 2 - rc->VBV_fullness_offs… in updateRateControl()
840 … while ((rc->VBV_fullness - rc->VBV_fullness_offset) > (rc->Bs / 2 - rc->VBV_fullness_offset)*0.95) in updateRateControl()