Home
last modified time | relevance | path

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

/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A 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
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/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
/aosp_15_r20/prebuilts/vndk/v34/arm/include/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
/aosp_15_r20/prebuilts/vndk/v34/x86/include/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
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/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
/aosp_15_r20/system/media/audio_utils/
H A Dhal_smoothness.c177 void (*client_flush_cb)(struct hal_smoothness_metrics *, void *), in hal_smoothness_initialize() argument