Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc230 int num_decoded_frames; /* Number of total read mSBC frames. */ member
290 int get_num_decoded_frames() { return num_decoded_frames; } in get_num_decoded_frames()
299 num_decoded_frames++; in handle_bad_frames()
366 num_decoded_frames++; in handle_good_frames()
596 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() argument
597 if (msbc_info == NULL || num_decoded_frames == NULL || in fill_plc_stats()
606 *num_decoded_frames = decoded_frames; in fill_plc_stats()
Dbtm_sco.h74 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio);
Dbtm_sco.cc1173 int num_decoded_frames; in btm_sco_on_disconnected() local
1175 if (bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in btm_sco_on_disconnected()
1177 log_hfp_audio_packet_loss_stats(bd_addr, num_decoded_frames, in btm_sco_on_disconnected()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.h195 std::function<void(const RawAddress& address, int num_decoded_frames,
197 body{[](const RawAddress& address, int num_decoded_frames,
199 void operator()(const RawAddress& address, int num_decoded_frames, in operator()
201 body(address, num_decoded_frames, packet_loss_ratio); in operator()
Dmock_main_shim_metrics_api.h136 std::function<void(const RawAddress& raw_address, int num_decoded_frames,
138 body{[](const RawAddress& raw_address, int num_decoded_frames,
140 void operator()(const RawAddress& raw_address, int num_decoded_frames, in operator()
142 body(raw_address, num_decoded_frames, packet_loss_ratio); in operator()
Dmock_stack_metrics_logging.cc132 int num_decoded_frames, in log_hfp_audio_packet_loss_stats() argument
136 address, num_decoded_frames, packet_loss_ratio); in log_hfp_audio_packet_loss_stats()
Dmock_main_shim_metrics_api.cc108 int num_decoded_frames, in LogMetricHfpPacketLossStats() argument
112 raw_address, num_decoded_frames, packet_loss_ratio); in LogMetricHfpPacketLossStats()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc89 const Address& address, int num_decoded_frames, double packet_loss_ratio) { in LogMetricHfpPacketLossStats() argument
101 num_decoded_frames, in LogMetricHfpPacketLossStats()
107 .SetDecodedFrames(num_decoded_frames) in LogMetricHfpPacketLossStats()
/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc373 int num_decoded_frames; in TEST_F() local
376 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F()
379 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F()
416 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F()
419 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc78 int num_decoded_frames, in log_hfp_audio_packet_loss_stats() argument
80 bluetooth::shim::LogMetricHfpPacketLossStats(address, num_decoded_frames, in log_hfp_audio_packet_loss_stats()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc71 int num_decoded_frames, in LogMetricHfpPacketLossStats() argument
74 bluetooth::os::LogMetricHfpPacketLossStats(address, num_decoded_frames, in LogMetricHfpPacketLossStats()
Dmetrics_api.h98 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.cc104 const Address& address, int num_decoded_frames, double packet_loss_ratio) {} in LogMetricHfpPacketLossStats() argument
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc60 const Address& address, int num_decoded_frames, double packet_loss_ratio) {} in LogMetricHfpPacketLossStats() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h132 const hci::Address& address, int num_decoded_frames, double packet_loss_ratio);
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc180 const Address& address, int num_decoded_frames, double packet_loss_ratio) {} in LogMetricHfpPacketLossStats() argument