Home
last modified time | relevance | path

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

/frameworks/av/services/mediaanalytics/
Dstatsd_audiothread.cpp161 double process_time_ms_std = -1; in statsd_audiothread() local
162 if (item->getDouble(MM_PREFIX "processTimeMs.std", &process_time_ms_std)) { in statsd_audiothread()
163 metrics_proto.set_process_time_stddev_millis(process_time_ms_std); in statsd_audiothread()