Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/
DVideoRenderQualityTracker_test.cpp142 EXPECT_EQ(c.liveContentFrameDropToleranceUs, d.liveContentFrameDropToleranceUs); in TEST_F()
173 EXPECT_EQ(c.liveContentFrameDropToleranceUs, d.liveContentFrameDropToleranceUs); in TEST_F()
204 EXPECT_EQ(c.liveContentFrameDropToleranceUs, d.liveContentFrameDropToleranceUs); in TEST_F()
280 EXPECT_EQ(c.liveContentFrameDropToleranceUs, d.liveContentFrameDropToleranceUs); in TEST_F()
364 EXPECT_EQ(c.liveContentFrameDropToleranceUs, 4000); in TEST_F()
365 EXPECT_NE(c.liveContentFrameDropToleranceUs, d.liveContentFrameDropToleranceUs); in TEST_F()
/frameworks/av/media/libstagefright/
DVideoRenderQualityTracker.cpp148 getFlag(liveContentFrameDropToleranceUs, "live_content_frame_drop_tolerance_us"); in getFromServerConfigurableFlags()
184 liveContentFrameDropToleranceUs = 200 * 1000; in Configuration()
457 mConfiguration.liveContentFrameDropToleranceUs; in resetIfDiscontinuity()
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoRenderQualityTracker.h161 int32_t liveContentFrameDropToleranceUs; variable