Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp112 int period_size; in write() local
H A DAudioStreamInALSA.cpp128 int period_size; in read() local
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dusb_stream.h37 int period_size; member
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c128 unsigned int period_size = profile_calc_min_period_size(profile, sample_rate); in profile_get_period_size() local
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h34 unsigned period_size; member
/aosp12/system/bt/audio_hearing_aid_hw/src/
H A Daudio_hearing_aid_hw.cc986 const size_t period_size = in out_get_buffer_size() local
/aosp12/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc1009 const size_t period_size = in out_get_buffer_size() local
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c6447 static int period_size_is_plausible_for_low_latency(int period_size) in period_size_is_plausible_for_low_latency()