HomeSort by relevance Sort by last modified time
    Searched defs:OVERRUN (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 30 public static final int OVERRUN = -2;
71 // Discard 1/16 of the most recent data in pipe to avoid another overrun immediately
76 return OVERRUN;
92 // An overrun can occur from here on and be silently ignored,
102 // In particular, an overrun during the System.arraycopy will result in reading corrupt data
  /frameworks/av/include/media/nbaio/
NBAIO.h 40 OVERRUN = 0x80000011, // availableToRead(), read(), or readVia() detected lost input due
41 // to overrun; an event is counted and the caller should re-try
237 // Number of frames lost due to overrun since construction.
250 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
265 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
266 // One or more frames were lost due to overrun, try again to read more recent data.
285 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
286 // One or more frames were lost due to overrun, try again to read more recent data.

Completed in 64 milliseconds