OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underruns
(Results
1 - 25
of
33
) sorted by null
1
2
/frameworks/av/include/media/nbaio/
LibsndfileSink.h
43
//virtual size_t
underruns
() const;
AudioStreamOutSink.h
42
//virtual size_t
underruns
() const;
Pipe.h
46
//virtual size_t
underruns
() const;
MonoPipe.h
54
//virtual size_t
underruns
() const;
NBAIO.h
144
// Number of
underruns
since construction, where a set of contiguous lost frames is one event.
145
virtual size_t
underruns
() const { return 0; }
function in class:android::NBAIO_Sink
/frameworks/av/services/audioflinger/
AudioWatchdog.cpp
34
fdprintf(fd, "Watchdog:
underruns
=%u, logs=%u, most recent underrun log at %s",
90
ALOGW("Insufficient CPU for load: expected=%.1f actual=%.1f ms;
underruns
=%u logs=%u",
AudioWatchdog.h
35
uint32_t mUnderruns; // total number of
underruns
80
uint32_t mUnderruns; // total number of
underruns
FastMixer.cpp
383
FastTrackUnderruns
underruns
= ftDump->mUnderruns;
386
underruns
.mBitFields.mEmpty++;
387
underruns
.mBitFields.mMostRecent = UNDERRUN_EMPTY;
391
underruns
.mBitFields.mPartial++;
392
underruns
.mBitFields.mMostRecent = UNDERRUN_PARTIAL;
396
underruns
.mBitFields.mFull++;
397
underruns
.mBitFields.mMostRecent = UNDERRUN_FULL;
400
ftDump->mUnderruns =
underruns
;
671
" numTracks=%u writeErrors=%u
underruns
=%u overruns=%u\n"
[
all
...]
FastMixer.h
98
uint32_t mUnderruns; // total number of
underruns
AudioFlinger.cpp
1651
FastTrackUnderruns
underruns
= getFastTrackUnderruns(0);
local
2962
FastTrackUnderruns
underruns
= ftDump->mUnderruns;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h
123
unsigned int tx_under; /* Transmitter
Underruns
*/
soundcard.h
658
#define APF_NETWORK 1 /*
Underruns
probably caused by an "external" delay */
659
#define APF_CPUINTENS 2 /*
Underruns
probably caused by "overheating" the CPU */
[
all
...]
wanrouter.h
351
unsigned tx_underruns; /* aborted transmissions (
underruns
) count */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h
123
unsigned int tx_under; /* Transmitter
Underruns
*/
soundcard.h
658
#define APF_NETWORK 1 /*
Underruns
probably caused by an "external" delay */
659
#define APF_CPUINTENS 2 /*
Underruns
probably caused by "overheating" the CPU */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h
123
unsigned int tx_under; /* Transmitter
Underruns
*/
soundcard.h
658
#define APF_NETWORK 1 /*
Underruns
probably caused by an "external" delay */
659
#define APF_CPUINTENS 2 /*
Underruns
probably caused by "overheating" the CPU */
[
all
...]
/external/tinyalsa/
pcm.c
149
int
underruns
;
member in struct:pcm
394
pcm->
underruns
++;
427
pcm->
underruns
++;
598
pcm->
underruns
= 0;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h
75
size_t xruns; /* over/
underruns
counter */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h
75
size_t xruns; /* over/
underruns
counter */
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c
462
spec->samples /= 2; /* Mix in smaller chunck to avoid
underruns
*/
/external/kernel-headers/original/linux/
soundcard.h
670
#define APF_NETWORK 1 /*
Underruns
probably caused by an "external" delay */
671
#define APF_CPUINTENS 2 /*
Underruns
probably caused by "overheating" the CPU */
[
all
...]
wanrouter.h
351
unsigned tx_underruns; /* aborted transmissions (
underruns
) count */
/external/libvorbis/doc/vorbisenc/
overview.html
249
both
underruns
and overruns, by trying to hold the reservoir to a
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
stream.h
78
* overflows/
underruns
.
Completed in 1592 milliseconds
1
2