Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics.h359 int num_dropped_encoded_frames,
Dmetrics.cc654 int num_dropped_encoded_frames, in LogA2dpAudioOverrunEvent() argument
669 encoding_interval_nanos, num_dropped_buffers, num_dropped_encoded_frames, in LogA2dpAudioOverrunEvent()
676 << num_dropped_encoded_frames << ", num_dropped_encoded_bytes " in LogA2dpAudioOverrunEvent()
/system/bt/btif/src/
Dbtif_a2dp_source.cc964 int num_dropped_encoded_frames = 0; in btif_a2dp_source_enqueue_callback() local
972 num_dropped_encoded_frames += p_dropped_buf->layer_specific; in btif_a2dp_source_enqueue_callback()
978 btif_a2dp_source_cb.encoder_interval_ms, num_dropped_encoded_frames, in btif_a2dp_source_enqueue_callback()