Home
last modified time | relevance | path

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

/external/webrtc/media/engine/
Dwebrtc_voice_engine_unittest.cc485 void SetSendCodecsShouldWorkForBitrates(const char* min_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() function in WebRtcVoiceEngineTestFake
1738 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_P()
1743 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "10000", 10000000); in TEST_P()
1748 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "", -1); in TEST_P()
1752 SetSendCodecsShouldWorkForBitrates("-1", 0, "-100", -1, "", -1); in TEST_P()
1756 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_P()
Dwebrtc_video_engine_unittest.cc2470 void SetSendCodecsShouldWorkForBitrates(const char* min_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() function in cricket::WebRtcVideoChannelTest
4397 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_F()
4402 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "10000", 10000000); in TEST_F()
4410 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "", -1); in TEST_F()
4414 SetSendCodecsShouldWorkForBitrates("-1", 0, "-100", -1, "", -1); in TEST_F()
4453 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_F()