Home
last modified time | relevance | path

Searched refs:interval_us (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h114 virtual bool GetPreferredDataIntervalUs(size_t* interval_us) const { in GetPreferredDataIntervalUs() argument
179 bool GetPreferredDataIntervalUs(size_t* interval_us) const override;
Ddevice_port_proxy_hidl.h82 bool GetPreferredDataIntervalUs(size_t* interval_us) const override;
Ddevice_port_proxy_hidl.cc325 size_t* interval_us) const { in GetPreferredDataIntervalUs()
341 *interval_us = pcm_cfg.dataIntervalUs; in GetPreferredDataIntervalUs()
Ddevice_port_proxy.cc337 size_t* interval_us) const { in GetPreferredDataIntervalUs()
350 *interval_us = pcm_cfg.dataIntervalUs; in GetPreferredDataIntervalUs()
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc433 int bit_depth, int interval_us, int num_burst_buffers, int burst_delay_ms) in SourceAudioHalAsrc() argument
436 interval_us_(interval_us), in SourceAudioHalAsrc()
452 !check_bounds(interval_us, 1 * 1000, 100 * 1000) ||
458 channels, sample_rate, bit_depth, interval_us, num_burst_buffers,
Dasrc_resampler.h42 int sample_rate, int bit_depth, int interval_us,