Searched defs:lost (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-vtable-optzn.cpp8 // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "lost"
12 int lost; member in class:A
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Drtcp.cc63 // 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/
H A Dneteq_performance_test.cc80 bool lost = false; local
82 lost = ((rtp_header.header.sequenceNumber - 1) % lossrate) == 0;
84 if (!lost) {
H A Dneteq_quality_test.cc169 // lost only if all |units| drawings within the duration of the packet result in
283 // packet state (lost or received).
358 bool lost = false; local
361 // The packet will be lost if any of the drawings indicates a loss, but
364 lost = true;
367 return lost;
389 Log() << "was lost.";
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dinsert_packet_with_timing.cc170 bool lost = false; local
175 lost = true;
179 if (!lost) {
258 // some complication to account for lost and reordered packets.
H A DTestStereo.cc106 void TestPackStereo::set_lost_packet(bool lost) { argument
107 lost_packet_ = lost;
818 // Reset in case we ended with a lost packet
/external/libpcap/msdos/
H A Dpktdrvr.h80 DWORD lost; /* # of packets lost (RX) */ member in struct:__anon10819
/external/libopus/src/
H A Dopus_demo.c250 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
839 lost_prev = lost;
/external/avahi/avahi-core/
H A Dserver.c198 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);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1422 bool lost = false; local
1423 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost);
1598 bool lost = false; local
1600 Ty->getFltSemantics(), APFloat::rmNearestTiesToEven, &lost);
1604 assert(status == APFloat::opOK && !lost &&
1605 "Precision lost during fp16 constfolding");
/external/kernel-headers/original/uapi/linux/
H A Daudit.h419 __u32 lost; /* messages lost */ member in struct:audit_status
H A Di2o-dev.h114 int lost; member in struct:i2o_evt_get
/external/iproute2/misc/
H A Dss.c778 unsigned int lost; member in struct:tcpstat
1775 if (s->lost)
1776 printf(" lost:%u", s->lost);
1989 s.lost = info->tcpi_lost;
/external/kernel-headers/original/uapi/sound/
H A Dasound.h746 unsigned int lost; /* counter of master tick lost */ member in struct:snd_timer_status
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 682 milliseconds