Home
last modified time | relevance | path

Searched defs:hal_smoothness_metrics (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Dhal_smoothness.h41 struct hal_smoothness_metrics { struct
43 unsigned int underrun_count;
46 unsigned int overrun_count;
50 unsigned int total_writes;
53 unsigned int total_frames_written;
56 unsigned int total_frames_lost;
64 double smoothness_value;
92 // in "hal_smoothness_metrics" will be reset to 0. argument
/system/media/audio_utils/
Dhal_smoothness.c177 void (*client_flush_cb)(struct hal_smoothness_metrics *, void *), in hal_smoothness_initialize() argument