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

  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
Pipe.java 25 public static final int OVERRUN = -2; // when there's an overrun, return this value
PipeShort.java 82 // An overrun can occur from here on and be silently ignored,
96 // In particular, an overrun during the System.arraycopy will result in reading corrupt data
121 // Discard 1/16 of the most recent data in pipe to avoid another overrun immediately
126 return OVERRUN;
PipeByteBuffer.java 81 if (avail <= 0) { //return -2 for overrun
130 // Discard 1/16 of the most recent data in pipe to avoid another overrun immediately
135 return OVERRUN;
GlitchDetectionThread.java 123 if (actualRead == Pipe.OVERRUN) {
124 log("There's an overrun");
  /frameworks/av/media/libnbaio/
PipeReader.cpp 57 avail = OVERRUN;
70 actual = OVERRUN;
89 flushed = OVERRUN;
  /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/media/libnbaio/include_mono/media/nbaio/
NBAIO.h 41 OVERRUN = (UNKNOWN_ERROR + 0x101), // availableToRead(), read(), or readVia() detected
42 // lost input due to overrun; an event is counted and
245 // Number of frames lost due to overrun since construction.
258 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
273 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
274 // One or more frames were lost due to overrun, try again to read more recent data.
277 // Flush data from buffer. There is no notion of overrun as all data is dropped.
304 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
305 // One or more frames were lost due to overrun, try again to read more recent data
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 234 UINT32 OVERRUN: 1; //
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 309 UINT32 OVERRUN: 1; //
  /external/syslinux/gpxe/src/drivers/net/
sis900.h 225 OVERRUN = 0x02000000,
sis900.c     [all...]
  /external/libnl/lib/
msg.c 646 __ADD(NLMSG_OVERRUN,OVERRUN)
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 92 if (CardStatus->OVERRUN) {
93 DEBUG ((EFI_D_ERROR, "CardStatus: OVERRUN\n"));
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 122 // RecordThread loop sleep time upon application overrun or audio HAL read error
6738 } overrun = OVERRUN_UNKNOWN; local
7392 bool overrun = false; local
    [all...]
AudioFlinger.cpp     [all...]

Completed in 318 milliseconds