HomeSort by relevance Sort by last modified time
    Searched defs:lost (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
debug-info-vtable-optzn.cpp 8 // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "lost"
12 int lost; member in class:A
  /external/webrtc/webrtc/modules/audio_coding/neteq/
rtcp.cc 63 // packets that were actually received. The cumulative number of lost packets
68 // No packets received, assume none lost.
79 // Fraction lost since last report.
86 int32_t lost = expected_since_last - received_since_last; local
87 if (expected_since_last == 0 || lost <= 0 || received_packets_ == 0) {
90 stats->fraction_lost = std::min(0xFFU, (lost << 8) / expected_since_last);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 80 bool lost = false; local
82 lost = ((rtp_header.header.sequenceNumber - 1) % lossrate) == 0;
84 if (!lost) {
neteq_quality_test.cc 169 // lost only if all |units| drawings within the duration of the packet result in
260 bool NoLoss::Lost() {
268 bool UniformLoss::Lost() {
280 bool GilbertElliotLoss::Lost() {
283 // packet state (lost or received).
287 return lost_last_ = uniform_loss_model_->Lost();
290 return lost_last_ = uniform_loss_model_->Lost();
358 bool lost = false; local
360 if (loss_model_->Lost()) {
361 // The packet will be lost if any of the drawings indicates a loss, bu
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
insert_packet_with_timing.cc 170 bool lost = false; local
175 lost = true;
179 if (!lost) {
258 // some complication to account for lost and reordered packets.
  /frameworks/av/media/libnbaio/
NBLog.cpp 293 size_t lost = 0; local
295 lost = avail - mSize;
296 mFront += lost;
344 lost += i;
345 if (lost > 0) {
346 body.appendFormat("warning: lost %zu bytes worth of events", lost);
  /external/libpcap/msdos/
pktdrvr.h 80 DWORD lost; /* # of packets lost (RX) */ member in struct:__anon16147
  /external/libopus/src/
opus_demo.c 250 int lost = 0, lost_prev = 1; local
770 lost = len[toggle]==0 || (packet_loss_perc>0 && rand()%100 < packet_loss_perc);
771 if (lost)
781 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 1);
788 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 0);
826 && !lost && !lost_prev
    [all...]
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 14 *** Any manual change here will be lost the next time this script will
65 u64 lost; member in struct:lost_event
187 struct lost_event lost; member in union:perf_event
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 49 u64 lost; member in struct:lost_event
178 struct lost_event lost; member in union:perf_event
  /external/avahi/avahi-core/
server.c 198 int ours = 0, won = 0, lost = 0; local
222 lost = 1;
232 else if (lost) {
233 avahi_log_debug("Received conflicting probe [%s]. Local host lost. Withdrawing.", t);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 1422 bool lost = false; local
1598 bool lost = false; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
audit.h 332 __u32 lost; /* messages lost */ member in struct:audit_status
cdk.h 398 unsigned long lost; member in struct:asystats
i2o-dev.h 114 int lost; member in struct:i2o_evt_get
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
audit.h 327 __u32 lost; /* messages lost */ member in struct:audit_status
cdk.h 398 unsigned long lost; member in struct:asystats
i2o-dev.h 114 int lost; member in struct:i2o_evt_get
  /bionic/libc/kernel/uapi/linux/
audit.h 14 *** Any manual change here will be lost the next time this script will
370 __u32 lost; member in struct:audit_status
i2o-dev.h 14 *** Any manual change here will be lost the next time this script will
112 int lost; member in struct:i2o_evt_get
  /development/ndk/platforms/android-21/include/linux/
audit.h 14 *** Any manual change here will be lost the next time this script will
342 __u32 lost; member in struct:audit_status
i2o-dev.h 14 *** Any manual change here will be lost the next time this script will
112 int lost; member in struct:i2o_evt_get
  /external/kernel-headers/original/uapi/linux/
audit.h 419 __u32 lost; /* messages lost */ member in struct:audit_status
i2o-dev.h 114 int lost; member in struct:i2o_evt_get
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
audit.h 14 *** Any manual change here will be lost the next time this script will
342 __u32 lost; member in struct:audit_status

Completed in 4078 milliseconds

1 2 3