HomeSort by relevance Sort by last modified time
    Searched full:packet_loss (Results 1 - 24 of 24) sorted by null

  /external/strace/xlat/
sockpacketoptions.in 13 PACKET_LOSS
sockpacketoptions.h 40 #if defined(PACKET_LOSS) || (defined(HAVE_DECL_PACKET_LOSS) && HAVE_DECL_PACKET_LOSS)
41 XLAT(PACKET_LOSS),
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
delay_test.cc 38 DEFINE_bool(packet_loss, false, "Apply packet loss, c.f. Channel{.cc, .h}.");
59 bool packet_loss; member in struct:webrtc::__anon19752::TestSettings
144 config.packet_loss ? "with packet-loss" : "no packet-loss");
147 ConfigChannel(config.packet_loss);
168 void ConfigChannel(bool packet_loss) {
169 channel_a2b_->SetFECTestWithPacketLoss(packet_loss);
265 test_setting.packet_loss = FLAGS_packet_loss;
  /external/chromium_org/third_party/webrtc/test/
configurable_frame_size_encoder.h 41 virtual int32_t SetChannelParameters(uint32_t packet_loss, int rtt) OVERRIDE;
fake_encoder.h 40 virtual int32_t SetChannelParameters(uint32_t packet_loss, int rtt) OVERRIDE;
configurable_frame_size_encoder.cc 69 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss,
fake_encoder.cc 111 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int rtt) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.h 227 uint8_t packet_loss);
358 uint8_t packet_loss);
363 uint8_t packet_loss,
qm_select.cc 265 uint8_t packet_loss) {
272 sum_packet_loss_ += static_cast<float>(packet_loss / 255.0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_packet.h 50 #define PACKET_LOSS 14
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_packet.h 50 #define PACKET_LOSS 14
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 90 // - packet_loss : Fraction lost
96 virtual int SetChannelParameters(uint32_t packet_loss, int rtt);
vp8_impl.cc 487 int VP8EncoderImpl::SetChannelParameters(uint32_t /*packet_loss*/, int rtt) {
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.h 63 virtual int32_t SetChannelParameters(uint32_t packet_loss, int rtt) OVERRIDE;
rtc_video_encoder.cc 617 int32_t RTCVideoEncoder::SetChannelParameters(uint32_t packet_loss, int rtt) {
618 DVLOG(3) << "SetChannelParameters(): packet_loss=" << packet_loss
  /external/chromium_org/media/cast/logging/proto/
raw_events.proto 21 PACKET_LOSS = 2;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 40 float packet_loss; member in struct:webrtc::CodecConfigPars
409 packet_loss_ = process.packet_loss;
517 float packet_loss,
524 process_settings->packet_loss = packet_loss;
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_packet.h 50 #define PACKET_LOSS 14
  /bionic/libc/kernel/uapi/linux/
if_packet.h 66 #define PACKET_LOSS 14
  /development/ndk/platforms/android-L/include/linux/
if_packet.h 64 #define PACKET_LOSS 14
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
if_packet.h 66 #define PACKET_LOSS 14
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
if_packet.h 66 #define PACKET_LOSS 14
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_packet.h 66 #define PACKET_LOSS 14
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 1412 milliseconds