Home
last modified time | relevance | path

Searched refs:UNDERRUN_BITS (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixerDumpState.h43 #define UNDERRUN_BITS 10 macro
44 #define UNDERRUN_MASK ((1 << UNDERRUN_BITS) - 1)
45 uint32_t mFull : UNDERRUN_BITS; // framesReady() is full frame count
46 uint32_t mPartial : UNDERRUN_BITS; // framesReady() is non-zero but < full frame count
47 uint32_t mEmpty : UNDERRUN_BITS; // framesReady() is zero