Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp207 Int profile_table_index, *profile_level_table; in PVInitVideoEncoder() local
249 profile_table_index = (Int)profile_level; in PVInitVideoEncoder()
255 encParams->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index]; in PVInitVideoEncoder()
261 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0); in PVInitVideoEncoder()
268 … encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index]; in PVInitVideoEncoder()
299 if (PacketSize > profile_level_table[profile_table_index]) in PVInitVideoEncoder()
437 …encParams->profile_table_index = profile_table_index; /* Used to limit the profile and level in… in PVInitVideoEncoder()
2219 index = encData->encParams->profile_table_index; in PVUpdateVBVDelay()
3019 index = video->encParams->profile_table_index; in SetProfile_BufferSize()
Dmp4lib_int.h229 …Int profile_table_index; /* index for profile and level tables given the specified profile … member