HomeSort by relevance Sort by last modified time
    Searched refs:profile_table_index (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 200 Int profile_table_index, *profile_level_table; local
242 profile_table_index = (Int)profile_level;
248 encParams->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index];
254 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0);
261 encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index];
292 if (PacketSize > profile_level_table[profile_table_index])
427 /* Note that profile_table_index is already figured out above */
430 encParams->profile_table_index = profile_table_index; /* Used to limit the profile and level in SetProfile_BufferSize() */
    [all...]
mp4lib_int.h 229 Int profile_table_index; /* index for profile and level tables given the specified profile and level */ member in struct:tagVideoEncParams

Completed in 1755 milliseconds