Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp85 const static Int profile_level_max_VBV_size[8] = variable
2187 max_buffer_size = (encData->encParams->nLayers == 1 ? profile_level_max_VBV_size[index] : in PVUpdateVBVDelay()
3034 if (base_VBV_size > profile_level_max_VBV_size[5]) in SetProfile_BufferSize()
3035 base_VBV_size = profile_level_max_VBV_size[5]; in SetProfile_BufferSize()
3039 if (nLayers == 1 && base_VBV_size > profile_level_max_VBV_size[index]) in SetProfile_BufferSize()
3104 base_VBV_size > profile_level_max_VBV_size[index]) in SetProfile_BufferSize()
3151 profile_level_max_VBV_size[i])) in SetProfile_BufferSize()
3232 base_VBV_size <= profile_level_max_VBV_size[j]) in SetProfile_BufferSize()