OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OVERRUN
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libnbaio/
PipeReader.cpp
52
// Discard 1/16 of the most recent data in pipe to avoid another
overrun
immediately
57
return
OVERRUN
;
68
// An
overrun
can occur from here on and be silently ignored,
78
// In particular, an
overrun
during the memcpy will result in reading corrupt data
/frameworks/av/include/media/nbaio/
NBAIO.h
39
OVERRUN
= 0x80000011, // availableToRead(), read(), or readVia() detected lost input due
40
// to
overrun
; an event is counted and the caller should re-try
241
// Number of frames lost due to
overrun
since construction.
254
//
OVERRUN
One or more frames were lost due to
overrun
, try again to read more recent data.
271
//
OVERRUN
read() has not been called frequently enough, or with enough frames to keep up.
272
// One or more frames were lost due to
overrun
, try again to read more recent data.
293
//
OVERRUN
read() has not been called frequently enough, or with enough frames to keep up.
294
// One or more frames were lost due to
overrun
, try again to read more recent data.
/external/grub/netboot/
sis900.h
209
OVERRUN
= 0x02000000,
sis900.c
1008
if (rx_status & (ABORT|
OVERRUN
|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 94 milliseconds