Home
last modified time | relevance | path

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

/btstack/example/
H A Da2dp_source_demo.c194 static int new_sample_rate = 44100; variable
718 a2dp_demo_hexcmod_configure_sample_rate(new_sample_rate); in a2dp_source_packet_handler()
1025 new_sample_rate = 44100; in stdin_process()
1026 if (current_sample_rate == new_sample_rate){ in stdin_process()
1027 printf("%c - Stream already configured for %d Hz.\n", cmd, new_sample_rate); in stdin_process()
1029 printf("%c - Reconfigure for %d Hz.\n", cmd, new_sample_rate); in stdin_process()
1030 …tatus = a2dp_source_reconfigure_stream_sampling_frequency(media_tracker.a2dp_cid, new_sample_rate); in stdin_process()
1040 new_sample_rate = 48000; in stdin_process()
1041 if (current_sample_rate == new_sample_rate){ in stdin_process()
1042 printf("%c - Stream already configured for %d Hz.\n", cmd, new_sample_rate); in stdin_process()
[all …]