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

  /frameworks/av/media/libnbaio/include_mono/media/nbaio/
NBAIO.h 44 UNDERRUN = (UNKNOWN_ERROR + 0x102), // availableToWrite(), write(), or writeVia() detected
45 // a gap in output due to underrun (not being called
153 // Number of frames lost due to underrun since construction.
164 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
165 // An underrun event is counted, and the caller should re-try this operation.
185 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
186 // An underrun event is counted, and the caller should re-try this operation.
205 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
206 // An underrun event is counted, and the caller should re-try this operation.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 235 UINT32 UNDERRUN: 1; //
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 310 UINT32 UNDERRUN: 1; //
  /external/syslinux/gpxe/src/drivers/net/
sis900.h 215 UNDERRUN = 0x02000000,
sis900.c 1174 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 88 if (CardStatus->UNDERRUN) {
89 DEBUG ((EFI_D_ERROR, "CardStatus: UNDERRUN\n"));
    [all...]

Completed in 478 milliseconds