Searched refs:red_payload_type (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/
H A Dconfig.h65 FecConfig() : ulpfec_payload_type(-1), red_payload_type(-1) {}
71 int red_payload_type; member in struct:webrtc::FecConfig
H A Dconfig.cc19 ss << ", red_payload_type: " << red_payload_type; local
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.h61 int red_payload_type);
H A Dchannel.h212 int SetSecondarySendCodec(const CodecInst& codec, int red_payload_type);
504 int SetRedPayloadType(int red_payload_type);
H A Dvoe_codec_impl.cc518 int red_payload_type) {
568 if (channelPtr->SetSecondarySendCodec(copy_codec, red_payload_type) != 0) {
517 SetSecondarySendCodec(int channel, const CodecInst& codec, int red_payload_type) argument
H A Dchannel.cc4368 int red_payload_type) {
4370 if (red_payload_type < 0 || red_payload_type > 127) {
4377 if (SetRedPayloadType(red_payload_type) < 0) {
4409 int Channel::SetRedPayloadType(int red_payload_type) { argument
4430 codec.pltype = red_payload_type;
4438 if (_rtpRtcpModule->SetSendREDPayloadType(red_payload_type) != 0) {
4367 SetSecondarySendCodec(const CodecInst& codec, int red_payload_type) argument
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_codec.h70 // payloads with |red_payload_type| as payload type. The Secondary codec
75 int red_payload_type) = 0;
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_receive_stream.cc98 assert(config_.rtp.fec.red_payload_type != -1);
109 if (config_.rtp.fec.red_payload_type != -1) {
114 codec.plType = config_.rtp.fec.red_payload_type;
H A Dreplay.cc64 DEFINE_int32(red_payload_type, -1, "RED payload type");
200 receive_config.rtp.fec.red_payload_type = flags::RedPayloadType();
H A Dvideo_send_stream.cc82 if (fec.ulpfec_payload_type != -1 || fec.red_payload_type != -1)
160 if (config_.rtp.fec.red_payload_type != -1) {
166 static_cast<unsigned char>(config_.rtp.fec.red_payload_type),
172 static_cast<unsigned char>(config_.rtp.fec.red_payload_type),
H A Dcall_perf_tests.cc262 send_config_.rtp.fec.red_payload_type = kRedPayloadType;
264 receive_configs_[0].rtp.fec.red_payload_type = kRedPayloadType;
H A Dvideo_send_stream_tests.cc364 send_config->rtp.fec.red_payload_type = kRedPayloadType;
618 send_config->rtp.fec.red_payload_type = kRedPayloadType;
H A Dend_to_end_tests.cc471 send_config->rtp.fec.red_payload_type = kRedPayloadType;
474 (*receive_configs)[0].rtp.fec.red_payload_type = kRedPayloadType;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h117 int8_t red_payload_type() const { function in class:webrtc::RTPPayloadRegistry
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc355 if (rtp_payload_registry_->red_payload_type() == payload_type) {
360 if (rtp_payload_registry_->red_payload_type() == payload_type) {
H A Drtp_payload_registry_unittest.cc101 ASSERT_EQ(red_type_of_the_day, rtp_payload_registry_->red_payload_type());
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.h351 bool SetNackFec(int channel_id, int red_payload_type, int fec_payload_type,
H A Dwebrtcvideoengine2.cc1871 assert(fec_settings.red_payload_type == -1);
1872 fec_settings.red_payload_type = in_codec.id;
H A Dwebrtcvideoengine2_unittest.cc1238 EXPECT_EQ(default_red_codec_.id, config.rtp.fec.red_payload_type);
1256 EXPECT_EQ(-1, config.rtp.fec.red_payload_type);
H A Dwebrtcvideoengine.cc3593 int red_payload_type,
3596 bool enable = (red_payload_type != -1 && fec_payload_type != -1 &&
3600 channel_id, nack_enabled, red_payload_type, fec_payload_type) != 0) {
3602 channel_id, nack_enabled, red_payload_type, fec_payload_type);
3592 SetNackFec(int channel_id, int red_payload_type, int fec_payload_type, bool nack_enabled) argument
H A Dfakewebrtcvoiceengine.h539 int red_payload_type));

Completed in 1657 milliseconds