Home
last modified time | relevance | path

Searched refs:CallTest (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/
H A Dcall_test.cc33 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
51 CallTest::~CallTest() { in ~CallTest()
190 void CallTest::DestroyCalls() { in DestroyCalls()
324 void CallTest::CreateVideoStreams() { in CreateVideoStreams()
340 void CallTest::CreateAudioStreams() { in CreateAudioStreams()
375 void CallTest::Start() { in Start()
389 void CallTest::Stop() { in Stop()
403 void CallTest::DestroyStreams() { in DestroyStreams()
430 void CallTest::CreateVoiceEngines() { in CreateVoiceEngines()
467 const int CallTest::kDefaultWidth;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/
H A Dcall_test.cc33 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
51 CallTest::~CallTest() { in ~CallTest()
190 void CallTest::DestroyCalls() { in DestroyCalls()
324 void CallTest::CreateVideoStreams() { in CreateVideoStreams()
340 void CallTest::CreateAudioStreams() { in CreateAudioStreams()
375 void CallTest::Start() { in Start()
389 void CallTest::Stop() { in Stop()
403 void CallTest::DestroyStreams() { in DestroyStreams()
430 void CallTest::CreateVoiceEngines() { in CreateVoiceEngines()
467 const int CallTest::kDefaultWidth;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/
H A Dcall_test.cc33 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
51 CallTest::~CallTest() { in ~CallTest()
190 void CallTest::DestroyCalls() { in DestroyCalls()
324 void CallTest::CreateVideoStreams() { in CreateVideoStreams()
340 void CallTest::CreateAudioStreams() { in CreateAudioStreams()
375 void CallTest::Start() { in Start()
389 void CallTest::Stop() { in Stop()
403 void CallTest::DestroyStreams() { in DestroyStreams()
430 void CallTest::CreateVoiceEngines() { in CreateVoiceEngines()
467 const int CallTest::kDefaultWidth;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/
H A Dcall_test.cc35 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
64 CallTest::~CallTest() = default;
205 void CallTest::CreateCalls() { in CreateCalls()
216 void CallTest::CreateSenderCall() { in CreateSenderCall()
237 void CallTest::DestroyCalls() { in DestroyCalls()
604 void CallTest::Start() { in Start()
620 void CallTest::Stop() { in Stop()
636 void CallTest::DestroyStreams() { in DestroyStreams()
716 const int CallTest::kDefaultWidth;
771 CallTest::payload_type_map_, in CreateSendTransport()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/
H A Dcall_test.cc35 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
64 CallTest::~CallTest() = default;
205 void CallTest::CreateCalls() { in CreateCalls()
216 void CallTest::CreateSenderCall() { in CreateSenderCall()
237 void CallTest::DestroyCalls() { in DestroyCalls()
602 void CallTest::Start() { in Start()
618 void CallTest::Stop() { in Stop()
634 void CallTest::DestroyStreams() { in DestroyStreams()
714 const int CallTest::kDefaultWidth;
769 CallTest::payload_type_map_, in CreateSendTransport()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/test/
H A Dcall_test.cc20 CallTest::CallTest()
26 CallTest::~CallTest() {
29 void CallTest::RunBaseTest(BaseTest* test) {
61 void CallTest::Start() {
69 void CallTest::Stop() {
104 void CallTest::CreateMatchingReceiveConfigs() {
121 void CallTest::CreateFrameGeneratorCapturer() {
130 void CallTest::CreateStreams() {
143 void CallTest::DestroyStreams() {
158 const uint8_t CallTest::kRedPayloadType = 118;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/
H A Dcall_test.cc29 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
43 CallTest::~CallTest() { in ~CallTest()
137 void CallTest::Start() { in Start()
159 void CallTest::Stop() { in Stop()
195 void CallTest::DestroyCalls() { in DestroyCalls()
320 void CallTest::CreateVideoStreams() { in CreateVideoStreams()
338 void CallTest::CreateAudioStreams() { in CreateAudioStreams()
354 void CallTest::DestroyStreams() { in DestroyStreams()
374 void CallTest::CreateVoiceEngines() { in CreateVoiceEngines()
410 const int CallTest::kDefaultWidth;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/end_to_end_tests/
H A Dfec_tests.cc40 class FecEndToEndTest : public test::CallTest {
161 : test::EndToEndTest(test::CallTest::kDefaultTimeoutMs), in FlexfecRenderObserver()
183 rtp_packet.Ssrc() == test::CallTest::kVideoSendSsrcs[0] || in OnSendRtp()
184 rtp_packet.Ssrc() == test::CallTest::kFlexfecSendSsrc || in OnSendRtp()
190 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, rtp_packet.Ssrc()); in OnSendRtp()
197 EXPECT_EQ(test::CallTest::kSendRtxSsrcs[0], rtp_packet.Ssrc()); in OnSendRtp()
225 EXPECT_EQ(test::CallTest::kFakeVideoSendPayloadType, in OnSendRtp()
248 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, in OnReceiveRtcp()
267 test::CallTest::payload_type_map_, in CreateSendTransport()
300 test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/end_to_end_tests/
H A Dfec_tests.cc41 class FecEndToEndTest : public test::CallTest {
162 : test::EndToEndTest(test::CallTest::kDefaultTimeoutMs), in FlexfecRenderObserver()
184 rtp_packet.Ssrc() == test::CallTest::kVideoSendSsrcs[0] || in OnSendRtp()
185 rtp_packet.Ssrc() == test::CallTest::kFlexfecSendSsrc || in OnSendRtp()
191 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, rtp_packet.Ssrc()); in OnSendRtp()
198 EXPECT_EQ(test::CallTest::kSendRtxSsrcs[0], rtp_packet.Ssrc()); in OnSendRtp()
226 EXPECT_EQ(test::CallTest::kFakeVideoSendPayloadType, in OnSendRtp()
249 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, in OnReceiveRtcp()
268 test::CallTest::payload_type_map_, in CreateSendTransport()
301 test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
[all …]
H A Dmulti_codec_receive_tests.cc39 return test::CallTest::kPayloadTypeVP8; in PayloadNameToPayloadType()
41 return test::CallTest::kPayloadTypeVP9; in PayloadNameToPayloadType()
43 return test::CallTest::kPayloadTypeH264; in PayloadNameToPayloadType()
66 FrameObserver() : test::RtpRtcpObserver(test::CallTest::kDefaultTimeoutMs) {} in FrameObserver()
82 EXPECT_EQ(rtp_packet.Ssrc(), test::CallTest::kVideoSendSsrcs[0]); in OnSendRtp()
129 class MultiCodecReceiveTest : public test::CallTest {
174 {CallTest::kPayloadTypeVP8, MediaType::VIDEO},
175 {CallTest::kPayloadTypeVP9, MediaType::VIDEO},
176 {CallTest::kPayloadTypeH264, MediaType::VIDEO}};
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/end_to_end_tests/
H A Dfec_tests.cc41 class FecEndToEndTest : public test::CallTest {
162 : test::EndToEndTest(test::CallTest::kDefaultTimeoutMs), in FlexfecRenderObserver()
184 rtp_packet.Ssrc() == test::CallTest::kVideoSendSsrcs[0] || in OnSendRtp()
185 rtp_packet.Ssrc() == test::CallTest::kFlexfecSendSsrc || in OnSendRtp()
191 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, rtp_packet.Ssrc()); in OnSendRtp()
198 EXPECT_EQ(test::CallTest::kSendRtxSsrcs[0], rtp_packet.Ssrc()); in OnSendRtp()
226 EXPECT_EQ(test::CallTest::kFakeVideoSendPayloadType, in OnSendRtp()
249 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, in OnReceiveRtcp()
268 test::CallTest::payload_type_map_, in CreateSendTransport()
301 test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
[all …]
H A Dmulti_codec_receive_tests.cc39 return test::CallTest::kPayloadTypeVP8; in PayloadNameToPayloadType()
41 return test::CallTest::kPayloadTypeVP9; in PayloadNameToPayloadType()
43 return test::CallTest::kPayloadTypeH264; in PayloadNameToPayloadType()
66 FrameObserver() : test::RtpRtcpObserver(test::CallTest::kDefaultTimeoutMs) {} in FrameObserver()
82 EXPECT_EQ(rtp_packet.Ssrc(), test::CallTest::kVideoSendSsrcs[0]); in OnSendRtp()
129 class MultiCodecReceiveTest : public test::CallTest {
174 {CallTest::kPayloadTypeVP8, MediaType::VIDEO},
175 {CallTest::kPayloadTypeVP9, MediaType::VIDEO},
176 {CallTest::kPayloadTypeH264, MediaType::VIDEO}};
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/end_to_end_tests/
H A Dfec_tests.cc41 class FecEndToEndTest : public test::CallTest {
162 : test::EndToEndTest(test::CallTest::kDefaultTimeoutMs), in FlexfecRenderObserver()
184 rtp_packet.Ssrc() == test::CallTest::kVideoSendSsrcs[0] || in OnSendRtp()
185 rtp_packet.Ssrc() == test::CallTest::kFlexfecSendSsrc || in OnSendRtp()
191 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, rtp_packet.Ssrc()); in OnSendRtp()
198 EXPECT_EQ(test::CallTest::kSendRtxSsrcs[0], rtp_packet.Ssrc()); in OnSendRtp()
226 EXPECT_EQ(test::CallTest::kFakeVideoSendPayloadType, in OnSendRtp()
249 EXPECT_EQ(test::CallTest::kFlexfecSendSsrc, in OnReceiveRtcp()
268 test::CallTest::payload_type_map_, in CreateSendTransport()
301 test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
[all …]
H A Dmulti_codec_receive_tests.cc39 return test::CallTest::kPayloadTypeVP8; in PayloadNameToPayloadType()
41 return test::CallTest::kPayloadTypeVP9; in PayloadNameToPayloadType()
43 return test::CallTest::kPayloadTypeH264; in PayloadNameToPayloadType()
66 FrameObserver() : test::RtpRtcpObserver(test::CallTest::kDefaultTimeoutMs) {} in FrameObserver()
82 EXPECT_EQ(rtp_packet.Ssrc(), test::CallTest::kVideoSendSsrcs[0]); in OnSendRtp()
129 class MultiCodecReceiveTest : public test::CallTest {
174 {CallTest::kPayloadTypeVP8, MediaType::VIDEO},
175 {CallTest::kPayloadTypeVP9, MediaType::VIDEO},
176 {CallTest::kPayloadTypeH264, MediaType::VIDEO}};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/
H A Dcall_unittest.cc66 TEST(CallTest, ConstructDestruct) { in TEST() argument
70 TEST(CallTest, CreateDestroy_AudioSendStream) { in TEST() argument
80 TEST(CallTest, CreateDestroy_AudioReceiveStream) { in TEST() argument
93 TEST(CallTest, CreateDestroy_AudioSendStreams) { in TEST() argument
116 TEST(CallTest, CreateDestroy_AudioReceiveStreams) { in TEST() argument
142 TEST(CallTest, CreateDestroy_AssociateAudioSendReceiveStreams_RecvFirst) { in TEST() argument
171 TEST(CallTest, CreateDestroy_AssociateAudioSendReceiveStreams_SendFirst) { in TEST() argument
199 TEST(CallTest, CreateDestroy_FlexfecReceiveStream) { in TEST() argument
212 TEST(CallTest, CreateDestroy_FlexfecReceiveStreams) { in TEST() argument
238 TEST(CallTest, MultipleFlexfecReceiveStreamsProtectingSingleVideoStream) { in TEST() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/call/
H A Dcall_unittest.cc52 TEST(CallTest, ConstructDestruct) { in TEST() argument
56 TEST(CallTest, CreateDestroy_AudioSendStream) { in TEST() argument
66 TEST(CallTest, CreateDestroy_AudioReceiveStream) { in TEST() argument
79 TEST(CallTest, CreateDestroy_AudioSendStreams) { in TEST() argument
102 TEST(CallTest, CreateDestroy_AudioReceiveStreams) { in TEST() argument
128 TEST(CallTest, CreateDestroy_AssociateAudioSendReceiveStreams_RecvFirst) { in TEST() argument
175 TEST(CallTest, CreateDestroy_AssociateAudioSendReceiveStreams_SendFirst) { in TEST() argument
224 TEST(CallTest, CreateDestroy_FlexfecReceiveStream) { in TEST() argument
237 TEST(CallTest, CreateDestroy_FlexfecReceiveStreams) { in TEST() argument
263 TEST(CallTest, MultipleFlexfecReceiveStreamsProtectingSingleVideoStream) { in TEST() argument
/dports/devel/ragel/ragel-6.10/test/
H A Dcall2.rl10 struct CallTest
33 machine CallTest;
59 void CallTest::init( )
65 void CallTest::execute( const char *data, int len )
73 int CallTest::finish( )
86 CallTest test;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/audio/test/
H A Daudio_bwe_integration_test.cc28 AudioBweTest::AudioBweTest() : EndToEndTest(CallTest::kDefaultTimeoutMs) {} in AudioBweTest()
56 test::CallTest::payload_type_map_, GetNetworkPipeConfig()); in CreateSendTransport()
63 test::CallTest::payload_type_map_, GetNetworkPipeConfig()); in CreateReceiveTransport()
96 test::CallTest::kAudioSendPayloadType, in ModifyAudioConfigs()
142 using AudioBweIntegrationTest = CallTest;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/audio/test/
H A Daudio_bwe_integration_test.cc28 AudioBweTest::AudioBweTest() : EndToEndTest(CallTest::kDefaultTimeoutMs) {} in AudioBweTest()
56 test::CallTest::payload_type_map_, GetNetworkPipeConfig()); in CreateSendTransport()
63 test::CallTest::payload_type_map_, GetNetworkPipeConfig()); in CreateReceiveTransport()
96 test::CallTest::kAudioSendPayloadType, in ModifyAudioConfigs()
142 using AudioBweIntegrationTest = CallTest;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/audio/test/
H A Daudio_bwe_integration_test.cc28 AudioBweTest::AudioBweTest() : EndToEndTest(CallTest::kDefaultTimeoutMs) {} in AudioBweTest()
56 test::CallTest::payload_type_map_, GetNetworkPipeConfig()); in CreateSendTransport()
63 test::CallTest::payload_type_map_, GetNetworkPipeConfig()); in CreateReceiveTransport()
96 test::CallTest::kAudioSendPayloadType, in ModifyAudioConfigs()
142 using AudioBweIntegrationTest = CallTest;
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/
H A Dcall_unittest.cc95 TEST(CallTest, ConstructDestruct) { in TEST() argument
101 TEST(CallTest, CreateDestroy_AudioSendStream) { in TEST() argument
113 TEST(CallTest, CreateDestroy_AudioReceiveStream) { in TEST() argument
128 TEST(CallTest, CreateDestroy_AudioSendStreams) { in TEST() argument
153 TEST(CallTest, CreateDestroy_AudioReceiveStreams) { in TEST() argument
245 TEST(CallTest, CreateDestroy_FlexfecReceiveStream) { in TEST() argument
260 TEST(CallTest, CreateDestroy_FlexfecReceiveStreams) { in TEST() argument
324 TEST(CallTest, RecreatingAudioStreamWithSameSsrcReusesRtpState) { in TEST() argument
352 TEST(CallTest, AddAdaptationResourceAfterCreatingVideoSendStream) { in TEST() argument
414 TEST(CallTest, AddAdaptationResourceBeforeCreatingVideoSendStream) { in TEST() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/call/
H A Dcall_unittest.cc92 TEST(CallTest, ConstructDestruct) { in TEST() argument
98 TEST(CallTest, CreateDestroy_AudioSendStream) { in TEST() argument
110 TEST(CallTest, CreateDestroy_AudioReceiveStream) { in TEST() argument
125 TEST(CallTest, CreateDestroy_AudioSendStreams) { in TEST() argument
150 TEST(CallTest, CreateDestroy_AudioReceiveStreams) { in TEST() argument
242 TEST(CallTest, CreateDestroy_FlexfecReceiveStream) { in TEST() argument
257 TEST(CallTest, CreateDestroy_FlexfecReceiveStreams) { in TEST() argument
321 TEST(CallTest, RecreatingAudioStreamWithSameSsrcReusesRtpState) { in TEST() argument
349 TEST(CallTest, AddAdaptationResourceAfterCreatingVideoSendStream) { in TEST() argument
411 TEST(CallTest, AddAdaptationResourceBeforeCreatingVideoSendStream) { in TEST() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/call/
H A Dcall_unittest.cc92 TEST(CallTest, ConstructDestruct) { in TEST() argument
98 TEST(CallTest, CreateDestroy_AudioSendStream) { in TEST() argument
110 TEST(CallTest, CreateDestroy_AudioReceiveStream) { in TEST() argument
125 TEST(CallTest, CreateDestroy_AudioSendStreams) { in TEST() argument
150 TEST(CallTest, CreateDestroy_AudioReceiveStreams) { in TEST() argument
242 TEST(CallTest, CreateDestroy_FlexfecReceiveStream) { in TEST() argument
257 TEST(CallTest, CreateDestroy_FlexfecReceiveStreams) { in TEST() argument
321 TEST(CallTest, RecreatingAudioStreamWithSameSsrcReusesRtpState) { in TEST() argument
349 TEST(CallTest, AddAdaptationResourceAfterCreatingVideoSendStream) { in TEST() argument
411 TEST(CallTest, AddAdaptationResourceBeforeCreatingVideoSendStream) { in TEST() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/call/
H A Drampup_tests.cc46 : EndToEndTest(test::CallTest::kLongTimeoutMs), in RampUpTester()
98 test::CallTest::payload_type_map_, forward_transport_config_); in CreateSendTransport()
150 test::CallTest::kDefaultWidth, test::CallTest::kDefaultHeight, in ModifyVideoConfigs()
179 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
182 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType; in ModifyVideoConfigs()
187 test::CallTest::kUlpfecPayloadType; in ModifyVideoConfigs()
191 test::CallTest::kRtxRedPayloadType; in ModifyVideoConfigs()
228 send_config->rtp.flexfec.ssrc = test::CallTest::kFlexfecSendSsrc; in ModifyVideoConfigs()
269 (*receive_configs)[0].payload_type = test::CallTest::kFlexfecPayloadType; in ModifyFlexfecConfigs()
270 (*receive_configs)[0].remote_ssrc = test::CallTest::kFlexfecSendSsrc; in ModifyFlexfecConfigs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/call/
H A Drampup_tests.cc46 : EndToEndTest(test::CallTest::kLongTimeoutMs), in RampUpTester()
98 test::CallTest::payload_type_map_, forward_transport_config_); in CreateSendTransport()
150 test::CallTest::kDefaultWidth, test::CallTest::kDefaultHeight, in ModifyVideoConfigs()
179 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
182 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType; in ModifyVideoConfigs()
187 test::CallTest::kUlpfecPayloadType; in ModifyVideoConfigs()
191 test::CallTest::kRtxRedPayloadType; in ModifyVideoConfigs()
228 send_config->rtp.flexfec.ssrc = test::CallTest::kFlexfecSendSsrc; in ModifyVideoConfigs()
269 (*receive_configs)[0].payload_type = test::CallTest::kFlexfecPayloadType; in ModifyFlexfecConfigs()
270 (*receive_configs)[0].remote_ssrc = test::CallTest::kFlexfecSendSsrc; in ModifyFlexfecConfigs()
[all …]

12345678910>>...12