[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp106 const static Int scalable_profile_level_max_bitrate[8] = variable
3085 video->encParams->LayerMaxBitRate[1] = scalable_profile_level_max_bitrate[index];
3215 if (total_bitrate > scalable_profile_level_max_bitrate[index] ||
3223 if (total_bitrate <= scalable_profile_level_max_bitrate[2] &&
3243 if (total_bitrate <= scalable_profile_level_max_bitrate[i] &&
3286 video->encParams->LayerMaxBitRate[1] = scalable_profile_level_max_bitrate[i];

Completed in 22 milliseconds