Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp242 aEncOption.profile_level = SIMPLE_PROFILE_LEVEL0; in Mp4EncInit()
246 aEncOption.profile_level = SIMPLE_PROFILE_LEVEL1; in Mp4EncInit()
250 aEncOption.profile_level = SIMPLE_PROFILE_LEVEL2; in Mp4EncInit()
254 aEncOption.profile_level = SIMPLE_PROFILE_LEVEL3; in Mp4EncInit()
267 aEncOption.profile_level = SIMPLE_SCALABLE_PROFILE_LEVEL0; in Mp4EncInit()
271 aEncOption.profile_level = SIMPLE_SCALABLE_PROFILE_LEVEL1; in Mp4EncInit()
275 aEncOption.profile_level = SIMPLE_SCALABLE_PROFILE_LEVEL2; in Mp4EncInit()
288 aEncOption.profile_level = CORE_PROFILE_LEVEL1; in Mp4EncInit()
292 aEncOption.profile_level = CORE_PROFILE_LEVEL2; in Mp4EncInit()
305 aEncOption.profile_level = CORE_SCALABLE_PROFILE_LEVEL1; in Mp4EncInit()
[all …]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp281 aEncOption->profile_level = SIMPLE_PROFILE_LEVEL0; in ParseFSI()
286 aEncOption->profile_level = SIMPLE_PROFILE_LEVEL1; in ParseFSI()
291 aEncOption->profile_level = SIMPLE_PROFILE_LEVEL2; in ParseFSI()
296 aEncOption->profile_level = SIMPLE_PROFILE_LEVEL3; in ParseFSI()
301 aEncOption->profile_level = CORE_PROFILE_LEVEL1; in ParseFSI()
306 aEncOption->profile_level = CORE_PROFILE_LEVEL2; in ParseFSI()
923 Int profile_level = (Int)ECVEI_CORE_LEVEL2; in Initialize() local
924 if (aEncParam->iNumLayer > 1) profile_level = (Int)ECVEI_CORE_SCALABLE_LEVEL3; in Initialize()
925 aEncOption.profile_level = (ProfileLevelType)profile_level; in Initialize()
Dmp4enc_api.cpp201 Int profile_level = encOption->profile_level; in PVInitVideoEncoder() local
239 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */ in PVInitVideoEncoder()
242 profile_table_index = (Int)profile_level; in PVInitVideoEncoder()
254 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0); in PVInitVideoEncoder()
2046 OSCL_EXPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nL… in PVGetMPEG4ProfileLevelID() argument
2062 *profile_level = i; in PVGetMPEG4ProfileLevelID()
2073 *profile_level = i + SIMPLE_SCALABLE_PROFILE_LEVEL0; in PVGetMPEG4ProfileLevelID()
/external/opencore/codecs_v2/utilities/pv_config_parser/src/
Dpv_video_config_parser.cpp84 int32 profile_level = 0; in pv_video_config_parser() local
86 …tval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level); in pv_video_config_parser()
93 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed in pv_video_config_parser()
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dmp4enc_api.h142 ProfileLevelType profile_level; member
296 …OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, In…