Home
last modified time | relevance | path

Searched refs:ProfileType (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.h45 enum ProfileType { enum
74 ProfileType profile, LevelType level);
83 ProfileType profile, LevelType level);
87 ProfileType *profile, LevelType *level) const;
95 ProfileType profile, LevelType level,
107 ProfileType *chosenProfile,
DVideoFormats.cpp183 ProfileType profile, LevelType level) { in enableResolutionUpto()
222 ProfileType profile, LevelType level) { in setProfileLevel()
232 ProfileType *profile, LevelType *level) const{ in getProfileLevel()
257 *profile = (ProfileType) bestProfile; in getProfileLevel()
341 ProfileType profile, LevelType level, unsigned *profileIdc, in GetProfileLevel()
453 ProfileType *chosenProfile, in PickBestFormat()
535 ProfileType srcProfile, sinkProfile; in PickBestFormat()
/frameworks/base/libs/hwui/
DProperties.cpp64 ProfileType Properties::sProfileType = ProfileType::None;
121 sProfileType = ProfileType::None; in load()
124 sProfileType = ProfileType::Bars; in load()
126 sProfileType = ProfileType::Console; in load()
201 ProfileType Properties::getProfileType() { in getProfileType()
202 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars)) in getProfileType()
203 return ProfileType::None; in getProfileType()
DProperties.h231 enum class ProfileType { enum
294 static ProfileType getProfileType();
304 static ProfileType sProfileType;
DFrameInfoVisualizer.cpp28 #define RETURN_IF_PROFILING_DISABLED() if (CC_LIKELY(mType == ProfileType::None)) return
29 #define RETURN_IF_DISABLED() if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return
108 if (mType == ProfileType::Bars) { in draw()
225 ProfileType newType = Properties::getProfileType(); in consumeProperties()
228 if (mType == ProfileType::None) { in consumeProperties()
DFrameInfoVisualizer.h75 ProfileType mType = ProfileType::None;
/frameworks/av/media/libstagefright/wifi-display/source/
DPlaybackSession.h59 VideoFormats::ProfileType videoProfileType,
140 VideoFormats::ProfileType videoProfileType,
156 VideoFormats::ProfileType videoProfileType,
DWifiDisplaySource.h140 VideoFormats::ProfileType mChosenVideoProfile;
DPlaybackSession.cpp385 VideoFormats::ProfileType videoProfileType, in init()
888 VideoFormats::ProfileType videoProfileType, in setupPacketizer()
1029 VideoFormats::ProfileType videoProfileType, in addVideoSource()