Searched refs:ulpfec_payload_type (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dfec_receiver.h28 uint8_t ulpfec_payload_type) = 0;
H A Drtp_payload_registry.h121 int8_t ulpfec_payload_type() const { function in class:webrtc::RTPPayloadRegistry
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_receiver_impl.h34 uint8_t ulpfec_payload_type) OVERRIDE;
H A Dfec_receiver_impl.cc74 int packet_length, uint8_t ulpfec_payload_type) {
90 received_packet->is_fec = payload_type == ulpfec_payload_type;
72 AddReceivedRedPacket( const RTPHeader& header, const uint8_t* incoming_rtp_packet, int packet_length, uint8_t ulpfec_payload_type) argument
/external/chromium_org/third_party/webrtc/
H A Dconfig.h65 FecConfig() : ulpfec_payload_type(-1), red_payload_type(-1) {}
68 int ulpfec_payload_type; member in struct:webrtc::FecConfig
H A Dconfig.cc18 ss << "{ulpfec_payload_type: " << ulpfec_payload_type; local
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream.cc82 if (fec.ulpfec_payload_type != -1 || fec.red_payload_type != -1)
161 assert(config_.rtp.fec.ulpfec_payload_type != -1);
167 static_cast<unsigned char>(config_.rtp.fec.ulpfec_payload_type));
173 static_cast<unsigned char>(config_.rtp.fec.ulpfec_payload_type));
H A Dvideo_receive_stream.cc96 if (config_.rtp.fec.ulpfec_payload_type != -1) {
103 codec.plType = config_.rtp.fec.ulpfec_payload_type;
H A Dreplay.cc199 receive_config.rtp.fec.ulpfec_payload_type = flags::FecPayloadType();
H A Dcall_perf_tests.cc263 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
265 receive_configs_[0].rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
H A Dvideo_send_stream_tests.cc365 send_config->rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
619 send_config->rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
H A Dend_to_end_tests.cc472 send_config->rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
475 (*receive_configs)[0].rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc1237 EXPECT_EQ(default_ulpfec_codec_.id, config.rtp.fec.ulpfec_payload_type);
1255 EXPECT_EQ(-1, config.rtp.fec.ulpfec_payload_type);
1294 EXPECT_EQ(kUlpfecCodec.id, config.rtp.fec.ulpfec_payload_type);
1301 EXPECT_EQ(-1, config.rtp.fec.ulpfec_payload_type)
1477 EXPECT_EQ(kUlpfecCodec.id, config.rtp.fec.ulpfec_payload_type);
1484 EXPECT_EQ(-1, config.rtp.fec.ulpfec_payload_type)
H A Dwebrtcvideoengine2.cc1878 assert(fec_settings.ulpfec_payload_type == -1);
1879 fec_settings.ulpfec_payload_type = in_codec.id;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_receiver.cc277 int8_t ulpfec_pt = rtp_payload_registry_->ulpfec_payload_type();

Completed in 328 milliseconds