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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp3001 Int total_VBV_size = 0, base_VBV_size, enhance_VBV_size = 0; local
3101 total_VBV_size = base_VBV_size + enhance_VBV_size;
3104 if (total_VBV_size > scalable_profile_level_max_VBV_size[6])
3106 total_VBV_size = scalable_profile_level_max_VBV_size[6];
3107 enhance_VBV_size = total_VBV_size - base_VBV_size;
3111 if (total_VBV_size > scalable_profile_level_max_VBV_size[index])
3214 total_VBV_size > scalable_profile_level_max_VBV_size[index])
3222 total_VBV_size <= scalable_profile_level_max_VBV_size[2])
3242 total_VBV_size <= scalable_profile_level_max_VBV_size[i])

Completed in 610 milliseconds