Searched refs: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.cpp77 const static Int profile_level_max_bitrate[8] = variable
3043 video->encParams->LayerMaxBitRate[0] = profile_level_max_bitrate[index];
3130 if (base_bitrate > profile_level_max_bitrate[index] ||
3155 if (base_VBV_size > (Int)(k*16384 + 4*(float)profile_level_max_bitrate[5]*1001.0 / 30000.0))
3156 base_VBV_size = (Int)(k * 16384 + 4 * (float)profile_level_max_bitrate[5] * 1001.0 / 30000.0);
3158 if (base_VBV_size > (Int)(k*16384 + 4*(float)profile_level_max_bitrate[index]*1001.0 / 30000.0))
3176 base_bitrate <= profile_level_max_bitrate[i] &&
3179 base_VBV_size <= (video->encParams->H263_Enabled ? (Int)(k*16384 + 4*(float)profile_level_max_bitrate[i]*1001.0 / 30000.0) :
3197 video->encParams->LayerMaxBitRate[0] = profile_level_max_bitrate[i];
3204 video->encParams->BufferSize[0] = (Int)(k * 16384 + 4 * (float)profile_level_max_bitrate[
[all...]

Completed in 11 milliseconds