Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraProtectionLoader.kt72 val computed = RectF() in loadCameraProtectionInfoList() constant
73 protectionPath.computeBounds(computed) in loadCameraProtectionInfoList()
76 computed.left.roundToInt(), in loadCameraProtectionInfoList()
77 computed.top.roundToInt(), in loadCameraProtectionInfoList()
78 computed.right.roundToInt(), in loadCameraProtectionInfoList()
79 computed.bottom.roundToInt() in loadCameraProtectionInfoList()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DCameraAvailabilityListenerTest.kt54 val computed = RectF() in rectFromPath() constant
55 path.computeBounds(computed) in rectFromPath()
57 computed.left.roundToInt(), in rectFromPath()
58 computed.top.roundToInt(), in rectFromPath()
59 computed.right.roundToInt(), in rectFromPath()
60 computed.bottom.roundToInt() in rectFromPath()
/frameworks/proto_logging/stats/enums/media/codec/
Denums.proto60 // The video resolution, as computed by multiplying the width by the height and finding the enum
/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/base/graphics/java/android/graphics/
DImageDecoder.java1188 private int getTargetDimension(int original, int sampleSize, int computed) { in getTargetDimension() argument
1197 if (computed == target) { in getTargetDimension()
1198 return computed; in getTargetDimension()
1204 int reverse = computed * sampleSize; in getTargetDimension()
1207 return computed; in getTargetDimension()
/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/proto_logging/stats/atoms/media/
Dmedia_codec_extension_atoms.proto233 // The framerate as computed by the presentation timestamps in the content stream.
235 // The framerate as computed by the presentation timestamps.
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md89 - Data checksum is computed automatically, unchanged data will not be sent to
97 `InputStream` and `OutputStream`. Actually, the checksum is computed in
/frameworks/base/boot/
DAndroid.bp50 // runtimes of earlier releases which expect the bits to have been computed
/frameworks/proto_logging/stats/enums/federatedcompute/
Denums.proto176 // Client starts to upload successfully computed results.
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto150 // Counts per element entry in 'unique_entries' (avg can be computed via num_providers)
164 // Counts per element entry in 'unique_entries' (avg can be computed via num_auth_clicks)
/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/base/packages/SystemUI/aconfig/
Dsystemui.aconfig532 description: "Mitigate crash on invalid computed range in CropView"
/frameworks/proto_logging/stats/
Datoms.proto8384 // computed by converting kilobytes to bytes.
8615 // Average can be computed using total_latency_micros / recorded_call_count.
8620 // Average can be computed using total_cpu_micros / recorded_call_count.
8621 // Total can be computed using total_cpu_micros / recorded_call_count * call_count.
8689 // Average can be computed using recorded_total_latency_micros /
8694 // Average can be computed using recorded_total_cpu_micros /
8695 // recorded_message_count. Total can be computed using
8720 // Average can be computed using recorded_total_delay_millis / recorded_delay_message_count.
9565 // Power used by the device in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
9982 // Delta Anon RSS reduced with compaction computed as RSS Before - RSS After.
[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