Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Dframerate_controller_deprecated_unittest.cc19 TEST(FramerateControllerDeprecated, KeepTargetFramerate) { in TEST() argument
45 TEST(FramerateControllerDeprecated, DoNotDropAnyFramesIfTargerEqualsInput) { in TEST() argument
65 TEST(FramerateControllerDeprecated, DoNotDropFrameWhenTimestampJumpsBackward) { in TEST() argument
72 TEST(FramerateControllerDeprecated, DropFrameIfItIsTooCloseToPreviousFrame) { in TEST() argument
79 TEST(FramerateControllerDeprecated, FrameDroppingStartsFromSecondInputFrame) { in TEST() argument
H A Dframerate_controller_deprecated.cc19 FramerateControllerDeprecated::FramerateControllerDeprecated( in FramerateControllerDeprecated() function in webrtc::FramerateControllerDeprecated