Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraAvailabilityListener.kt62 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/
DImageDecoder.java1155 private int getTargetDimension(int original, int sampleSize, int computed) { in getTargetDimension() argument
1164 if (computed == target) { in getTargetDimension()
1165 return computed; in getTargetDimension()
1171 int reverse = computed * sampleSize; in getTargetDimension()
1174 return computed; in getTargetDimension()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh13 // computed for blending color between layers. "Close enough" means L1 distance
/frameworks/av/media/tests/benchmark/
DREADME.md246 …* MediaCodec: computed as the total time taken to encode/decode all frames divided by the number o…
248 …* MediaExtractor: computed as the total time taken to extract all frames divided by the number of …
250 …* MediaMuxer: computed as the total time taken to mux all frames divided by the number of frames m…
/frameworks/base/boot/
DAndroid.bp35 // runtimes of earlier releases which expect the bits to have been computed
/frameworks/rs/script_api/
Drs_math.spec1139 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/proto_logging/stats/
Datoms.proto6502 // computed by converting kilobytes to bytes.
6713 // Average can be computed using total_latency_micros / recorded_call_count.
6718 // Average can be computed using total_cpu_micros / recorded_call_count.
6719 // Total can be computed using total_cpu_micros / recorded_call_count * call_count.
6787 // Average can be computed using recorded_total_latency_micros /
6792 // Average can be computed using recorded_total_cpu_micros /
6793 // recorded_message_count. Total can be computed using
6818 // Average can be computed using recorded_total_delay_millis / recorded_delay_message_count.
7709 // Power used by the device in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
7724 // Power used by this uid in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
[all …]
/frameworks/rs/script_api/include/
Drs_math.rsh2071 * 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