Home
last modified time | relevance | path

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

/device/linaro/poplar/audio/
Daudio_hw.c53 #define PERIOD_SIZE (CODEC_BASE_FRAME_COUNT * PERIOD_MULTIPLIER) macro
99 out->write_threshold = PLAYBACK_PERIOD_COUNT * PERIOD_SIZE; in start_output_stream()
100 out->config.start_threshold = PLAYBACK_PERIOD_START_THRESHOLD * PERIOD_SIZE; in start_output_stream()
101 out->config.avail_min = PERIOD_SIZE; in start_output_stream()
135 size_t size = PERIOD_SIZE; in out_get_buffer_size()
231 return (PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
464 out->config.period_size = PERIOD_SIZE; in adev_open_output_stream()
/device/linaro/hikey/audio/
Daudio_hw.c55 #define PERIOD_SIZE (CODEC_BASE_FRAME_COUNT * PERIOD_MULTIPLIER) macro
261 out->write_threshold = PLAYBACK_PERIOD_COUNT * PERIOD_SIZE; in start_output_stream()
262 out->config.start_threshold = PLAYBACK_PERIOD_START_THRESHOLD * PERIOD_SIZE; in start_output_stream()
263 out->config.avail_min = PERIOD_SIZE; in start_output_stream()
297 size_t size = PERIOD_SIZE; in out_get_buffer_size()
401 return (PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
648 out->config.period_size = PERIOD_SIZE; in adev_open_output_stream()