Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_voice_engine_unittest.cc482 void SetSendCodecsShouldWorkForBitrates(const char* min_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() function in WebRtcVoiceEngineTestFake
1752 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_P()
1757 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "10000", 10000000); in TEST_P()
1762 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "", -1); in TEST_P()
1766 SetSendCodecsShouldWorkForBitrates("-1", 0, "-100", -1, "", -1); in TEST_P()
1770 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_P()
H A Dwebrtc_video_engine_unittest.cc2474 void SetSendCodecsShouldWorkForBitrates(const char* min_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() function in cricket::WebRtcVideoChannelTest
4535 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_F()
4540 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "10000", 10000000); in TEST_F()
4548 SetSendCodecsShouldWorkForBitrates("", 0, "", -1, "", -1); in TEST_F()
4552 SetSendCodecsShouldWorkForBitrates("-1", 0, "-100", -1, "", -1); in TEST_F()
4591 SetSendCodecsShouldWorkForBitrates("100", 100000, "150", 150000, "200", in TEST_F()