Searched refs:profile_level (Results 1 – 4 of 4) sorted by relevance
140 ProfileLevelType profile_level; member294 …OSCL_IMPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, In…
151 encParams.profile_level = CORE_PROFILE_LEVEL2; in main()
208 Int profile_level = encOption->profile_level; in PVInitVideoEncoder() local246 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() argument2095 *profile_level = i; in PVGetMPEG4ProfileLevelID()2106 *profile_level = i + SIMPLE_SCALABLE_PROFILE_LEVEL0; in PVGetMPEG4ProfileLevelID()
128 mEncParams->profile_level = CORE_PROFILE_LEVEL2; in initEncParams()