/packages/modules/Bluetooth/system/bta/le_audio/ |
D | codec_manager.h | 25 uint8_t bits_per_sample; member 35 uint8_t bits_per_sample; member
|
D | client.cc | 162 inline uint8_t bits_to_bytes_per_sample(uint8_t bits_per_sample) { in bits_to_bytes_per_sample() 169 inline lc3_pcm_format bits_to_lc3_bits(uint8_t bits_per_sample) { in bits_to_lc3_bits() 2554 lc3_pcm_format bits_per_sample = in PrepareAndSendToTwoCises() local 2623 lc3_pcm_format bits_per_sample = in PrepareAndSendToSingleCis() local 2752 lc3_pcm_format bits_per_sample = in HandleIncomingCisData() local
|
/packages/modules/Bluetooth/system/service/common/bluetooth/ |
D | a2dp_codec_config.cc | 24 int sample_rate, int bits_per_sample, in A2dpCodecConfig()
|
D | a2dp_codec_config.h | 37 int bits_per_sample() const { return bits_per_sample_; } in bits_per_sample() function
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding_host.h | 31 btav_a2dp_codec_bits_per_sample_t bits_per_sample = member
|
D | le_audio_software.h | 68 uint8_t bits_per_sample; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_avrcp_audio_track_linux.cc | 19 void* BtifAvrcpAudioTrackCreate(int trackFreq, int bits_per_sample, in BtifAvrcpAudioTrackCreate()
|
D | btif_a2dp_sink.cc | 122 tA2DP_BITS_PER_SAMPLE bits_per_sample; member in BtifA2dpSinkControlBlock 608 int bits_per_sample = A2DP_GetTrackBitsPerSample(p_buf->codec_info); in btif_a2dp_sink_decoder_update_event() local
|
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/test/ |
D | audio_hearing_aid_hw_test.cc | 119 uint32_t bits_per_sample = in TEST_F() local
|
/packages/modules/Bluetooth/system/audio_a2dp_hw/test/ |
D | audio_a2dp_hw_test.cc | 119 uint32_t bits_per_sample = in TEST_F() local
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_vendor_ldac_decoder.cc | 91 uint8_t bits_per_sample; member 254 int32_t bits_per_sample; in a2dp_vendor_ldac_decoder_configure() local
|
D | a2dp_vendor_ldac.cc | 47 btav_a2dp_codec_bits_per_sample_t bits_per_sample; member 828 btav_a2dp_codec_bits_per_sample_t bits_per_sample, tA2DP_LDAC_CIE* p_result, in select_best_bits_per_sample() 856 btav_a2dp_codec_bits_per_sample_t bits_per_sample, tA2DP_LDAC_CIE* p_result, in select_audio_bits_per_sample() 956 btav_a2dp_codec_bits_per_sample_t bits_per_sample; in setCodecConfig() local
|
D | a2dp_vendor_opus.cc | 47 btav_a2dp_codec_bits_per_sample_t bits_per_sample; member 783 btav_a2dp_codec_bits_per_sample_t bits_per_sample, tA2DP_OPUS_CIE* p_result, in select_best_bits_per_sample() 811 btav_a2dp_codec_bits_per_sample_t bits_per_sample, tA2DP_OPUS_CIE* p_result, in select_audio_bits_per_sample() 902 btav_a2dp_codec_bits_per_sample_t bits_per_sample; in setCodecConfig() local
|
D | a2dp_aac.cc | 50 btav_a2dp_codec_bits_per_sample_t bits_per_sample; member 902 btav_a2dp_codec_bits_per_sample_t bits_per_sample, tA2DP_AAC_CIE* p_result, in select_best_bits_per_sample() 930 btav_a2dp_codec_bits_per_sample_t bits_per_sample, tA2DP_AAC_CIE* p_result, in select_audio_bits_per_sample() 1020 btav_a2dp_codec_bits_per_sample_t bits_per_sample; in setCodecConfig() local
|
D | a2dp_vendor_aptx_hd.cc | 49 btav_a2dp_codec_bits_per_sample_t bits_per_sample; member 304 tA2DP_BITS_PER_SAMPLE bits_per_sample = CodecConfig->getAudioBitsPerSample(); in A2DP_VendorGetBitRateAptxHd() local
|
D | a2dp_vendor_aptx.cc | 47 btav_a2dp_codec_bits_per_sample_t bits_per_sample; member 290 tA2DP_BITS_PER_SAMPLE bits_per_sample = CodecConfig->getAudioBitsPerSample(); in A2DP_VendorGetBitRateAptx() local
|
/packages/modules/Bluetooth/system/stack/test/a2dp/ |
D | wav_reader.h | 36 uint16_t bits_per_sample; member
|
/packages/modules/Bluetooth/system/embdrv/g722/ |
D | g722_enc_dec.h | 94 int bits_per_sample; member 117 int bits_per_sample; member
|
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_hal_client.h | 67 uint8_t bits_per_sample; member
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy_hidl.cc | 100 audio_format_t BitsPerSampleToAudioFormat(BitsPerSample bits_per_sample) { in BitsPerSampleToAudioFormat()
|
D | device_port_proxy.cc | 73 audio_format_t BitsPerSampleToAudioFormat(uint8_t bits_per_sample, in BitsPerSampleToAudioFormat()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 28 bits_per_sample: i32, field
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 185 int bits_per_sample = selectBitsPerSample(config_id); in testBluetoothCodecConfig_valid_get_methods() local
|
/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_codec_api.h | 469 tA2DP_BITS_PER_SAMPLE bits_per_sample; // 8, 16, 24, 32 member
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | le_audio_software_hidl.cc | 70 uint8_t bits_per_sample) { in le_audio_bits_per_sample2audio_hal()
|