Searched refs:computed (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | CameraProtectionLoader.kt | 72 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/ |
D | CameraAvailabilityListenerTest.kt | 54 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/ |
D | enums.proto | 60 // 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/ |
D | pixel_format_f32.rsh | 13 // computed for blending color between layers. "Close enough" means L1 distance
|
/frameworks/base/graphics/java/android/graphics/ |
D | ImageDecoder.java | 1188 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/ |
D | README.md | 246 …* 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/ |
D | media_codec_extension_atoms.proto | 233 // 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/ |
D | README.md | 89 - 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/ |
D | Android.bp | 50 // runtimes of earlier releases which expect the bits to have been computed
|
/frameworks/proto_logging/stats/enums/federatedcompute/ |
D | enums.proto | 176 // Client starts to upload successfully computed results.
|
/frameworks/proto_logging/stats/atoms/credentials/ |
D | credentials_extension_atoms.proto | 150 // 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/ |
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/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 532 description: "Mitigate crash on invalid computed range in CropView"
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 8384 // 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/ |
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
|