Searched refs:ProfileLevel (Results 1 – 6 of 6) sorted by relevance
41 struct ProfileLevel { struct47 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;53 Vector<ProfileLevel> mProfileLevels;
34 Vector<ProfileLevel> *profileLevels) const { in getSupportedProfileLevels()64 ProfileLevel profileLevel; in FromParcel()235 ProfileLevel profileLevel; in initializeCapabilities()
171 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in android_media_MediaCodecList_getCodecCapabilities()222 const MediaCodecInfo::ProfileLevel &src = profileLevels.itemAt(i); in android_media_MediaCodecList_getCodecCapabilities()
2090 if (video->encParams->ProfileLevel[0] == profile_level_code[i]) in PVGetMPEG4ProfileLevelID()2101 if (video->encParams->ProfileLevel[0] == scalable_profile_level_code[i]) in PVGetMPEG4ProfileLevelID()2459 status = BitstreamPutBits(stream, 8, video->encParams->ProfileLevel[video->currLayer]); in EncodeVOS_Start()3197 video->encParams->ProfileLevel[0] = profile_level_code[i]; in SetProfile_BufferSize()3277 video->encParams->ProfileLevel[0] = profile_level_code[j]; in SetProfile_BufferSize()3278 video->encParams->ProfileLevel[1] = scalable_profile_level_code[i]; in SetProfile_BufferSize()3298 …if (!video->encParams->H263_Enabled && (video->encParams->ProfileLevel[0] == 0x08)) /* SPL0 restri… in SetProfile_BufferSize()
226 Int ProfileLevel[2]; /* Profile and Level for encoding purposes */ member
267 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in parseTopLevelXMLFile()274 const MediaCodecInfo::ProfileLevel &pl = in parseTopLevelXMLFile()