HomeSort by relevance Sort by last modified time
    Searched refs:kRedPayloadType (Results 1 - 13 of 13) 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/test/
call_test.h 39 static const uint8_t kRedPayloadType;
call_test.cc 160 const uint8_t CallTest::kRedPayloadType = 118;
  /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/
call_perf_tests.cc 262 send_config_.rtp.fec.red_payload_type = kRedPayloadType;
264 receive_configs_[0].rtp.fec.red_payload_type = kRedPayloadType;
video_send_stream_tests.cc 344 EXPECT_EQ(kRedPayloadType, header.payloadType);
364 send_config->rtp.fec.red_payload_type = kRedPayloadType;
523 bool is_fec = header.payloadType == kRedPayloadType &&
618 send_config->rtp.fec.red_payload_type = kRedPayloadType;
    [all...]
end_to_end_tests.cc 410 EXPECT_EQ(kRedPayloadType, header.payloadType);
471 send_config->rtp.fec.red_payload_type = kRedPayloadType;
474 (*receive_configs)[0].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 214 milliseconds