Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp52 constexpr float VBV_DELAY = 5.0f; variable
230 auto vbvSize = bitrate.v.value * VBV_DELAY; in ProfileLevelSetter()
411 mEncParams->vbvDelay = VBV_DELAY; in initEncParams()