Home
last modified time | relevance | path

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

/device/linaro/poplar/audio/
Daudio_hw.c55 #define PLAYBACK_PERIOD_COUNT 4 macro
99 out->write_threshold = PLAYBACK_PERIOD_COUNT * PERIOD_SIZE; in start_output_stream()
231 return (PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
465 out->config.period_count = PLAYBACK_PERIOD_COUNT; in adev_open_output_stream()
/device/linaro/hikey/audio/
Daudio_hw.c56 #define PLAYBACK_PERIOD_COUNT 4 macro
260 out->write_threshold = PLAYBACK_PERIOD_COUNT * PERIOD_SIZE; in start_output_stream()
400 return (PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
648 out->config.period_count = PLAYBACK_PERIOD_COUNT; in adev_open_output_stream()
/device/linaro/dragonboard/audio/
Daudio_hw.h63 #define PLAYBACK_PERIOD_COUNT 4 macro
Daudio_hw.c186 out->write_threshold = PLAYBACK_PERIOD_COUNT * PLAYBACK_PERIOD_SIZE; in start_output_stream()
333 return (PLAYBACK_PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
851 out->config.period_count = PLAYBACK_PERIOD_COUNT; in adev_open_output_stream()
/device/amlogic/yukawa/hal/audio/
Daudio_hw.h65 #define PLAYBACK_PERIOD_COUNT 4 macro
Daudio_hw.c213 out->write_threshold = PLAYBACK_PERIOD_COUNT * PLAYBACK_PERIOD_SIZE; in start_output_stream()
359 return (PLAYBACK_PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
865 out->config.period_count = PLAYBACK_PERIOD_COUNT; in adev_open_output_stream()