Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_proxy.c96 proxy->alsa_config.period_size = in proxy_prepare()
197 return proxy->alsa_config.period_size; in proxy_get_period_size()
219 proxy->alsa_config.period_size * proxy->alsa_config.period_count; in proxy_get_presentation_position()
246 proxy->alsa_config.period_size * proxy->alsa_config.period_count; in proxy_get_capture_position()
287 dprintf(fd, " period_size: %d\n", proxy->alsa_config.period_size); in proxy_dump()
Dalsa_device_profile.c128 unsigned int period_size = profile_calc_min_period_size(profile, sample_rate); in profile_get_period_size() local
129 ALOGV("profile_get_period_size(rate:%d) = %d", sample_rate, period_size); in profile_get_period_size()
130 return period_size; in profile_get_period_size()
381 config->period_size = profile_calc_min_period_size(profile, config->rate); in read_alsa_device_config()
407 profile->default_config.period_size); in profile_read_device_info()
651 dprintf(fd, " period_size: %d\n", profile->default_config.period_size); in profile_dump()
Dalsa_logging.c107 ALOGV(" period_size:%d", config->period_size); in log_pcm_config()
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc964 const size_t period_size = in out_get_buffer_size() local
968 period_size); in out_get_buffer_size()
970 return period_size; in out_get_buffer_size()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1009 const size_t period_size = in out_get_buffer_size() local
1013 period_size); in out_get_buffer_size()
1015 return period_size; in out_get_buffer_size()