Searched defs:hal_smoothness_metrics (Results 1 – 2 of 2) sorted by relevance
41 struct hal_smoothness_metrics { struct43 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
177 void (*client_flush_cb)(struct hal_smoothness_metrics *, void *), in hal_smoothness_initialize() argument