Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp112 int period_size; in write() local
DAudioStreamInALSA.cpp128 int period_size; in read() local
/hardware/libhardware/modules/usbaudio/
Dalsa_device_profile.c131 unsigned int period_size = profile_calc_min_period_size(profile, sample_rate); in profile_get_period_size() local
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h34 unsigned period_size; member
/hardware/qcom/audio/hal/
Daudio_hw.c2615 static int period_size_is_plausible_for_low_latency(int period_size) in period_size_is_plausible_for_low_latency()