HomeSort by relevance Sort by last modified time
    Searched refs:kRedPayloadType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
producer_fec_unittest.cc 80 RedPacket* packet = producer_->GetFecPacket(kRedPayloadType,
87 kRedPayloadType, kFecPayloadType, packet, false);
123 RedPacket* packet = producer_->GetFecPacket(kRedPayloadType,
130 kRedPayloadType, kFecPayloadType, packet, false);
145 kRedPayloadType);
149 kRedPayloadType,
fec_test_helper.h 23 kRedPayloadType = 97
fec_test_helper.cc 79 red_packet->data[1] += kRedPayloadType; // Replace.
rtp_sender_unittest.cc     [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
general_primitives.cc 89 const int kRedPayloadType = 96;
93 kRedPayloadType,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
packet_unittest.cc 139 const uint8_t kRedPayloadType = 17;
144 kRedPayloadType, kSequenceNumber, kTimestamp, kSsrc, packet_memory);
164 EXPECT_EQ(kRedPayloadType, packet.header().payloadType);
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 435 static const int kRedPayloadType = 118;
469 EXPECT_EQ(kRedPayloadType, header.payloadType);
498 send_config_.rtp.fec.red_payload_type = kRedPayloadType;
593 static const int kRedPayloadType = 118;
633 bool is_fec = header.payloadType == kRedPayloadType &&
762 send_config_.rtp.fec.red_payload_type = kRedPayloadType;
    [all...]
call_tests.cc 49 static const int kRedPayloadType = 118;
457 EXPECT_EQ(kRedPayloadType, header.payloadType);
524 send_config_.rtp.fec.red_payload_type = kRedPayloadType;
527 receive_config_.rtp.fec.red_payload_type = kRedPayloadType;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc     [all...]
payload_splitter_unittest.cc 29 static const int kRedPayloadType = 100;
57 packet->header.payloadType = kRedPayloadType;

Completed in 613 milliseconds