[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp3005 Int total_VBV_size = 0, base_VBV_size, enhance_VBV_size = 0; local
3105 total_VBV_size = base_VBV_size + enhance_VBV_size;
3108 if (total_VBV_size > scalable_profile_level_max_VBV_size[6])
3110 total_VBV_size = scalable_profile_level_max_VBV_size[6];
3111 enhance_VBV_size = total_VBV_size - base_VBV_size;
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 11 milliseconds