Home
last modified time | relevance | path

Searched defs:FramerateController (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dframerate_controller_unittest.cc19 TEST(FramerateController, KeepTargetFramerate) { in TEST() argument
45 TEST(FramerateController, DoNotDropAnyFramesIfTargerEqualsInput) { in TEST() argument
65 TEST(FramerateController, DoNotDropFrameWhenTimestampJumpsBackward) { in TEST() argument
72 TEST(FramerateController, DropFrameIfItIsTooCloseToPreviousFrame) { in TEST() argument
79 TEST(FramerateController, FrameDroppingStartsFromSecondInputFrame) { in TEST() argument
Dframerate_controller.cc19 FramerateController::FramerateController(float target_framerate_fps) in FramerateController() function in webrtc::FramerateController