Searched refs:ulpfec_payload_type (Results 1 - 13 of 13) 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.h124 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.h59 FecConfig() : ulpfec_payload_type(-1), red_payload_type(-1) {}
62 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_receive_stream.cc103 if (config_.rtp.fec.ulpfec_payload_type != -1) {
110 codec.plType = config_.rtp.fec.ulpfec_payload_type;
H A Dvideo_send_stream.cc81 if (fec.ulpfec_payload_type != -1 || fec.red_payload_type != -1)
158 assert(config_.rtp.fec.ulpfec_payload_type != -1);
164 static_cast<unsigned char>(config_.rtp.fec.ulpfec_payload_type));
170 static_cast<unsigned char>(config_.rtp.fec.ulpfec_payload_type));
H A Dvideo_send_stream_tests.cc499 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
763 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
H A Dcall_tests.cc525 send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
528 receive_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_receiver.cc276 int8_t ulpfec_pt = rtp_payload_registry_->ulpfec_payload_type();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc1004 EXPECT_EQ(default_ulpfec_codec_.id, config.rtp.fec.ulpfec_payload_type);
1022 EXPECT_EQ(-1, config.rtp.fec.ulpfec_payload_type);
H A Dwebrtcvideoengine2.cc1710 assert(fec_settings.ulpfec_payload_type == -1);
1711 fec_settings.ulpfec_payload_type = in_codec.id;

Completed in 353 milliseconds