Home
last modified time | relevance | path

Searched refs:profile_level (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h140 ProfileLevelType profile_level; member
294 …OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, In…
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp151 encParams.profile_level = CORE_PROFILE_LEVEL2; in main()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp208 Int profile_level = encOption->profile_level; in PVInitVideoEncoder() local
246 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */ in PVInitVideoEncoder()
249 profile_table_index = (Int)profile_level; in PVInitVideoEncoder()
261 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0); in PVInitVideoEncoder()
2079 OSCL_EXPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nL… in PVGetMPEG4ProfileLevelID() argument
2095 *profile_level = i; in PVGetMPEG4ProfileLevelID()
2106 *profile_level = i + SIMPLE_SCALABLE_PROFILE_LEVEL0; in PVGetMPEG4ProfileLevelID()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp128 mEncParams->profile_level = CORE_PROFILE_LEVEL2; in initEncParams()