OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lost
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc
82
virtual bool
Lost
() { return false; }
99
} while (
Lost
()); // If
lost
, immediately read the next packet.
116
} while (
Lost
()); // If
lost
, immediately read the next packet.
neteq_network_stats_unittest.cc
122
bool
Lost
(uint32_t send_time) {
193
if (!
Lost
(next_send_time)) {
231
// If FEC fills in the
lost
packets, no packet loss will be counted.
259
RunTest(10, expects); //
Lost
10 * 20ms in a row.
neteq_stereo_unittest.cc
180
virtual bool
Lost
() { return false; }
190
} while (
Lost
()); // If
lost
, immediately read the next packet.
212
} while (
Lost
()); // If
lost
, immediately read the next packet.
361
virtual bool
Lost
() {
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
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
...]
Completed in 74 milliseconds