Searched refs:scalable_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.cpp122 const static Int scalable_profile_level_max_VBV_size[8] = variable
2217 scalable_profile_level_max_VBV_size[index]);
3104 if (total_VBV_size > scalable_profile_level_max_VBV_size[6])
3106 total_VBV_size = scalable_profile_level_max_VBV_size[6];
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 60 milliseconds