Searched defs:profile_level (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h140 ProfileLevelType profile_level; member in struct:tagvideoEncOptions
290 * @param profile_level is the pointer of the profile enumeration
294 OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nLayer);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp208 Int profile_level = encOption->profile_level; local
246 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */
249 profile_table_index = (Int)profile_level;
261 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0);
2070 /* In/out : profile_level according to interface */
2075 OSCL_EXPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nLayer) argument
2091 *profile_level = i;
2102 *profile_level = i + SIMPLE_SCALABLE_PROFILE_LEVEL0;
2437 //int profile_level
[all...]

Completed in 12 milliseconds