[go: nahoru, domu]

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
2221 scalable_profile_level_max_VBV_size[index]);
3108 if (total_VBV_size > scalable_profile_level_max_VBV_size[6])
3110 total_VBV_size = scalable_profile_level_max_VBV_size[6];
3115 if (total_VBV_size > scalable_profile_level_max_VBV_size[index])
3218 total_VBV_size > scalable_profile_level_max_VBV_size[index])
3226 total_VBV_size <= scalable_profile_level_max_VBV_size[2])
3246 total_VBV_size <= scalable_profile_level_max_VBV_size[i])

Completed in 10 milliseconds