OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUlpfecPayloadType
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/test/
call_test.h
48
static const uint8_t
kUlpfecPayloadType
;
call_test.cc
362
const uint8_t CallTest::
kUlpfecPayloadType
= 119;
/external/webrtc/webrtc/call/
call_perf_tests.cc
302
video_send_config_.rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
304
video_receive_configs_[0].rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
rampup_tests.cc
149
test::CallTest::
kUlpfecPayloadType
;
/external/webrtc/webrtc/video/
end_to_end_tests.cc
477
EXPECT_EQ(
kUlpfecPayloadType
, encapsulated_payload_type);
495
if (encapsulated_payload_type ==
kUlpfecPayloadType
) {
541
send_config->rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
544
(*receive_configs)[0].rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
583
EXPECT_EQ(
kUlpfecPayloadType
, encapsulated_payload_type);
597
bool fec_packet = encapsulated_payload_type ==
kUlpfecPayloadType
;
666
send_config->rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
669
(*receive_configs)[0].rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
763
send_config->rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
766
(*receive_configs)[0].rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
[
all
...]
video_send_stream_tests.cc
349
EXPECT_EQ(VideoSendStreamTest::
kUlpfecPayloadType
,
376
VideoSendStreamTest::
kUlpfecPayloadType
) {
401
VideoSendStreamTest::
kUlpfecPayloadType
;
575
payload_type ==
kUlpfecPayloadType
;
685
send_config->rtp.fec.ulpfec_payload_type =
kUlpfecPayloadType
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc
[
all
...]
Completed in 261 milliseconds