Searched refs:ADebug (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/foundation/tests/ |
D | Utils_test.cpp | 107 #define LVL(x) (ADebug::Level)(x) in TEST_F() 108 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "", LVL(5)), LVL(5)); in TEST_F() 109 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", " \t \n ", LVL(2)), LVL(2)); in TEST_F() 110 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "3", LVL(5)), LVL(3)); in TEST_F() 111 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "3:*deo", LVL(5)), LVL(3)); in TEST_F() 112 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 114 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "3:*deo,2:vid*", LVL(5)), LVL(2)); in TEST_F() 115 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 117 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 119 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() [all …]
|
/frameworks/av/media/libstagefright/foundation/ |
D | ADebug.cpp | 37 long ADebug::GetLevelFromSettingsString( in GetLevelFromSettingsString() 88 long ADebug::GetLevelFromProperty( in GetLevelFromProperty() 98 ADebug::Level ADebug::GetDebugLevelFromProperty( in GetDebugLevelFromProperty() 99 const char *name, const char *propertyName, ADebug::Level def) { in GetDebugLevelFromProperty() 105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() 126 bool ADebug::getExperimentFlag( in getExperimentFlag()
|
D | Android.bp | 58 "ADebug.cpp",
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 67 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__) 68 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__) 69 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) 70 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__) 76 CLOG_DEBUG_IF(DEBUG >= ADebug::kDebugAll, fn, fmt, ##__VA_ARGS__) 78 CLOG_DEBUG_IF(DEBUG_BUMP >= ADebug::kDebugAll, fn, fmt, ##__VA_ARGS__) 363 mName = ADebug::GetDebugName(name); in OMXNodeInstance() 364 DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug"); in OMXNodeInstance() 380 mLegacyAdaptiveExperiment = ADebug::isExperimentEnabled("legacy-adaptive"); in OMXNodeInstance() 1801 if (DEBUG == ADebug::kDebugInternalState) { in bumpDebugLevel_l() [all …]
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ADebug.h | 117 struct ADebug { struct
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2Decoder.cpp | 120 || ADebug::isExperimentEnabled("legacy-setsurface")) { in setVideoSurface()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 123 if (surface == NULL || ADebug::isExperimentEnabled("legacy-setsurface")) { in setVideoSurface()
|