Home
last modified time | relevance | path

Searched defs:sample_rate (Results 1 – 25 of 39) 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.h81 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.cc58 size_t FrameCount(uint64_t microseconds, uint32_t sample_rate) { in FrameCount()
Ddevice_port_proxy_hidl.cc50 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, int bit_depth, in prepare_context()
167 tA2DP_SAMPLE_RATE sample_rate = A2DP_GetTrackSampleRateAac(codec_info); in a2dp_aac_encoder_init() local
216 auto sample_rate = a2dp_aac_encoder_cb.feeding_params.sample_rate; in a2dp_aac_feeding_reset() local
Da2dp_aac_encoder.cc58 uint32_t sample_rate; member
398 auto sample_rate = a2dp_aac_encoder_cb.feeding_params.sample_rate; in a2dp_aac_feeding_reset() local
/packages/modules/Bluetooth/system/stack/test/a2dp/
Dwav_reader.h33 uint32_t sample_rate; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc129 int sample_rate; // 32000, 44100, 48000, 96000 member in BtifA2dpSinkControlBlock
265 int sample_rate = A2DP_GetTrackSampleRate(codec_config); in btif_a2dp_sink_initialize_a2dp_control_block() local
657 int sample_rate = A2DP_GetTrackSampleRate(p_buf->codec_info); in btif_a2dp_sink_decoder_update_event_old() local
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc49 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.h54 uint32_t sample_rate = 0; member
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc48 int sample_rate = -1; variable
/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/stack/mmc/proto/
Dmmc_config.proto89 int32 sample_rate = 1; field
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc64 double sample_rate; member
220 void UpdateOutputStats(double sample_rate, int drift_us) { in UpdateOutputStats()
422 int sample_rate, int bit_depth, int interval_us, in SourceAudioHalAsrc()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc132 int sample_rate; in codec_uuid_to_sample_rate() local
1447 int sample_rate = codec_uuid_to_sample_rate(p_scb->inuse_codec); in bta_ag_sco_conn_open() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_provider_info.cc398 for (auto const& sample_rate : transport.samplingFrequencyHz) { in CodecCapabilities() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp95 static void a2dp_sink_audio_config_callback(const RawAddress& bd_addr, uint32_t sample_rate, in a2dp_sink_audio_config_callback()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h464 tA2DP_SAMPLE_RATE sample_rate; // 44100, 48000, etc member
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_utils.cc265 uint32_t sample_rate) { in translateToBtLeAudioCodecConfigSampleRate()
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java218 int sample_rate = selectSampleRate(config_id); in testBluetoothCodecConfig_valid_get_methods() local
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc762 for (auto sample_rate : kSampleRates_2_1) { in TEST_F() local
790 for (auto sample_rate : kSampleRates_2_1) { in TEST_F() local
/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h258 uint32_t sample_rate; member

12