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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp117 const static Int scalable_profile_level_max_mbsPerSec[8] = variable
268 encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index];
3091 video->encParams->LayerMaxFrameRate[1] = (float)scalable_profile_level_max_mbsPerSec[index] / nTotalMB;
3213 total_MBsPerSec > scalable_profile_level_max_mbsPerSec[index] ||
3221 total_MBsPerSec <= scalable_profile_level_max_mbsPerSec[2] &&
3241 total_MBsPerSec <= scalable_profile_level_max_mbsPerSec[i] &&
3288 video->encParams->LayerMaxFrameRate[1] = PV_MIN(30, (float)scalable_profile_level_max_mbsPerSec[i] / nTotalMB);

Completed in 34 milliseconds