Searched defs:profile_level_max_VBV_size (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp92 const static Int profile_level_max_VBV_size[8] = variable
2216 max_buffer_size = (encData->encParams->nLayers == 1 ? profile_level_max_VBV_size[index] :
3063 if (base_VBV_size > profile_level_max_VBV_size[5])
3064 base_VBV_size = profile_level_max_VBV_size[5];
3068 if (nLayers == 1 && base_VBV_size > profile_level_max_VBV_size[index])
3133 base_VBV_size > profile_level_max_VBV_size[index])
3180 profile_level_max_VBV_size[i]))
3261 base_VBV_size <= profile_level_max_VBV_size[j])

Completed in 68 milliseconds