Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp108 for (int metric = 0; metric < NUM_FIELDS; metric++) { in uploadMetrics() local
109 if ((metric == RES && num_res_samples_ == 0) || kStatsSnapshotType[metric] < 0) in uploadMetrics()
111 std::string log_min = "min-" + std::to_string(metric) + " "; in uploadMetrics()
112 std::string log_max = "max-" + std::to_string(metric) + " "; in uploadMetrics()
114 log_min += std::to_string(min_[metric][j]) + " "; in uploadMetrics()
115 log_max += std::to_string(max_[metric][j]) + " "; in uploadMetrics()
120 uploadOutlierMetric(stats_client, static_cast<sampleType>(metric)); in uploadMetrics()
170 for (int metric = 0; metric < NUM_FIELDS; metric++) { in recordSample() local
172 if ((metric == RES && health_info.batteryStatus == BatteryStatus::CHARGING) || in recordSample()
173 kStatsSnapshotType[metric] < 0) in recordSample()
[all …]
/hardware/interfaces/drm/1.1/
Dtypes.hal67 * A detail about the metric being captured. The fields of an Attribute
82 * A value of the metric. A metric may have multiple values. The
84 * one value for the given metric. The fields of the Value are
99 * The metric being captured. A metric must have a name and at least one
100 * value. A metric may have 0 or more attributes. The fields of a Metric
107 // for capturing different aspects of the same metric. E.g. capture
108 // the min, max, average, count, and stdev of a particular metric.
DIDrmPlugin.hal181 * Returns the plugin-specific metrics. Multiple metric groups may be
188 * @return metric_groups the collection of metric groups provided by the
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h161 bool ValidateMetricAttributeAndValue(const DrmMetricGroup::Metric& metric, in ValidateMetricAttributeAndValue() argument
166 for (const DrmMetricGroup::Attribute& attribute : metric.attributes) { in ValidateMetricAttributeAndValue()
172 for (const DrmMetricGroup::Value& value : metric.values) { in ValidateMetricAttributeAndValue()
188 for (const auto& metric : group.metrics) { in ValidateMetricAttributeAndValue() local
189 if (metric.name == metricName) { in ValidateMetricAttributeAndValue()
191 metric, attributeName, attributeValue, in ValidateMetricAttributeAndValue()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_image_processing2.adoc34 computes an error metric, that describes whether a block of texels in
38 metric at each (X,Y) location within the 2D window and returns either
43 computing the SSD error metric at each location within the 2D window.
46 This instruction computes an error metric, that describes whether a
49 The instruction computes the SAD error metric at 4 texel offsets and
50 returns the error metric for each offset in the X,Y,Z,and W components.
54 computing the SSD error metric for 4 offsets.
DVK_QCOM_image_processing.adoc51 Each instruction computes an error metric, that describes whether a
54 The error metric is computed per-component.
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp137 for (const auto& metric : group.metrics) { in TEST_P() local
138 for (const auto& value : metric.values) { in TEST_P()
144 for (const auto& attr : metric.attributes) { in TEST_P()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1181 std::vector<std::string> metric = android::base::Tokenize(words[i], "="); in parsePressureStallWords() local
1182 if (metric.size() != 2) { in parsePressureStallWords()
1186 if (!MmMetricsReporter::savePressureMetrics(metric[0], metric[1], store, line_save_idx)) in parsePressureStallWords()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp613 vfloat metric = color_error_r * blk.channel_weight.lane<0>() in compute_symbolic_block_difference_1plane_1partition() local
621 haccumulate(summav, metric, mask); in compute_symbolic_block_difference_1plane_1partition()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc53 …in the _reference image_. The instruction returns a per-component error metric describing the dif…
216 | uvec2 blockSize) | images. The error metric is the Sum of |
224 | uvec2 blockSize) | images. The error metric is the Sum of |
512 metric, that describes whether a block of texels in the _target image_ matches
513 a corresponding block of texels in the _reference image_. The error metric
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc3713 compute a difference metric.
3764 maximum error metric is found.
3773 performed, resulting in a difference metric.