/btstack/src/ |
H A D | btstack_lc3plus_fraunhofer.h | 57 uint32_t sample_rate; member 65 uint32_t sample_rate; member
|
H A D | btstack_lc3_google.h | 52 uint32_t sample_rate; member 60 uint32_t sample_rate; member
|
H A D | btstack_lc3plus_fraunhofer.c | 64 static uint8_t lc3plus_fraunhofer_decoder_configure(void * context, uint32_t sample_rate, btstack_l… in lc3plus_fraunhofer_decoder_configure() 183 static uint8_t lc3plus_fraunhofer_encoder_configure(void * context, uint32_t sample_rate, btstack_l… in lc3plus_fraunhofer_encoder_configure()
|
H A D | btstack_lc3_google.c | 58 static uint8_t lc3_decoder_google_configure(void * context, uint32_t sample_rate, btstack_lc3_frame… in lc3_decoder_google_configure() 134 static uint8_t lc3_encoder_google_configure(void * context, uint32_t sample_rate, btstack_lc3_frame… in lc3_encoder_google_configure()
|
H A D | btstack_lc3.c | 60 uint16_t btstack_lc3_samples_per_frame(uint32_t sample_rate, btstack_lc3_frame_duration_t frame_dur… in btstack_lc3_samples_per_frame()
|
H A D | btstack_sample_rate_compensation.c | 50 …(btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms, uint32_t sample_rate, uint32_t r… in btstack_sample_rate_compensation_init()
|
H A D | btstack_sample_rate_compensation.h | 79 double sample_rate; member
|
/btstack/src/classic/ |
H A D | btstack_sbc_bluedroid.c | 55 … uint16_t sample_rate, uint8_t bitpool, btstack_sbc_channel_mode_t channel_mode){ in btstack_sbc_encoder_bluedroid_configure() 259 uint16_t sample_rate = state->decoder_context.common.frameInfo.frequency; in btstack_sbc_decoder_deliver_pcm_data() local 558 … void (*callback)(int16_t * data, int num_samples, int num_channels, int sample_rate, void * conte… in btstack_sbc_decoder_bluedroid_configure()
|
H A D | btstack_sbc_encoder_bluedroid.c | 77 int sample_rate, int bitpool, btstack_sbc_channel_mode_t channel_mode){ in btstack_sbc_encoder_init()
|
H A D | btstack_sbc_decoder_bluedroid.c | 166 … void (*callback)(int16_t * data, int num_samples, int num_channels, int sample_rate, void * conte… in btstack_sbc_decoder_init()
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | hal_audio_f4discovery.c | 116 uint32_t sample_rate, in hal_audio_sink_init() 281 uint32_t sample_rate, in hal_audio_source_init()
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | hal_audio_f4discovery.c | 116 uint32_t sample_rate, in hal_audio_sink_init() 281 uint32_t sample_rate, in hal_audio_source_init()
|
/btstack/example/ |
H A D | sco_demo_util.c | 169 uint16_t sample_rate; member 270 static int audio_initialize(int sample_rate){ in audio_initialize() 435 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
H A D | a2dp_source_demo.c | 346 static void a2dp_demo_hexcmod_configure_sample_rate(int sample_rate){ in a2dp_demo_hexcmod_configure_sample_rate()
|
/btstack/test/embedded/ |
H A D | freertos_test.cpp | 68 void hal_audio_sink_init(uint8_t channels, uint32_t sample_rate,void (*buffer_played_callback)(uint… in hal_audio_sink_init() 75 void hal_audio_source_init(uint8_t channels, uint32_t sample_rate, void (*buffer_recorded_callback)… in hal_audio_source_init()
|
/btstack/test/hfp/ |
H A D | sco_demo_util.c | 240 static int audio_initialize(int sample_rate){ in audio_initialize() 291 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
/btstack/test/sbc/ |
H A D | sbc_decoder_sine.c | 68 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
H A D | sbc_decoder_test.c | 93 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
H A D | pklg_msbc_test.c | 86 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
H A D | sbc.py | 467 def sbc_sampling_frequency_index(sample_rate): argument
|
/btstack/test/avdtp/ |
H A D | sine_encode_decode_test.c | 79 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
H A D | sine_encode_decode_performance_test.c | 73 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
H A D | portaudio_test.c | 72 static void write_wav_data(int16_t * data, int num_frames, int num_channels, int sample_rate){ in write_wav_data()
|
H A D | sine_encode_decode_ring_buffer_test.c | 80 static void handle_pcm_data(int16_t * data, int num_samples, int num_channels, int sample_rate, voi… in handle_pcm_data()
|
/btstack/platform/posix/ |
H A D | wav_util.c | 84 … void write_wav_header(FILE * wav_file, int total_num_samples, int num_channels, int sample_rate){ in write_wav_header()
|