Searched refs:computed (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | CameraAvailabilityListener.kt | 62 val computed = RectF() constant 63 cutoutProtectionPath.computeBounds(computed, false /* unused */) 65 computed.left.roundToInt(), 66 computed.top.roundToInt(), 67 computed.right.roundToInt(), 68 computed.bottom.roundToInt())
|
/frameworks/base/graphics/java/android/graphics/ |
D | ImageDecoder.java | 1149 private int getTargetDimension(int original, int sampleSize, int computed) { in getTargetDimension() argument 1158 if (computed == target) { in getTargetDimension() 1159 return computed; in getTargetDimension() 1165 int reverse = computed * sampleSize; in getTargetDimension() 1168 return computed; in getTargetDimension()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 13 // computed for blending color between layers. "Close enough" means L1 distance
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 1139 summary: Reciprocal computed to 16 bit precision 1155 summary: Reciprocal of a square root computed to 16 bit precision 1171 summary: Square root computed to 16 bit precision
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 308 * The values in the output tensor are computed as: 1107 * The values in the output tensor are computed as: 1175 * The values in the output tensor are computed as: 1395 * computed from hash functions. 1664 * The values in the output tensor are computed as: 1952 * dimension is computed so that the total size remains constant. In 4136 * The values in the output tensor are computed as: 4353 * The values in the output tensor are computed as: 4359 * Where the mean and variance are computed across the spatial dimensions:
|
D | NeuralNetworks.t | 114 * It could be computed as follows:
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5438 // computed by converting kilobytes to bytes. 5649 // Average can be computed using total_latency_micros / recorded_call_count. 5654 // Average can be computed using total_cpu_micros / recorded_call_count. 5655 // Total can be computed using total_cpu_micros / recorded_call_count * call_count. 5723 // Average can be computed using recorded_total_latency_micros / 5728 // Average can be computed using recorded_total_cpu_micros / 5729 // recorded_message_count. Total can be computed using 5754 // Average can be computed using recorded_total_delay_millis / recorded_delay_message_count. 6645 // Power used by the device in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since 6660 // Power used by this uid in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 2071 * half_recip: Reciprocal computed to 16 bit precision 2100 * half_rsqrt: Reciprocal of a square root computed to 16 bit precision 2129 * half_sqrt: Square root computed to 16 bit precision
|