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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp207 Int profile_table_index, *profile_level_table; local
249 profile_table_index = (Int)profile_level;
255 encParams->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index];
261 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0);
268 encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index];
299 if (PacketSize > profile_level_table[profile_table_index])
434 /* Note that profile_table_index is already figured out above */
437 encParams->profile_table_index = profile_table_index; /* Used to limit the profile and level in SetProfile_BufferSize() */
2215 index = encData->encParams->profile_table_index;
[all...]
H A Dmp4lib_int.h230 Int profile_table_index; /* index for profile and level tables given the specified profile and level */ member in struct:tagVideoEncParams

Completed in 47 milliseconds