Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dframe_dropper_unittest.cc68 void ValidateThroughputMatchesTargetBitrate(int bitrate_kbps, in ValidateThroughputMatchesTargetBitrate() function in webrtc::FrameDropperTest
152 ValidateThroughputMatchesTargetBitrate(700, kIncludeKeyFrame); in TEST_F()
153 ValidateThroughputMatchesTargetBitrate(700, kDoNotIncludeKeyFrame); in TEST_F()
154 ValidateThroughputMatchesTargetBitrate(600, kIncludeKeyFrame); in TEST_F()
155 ValidateThroughputMatchesTargetBitrate(600, kDoNotIncludeKeyFrame); in TEST_F()
156 ValidateThroughputMatchesTargetBitrate(500, kIncludeKeyFrame); in TEST_F()
157 ValidateThroughputMatchesTargetBitrate(500, kDoNotIncludeKeyFrame); in TEST_F()