OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
207
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() */
[
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 48 milliseconds