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.cpp201 Int profile_level = encOption->profile_level; local
239 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */
242 profile_table_index = (Int)profile_level;
254 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0);
2041 /* In/out : profile_level according to interface */
2046 OSCL_EXPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nLayer) argument
2062 *profile_level = i;
2073 *profile_level = i + SIMPLE_SCALABLE_PROFILE_LEVEL0;
2408 //int profile_level
[all...]

Completed in 103 milliseconds