OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PLAYBACK_START_THRESHOLD
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/
audio_hw.h
125
#define
PLAYBACK_START_THRESHOLD
((PLAYBACK_PERIOD_SIZE * PLAYBACK_PERIOD_COUNT) - 1)
/device/htc/flounder/audio/hal/
audio_hw.h
139
#define
PLAYBACK_START_THRESHOLD
(size, count) (((size) * (count)) - 1)
Completed in 31 milliseconds