Home
last modified time | relevance | path

Searched refs:GetLevelFromSettingsString (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/foundation/tests/
DUtils_test.cpp108 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()
121 … 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/
DADebug.cpp37 long ADebug::GetLevelFromSettingsString( in GetLevelFromSettingsString() function in android::ADebug
92 def = GetLevelFromSettingsString(name, value, def); in GetLevelFromProperty()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h137 static long GetLevelFromSettingsString(