OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerMaxMbsPerSec
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
185
Int
LayerMaxMbsPerSec
[4]; /* Maximum mbs per second, according to the specified profile and level */
mp4enc_api.cpp
255
encParams->
LayerMaxMbsPerSec
[0] = profile_level_max_mbsPerSec[profile_table_index];
268
encParams->
LayerMaxMbsPerSec
[i] = scalable_profile_level_max_mbsPerSec[profile_table_index];
518
profile_max_framerate = (float)encParams->
LayerMaxMbsPerSec
[i] / (float)nTotalMB;
629
if (mbsPerSec > video->encParams->
LayerMaxMbsPerSec
[idx]) status = PV_FALSE;
[
all
...]
Completed in 107 milliseconds