Searched refs:GetLevelFromSettingsString (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/tests/ |
D | Utils_test.cpp | 112 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "", LVL(5)), LVL(5)); in TEST_F() 113 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", " \t \n ", LVL(2)), LVL(2)); in TEST_F() 114 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "3", LVL(5)), LVL(3)); in TEST_F() 115 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "3:*deo", LVL(5)), LVL(3)); in TEST_F() 116 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 118 ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "3:*deo,2:vid*", LVL(5)), LVL(2)); in TEST_F() 119 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 121 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 123 ASSERT_EQ(ADebug::GetLevelFromSettingsString( in TEST_F() 125 … ASSERT_EQ(ADebug::GetLevelFromSettingsString("video", "4:*omx,3:*d*o*,2:audio*", LVL(5)), LVL(3)); in TEST_F() [all …]
|
/frameworks/av/media/libstagefright/foundation/ |
D | ADebug.cpp | 37 long ADebug::GetLevelFromSettingsString( in GetLevelFromSettingsString() function in android::ADebug 92 def = GetLevelFromSettingsString(name, value, def); in GetLevelFromProperty()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 127 static long GetLevelFromSettingsString(
|