HomeSort by relevance Sort by last modified time
    Searched refs:ProfileType (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 45 enum ProfileType {
74 ProfileType profile, LevelType level);
83 ProfileType profile, LevelType level);
87 ProfileType *profile, LevelType *level) const;
95 ProfileType profile, LevelType level,
107 ProfileType *chosenProfile,
VideoFormats.cpp 183 ProfileType profile, LevelType level) {
222 ProfileType profile, LevelType level) {
232 ProfileType *profile, LevelType *level) const{
257 *profile = (ProfileType) bestProfile;
341 ProfileType profile, LevelType level, unsigned *profileIdc,
453 ProfileType *chosenProfile,
535 ProfileType srcProfile, sinkProfile;
  /frameworks/base/libs/hwui/
Properties.h 231 enum class ProfileType {
294 static ProfileType getProfileType();
304 static ProfileType sProfileType;
FrameInfoVisualizer.h 75 ProfileType mType = ProfileType::None;
Properties.cpp 64 ProfileType Properties::sProfileType = ProfileType::None;
121 sProfileType = ProfileType::None;
124 sProfileType = ProfileType::Bars;
126 sProfileType = ProfileType::Console;
201 ProfileType Properties::getProfileType() {
202 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars))
203 return ProfileType::None;
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) {
225 ProfileType newType = Properties::getProfileType();
228 if (mType == ProfileType::None) {
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 59 VideoFormats::ProfileType videoProfileType,
140 VideoFormats::ProfileType videoProfileType,
156 VideoFormats::ProfileType videoProfileType,
WifiDisplaySource.h 140 VideoFormats::ProfileType mChosenVideoProfile;
PlaybackSession.cpp 385 VideoFormats::ProfileType videoProfileType,
888 VideoFormats::ProfileType videoProfileType,
1029 VideoFormats::ProfileType videoProfileType,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 215 struct ProfileType
320 ProfileType m_sProfile;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 255 struct ProfileType {
349 ProfileType m_sProfile;
    [all...]

Completed in 1329 milliseconds