Searched refs:ProfileType (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/wifi-display/ |
D | VideoFormats.h | 45 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,
|
D | VideoFormats.cpp | 183 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/ |
D | Properties.cpp | 64 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()
|
D | Properties.h | 231 enum class ProfileType { enum 294 static ProfileType getProfileType(); 304 static ProfileType sProfileType;
|
D | FrameInfoVisualizer.cpp | 28 #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()
|
D | FrameInfoVisualizer.h | 75 ProfileType mType = ProfileType::None;
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | PlaybackSession.h | 59 VideoFormats::ProfileType videoProfileType, 140 VideoFormats::ProfileType videoProfileType, 156 VideoFormats::ProfileType videoProfileType,
|
D | WifiDisplaySource.h | 140 VideoFormats::ProfileType mChosenVideoProfile;
|
D | PlaybackSession.cpp | 385 VideoFormats::ProfileType videoProfileType, in init() 888 VideoFormats::ProfileType videoProfileType, in setupPacketizer() 1029 VideoFormats::ProfileType videoProfileType, in addVideoSource()
|