Home
last modified time | relevance | path

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

/device/amlogic/yukawa/audio/
Daudio_hw.h61 #define PLAYBACK_PERIOD_SIZE (CODEC_BASE_FRAME_COUNT * PLAYBACK_PERIOD_MULTIPLIER) macro
Daudio_hw.c112 out->write_threshold = PLAYBACK_PERIOD_COUNT * PLAYBACK_PERIOD_SIZE; in start_output_stream()
113 out->config.start_threshold = PLAYBACK_PERIOD_START_THRESHOLD * PLAYBACK_PERIOD_SIZE; in start_output_stream()
114 out->config.avail_min = PLAYBACK_PERIOD_SIZE; in start_output_stream()
159 size_t size = PLAYBACK_PERIOD_SIZE; in out_get_buffer_size()
256 return (PLAYBACK_PERIOD_SIZE * PLAYBACK_PERIOD_COUNT * 1000) / out->config.rate; in out_get_latency()
770 out->config.period_size = PLAYBACK_PERIOD_SIZE; in adev_open_output_stream()
Daudio_aec.c126 q1, q1/aec->spk_frame_size_bytes/PLAYBACK_PERIOD_SIZE, in print_queue_status_to_log()