Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/
DVideoRenderQualityTracker_test.cpp150 EXPECT_EQ(c.judderErrorToleranceUs, d.judderErrorToleranceUs); in TEST_F()
181 EXPECT_EQ(c.judderErrorToleranceUs, d.judderErrorToleranceUs); in TEST_F()
212 EXPECT_EQ(c.judderErrorToleranceUs, d.judderErrorToleranceUs); in TEST_F()
288 EXPECT_EQ(c.judderErrorToleranceUs, d.judderErrorToleranceUs); in TEST_F()
389 EXPECT_EQ(c.judderErrorToleranceUs, 8000); in TEST_F()
390 EXPECT_NE(c.judderErrorToleranceUs, d.judderErrorToleranceUs); in TEST_F()
842 c.judderErrorToleranceUs = 2000; in TEST_F()
857 c.judderErrorToleranceUs = 2000; in TEST_F()
/frameworks/av/media/libstagefright/
DVideoRenderQualityTracker.cpp156 getFlag(judderErrorToleranceUs, "judder_error_tolerance_us"); in getFromServerConfigurableFlags()
199 judderErrorToleranceUs = 2000; in Configuration()
664 if (abs(errorUs) < c.judderErrorToleranceUs) { in computePreviousJudderScore()
672 if (abs(previousErrorUs) >= c.judderErrorToleranceUs) { in computePreviousJudderScore()
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoRenderQualityTracker.h194 int32_t judderErrorToleranceUs; variable