Home
last modified time | relevance | path

Searched defs:sample_rate (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_audio_utils.py25 sample_rate=48000, argument
81 def measure_fundamental_frequency(signal, sample_rate): argument
106 def measure_thdn(signal, sample_rate, q, frequency=None): argument
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_host.h36 uint32_t sample_rate; member
Da2dp_encoding_host.h30 btav_a2dp_codec_sample_rate_t sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_48000; member
Dle_audio_software.h83 uint32_t sample_rate; member
/packages/apps/TV/tuner/proto/
Dtrack.proto30 optional int32 sample_rate = 5; field
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dutils.cc60 size_t FrameCount(uint64_t microseconds, uint32_t sample_rate) { in FrameCount()
Ddevice_port_proxy_hidl.cc51 unsigned int SampleRateToAudioFormat(SampleRate_2_1 sample_rate) { in SampleRateToAudioFormat()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_aac_encoder_linux.cc49 int prepare_context(int sample_rate, int channel_count, int bit_rate, in prepare_context()
171 tA2DP_SAMPLE_RATE sample_rate = A2DP_GetTrackSampleRateAac(codec_info); in a2dp_aac_encoder_init() local
221 auto sample_rate = a2dp_aac_encoder_cb.feeding_params.sample_rate; in a2dp_aac_feeding_reset() local
Da2dp_vendor_ldac_decoder.cc83 uint32_t sample_rate; member
247 int32_t sample_rate; in a2dp_vendor_ldac_decoder_configure() local
Da2dp_aac_encoder.cc51 uint32_t sample_rate; member
422 auto sample_rate = a2dp_aac_encoder_cb.feeding_params.sample_rate; in a2dp_aac_feeding_reset() local
/packages/modules/Bluetooth/system/audio_a2dp_hw/test/
Daudio_a2dp_hw_test.cc116 uint32_t sample_rate = codec_sample_rate2value(codec_sample_rate); in TEST_F() local
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/test/
Daudio_hearing_aid_hw_test.cc116 uint32_t sample_rate = codec_sample_rate2value(codec_sample_rate); in TEST_F() local
/packages/modules/Bluetooth/system/stack/test/a2dp/
Dwav_reader.h33 uint32_t sample_rate; member
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc51 static void audio_config_cb(const RawAddress& addr, uint32_t sample_rate, uint8_t channel_count) { in audio_config_cb()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_hal_client.h65 uint32_t sample_rate = 0; member
/packages/modules/Bluetooth/system/stack/mmc/codec_server/
Da2dp_aac_mmc_encoder.cc76 const int sample_rate = param_.sample_rate(); in init() local
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc66 double sample_rate; member
223 void UpdateOutputStats(double sample_rate, int drift_us) { in UpdateOutputStats()
432 bluetooth::common::MessageLoopThread* thread, int channels, int sample_rate, in SourceAudioHalAsrc()
/packages/modules/Bluetooth/system/stack/mmc/proto/
Dmmc_config.proto89 int32 sample_rate = 1; field
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc150 tA2DP_SAMPLE_RATE sample_rate = btif_a2dp_sink_get_sample_rate(); in btif_a2dp_control_on_get_input_audio_config() local
Dbtif_a2dp_sink.cc120 tA2DP_SAMPLE_RATE sample_rate; member in BtifA2dpSinkControlBlock
608 int sample_rate = A2DP_GetTrackSampleRate(p_buf->codec_info); in btif_a2dp_sink_decoder_update_event() local
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc75 int sample_rate = -1; variable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp82 uint32_t sample_rate, in a2dp_sink_audio_config_callback()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc423 for (auto const& sample_rate : transport.samplingFrequencyHz) { in CodecCapabilities() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.cc266 translateToBtLeAudioCodecConfigSampleRate(uint32_t sample_rate) { in translateToBtLeAudioCodecConfigSampleRate()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h491 tA2DP_SAMPLE_RATE sample_rate; // 44100, 48000, etc member

12