Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc638 int num_decoded_frames; in TEST_F() local
641 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F()
667 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F()
670 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F()
708 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F()
711 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F()
768 int num_decoded_frames; in TEST_F() local
771 ASSERT_EQ(bluetooth::audio::sco::swb::fill_plc_stats(&num_decoded_frames, in TEST_F()
797 ASSERT_EQ(bluetooth::audio::sco::swb::fill_plc_stats(&num_decoded_frames, in TEST_F()
800 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc243 int num_decoded_frames; /* Number of total read mSBC frames. */ member
303 int get_num_decoded_frames() { return num_decoded_frames; } in get_num_decoded_frames()
312 num_decoded_frames++; in handle_bad_frames()
379 num_decoded_frames++; in handle_good_frames()
693 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() argument
694 if (msbc_info == NULL || num_decoded_frames == NULL || in fill_plc_stats()
703 *num_decoded_frames = decoded_frames; in fill_plc_stats()
1134 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() argument
1135 if (lc3_info == NULL || num_decoded_frames == NULL || in fill_plc_stats()
1142 *num_decoded_frames = decoded_frames; in fill_plc_stats()
Dbtm_sco.h81 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio);
150 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio);
Dbtm_sco.cc1344 int num_decoded_frames; in btm_sco_on_disconnected() local
1346 if (fill_plc_stats(&num_decoded_frames, &packet_loss_ratio)) { in btm_sco_on_disconnected()
1349 log_hfp_audio_packet_loss_stats(bd_addr, num_decoded_frames, in btm_sco_on_disconnected()
1354 codec, num_decoded_frames, packet_loss_ratio); in btm_sco_on_disconnected()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.h192 std::function<void(const RawAddress& address, int num_decoded_frames,
196 void operator()(const RawAddress& address, int num_decoded_frames, in operator()
198 body(address, num_decoded_frames, packet_loss_ratio, codec_type); in operator()
Dmock_stack_metrics_logging.cc123 int num_decoded_frames, in log_hfp_audio_packet_loss_stats() argument
128 address, num_decoded_frames, packet_loss_ratio, codec_type); in log_hfp_audio_packet_loss_stats()
Dmock_main_shim_metrics_api.h158 std::function<void(const RawAddress& raw_address, int num_decoded_frames,
162 void operator()(const RawAddress& raw_address, int num_decoded_frames, in operator()
164 body(raw_address, num_decoded_frames, packet_loss_ratio, codec_type); in operator()
Dmock_main_shim_metrics_api.cc112 int num_decoded_frames, in LogMetricHfpPacketLossStats() argument
117 raw_address, num_decoded_frames, packet_loss_ratio, codec_type); in LogMetricHfpPacketLossStats()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc90 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() argument
102 num_decoded_frames, in LogMetricHfpPacketLossStats()
109 .SetDecodedFrames(num_decoded_frames) in LogMetricHfpPacketLossStats()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc78 int num_decoded_frames, in log_hfp_audio_packet_loss_stats() argument
81 bluetooth::shim::LogMetricHfpPacketLossStats(address, num_decoded_frames, in log_hfp_audio_packet_loss_stats()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc85 int num_decoded_frames, in LogMetricHfpPacketLossStats() argument
89 bluetooth::os::LogMetricHfpPacketLossStats(address, num_decoded_frames, in LogMetricHfpPacketLossStats()
Dmetrics_api.h123 int num_decoded_frames,
/packages/modules/Bluetooth/system/stack/include/
Dstack_metrics_logging.h58 int num_decoded_frames,
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc118 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h170 int num_decoded_frames,