| /frameworks/rs/toolkit/ |
| D | Utils.h | 92 inline int4 clamp(int4 amount, int low, int high) { in clamp() function 101 inline float4 clamp(float4 amount, float low, float high) { in clamp() function 110 inline int2 clamp(int2 amount, int low, int high) { in clamp() function 117 inline float2 clamp(float2 amount, float low, float high) { in clamp() function 124 inline int clamp(int amount, int low, int high) { in clamp() function 128 inline float clamp(float amount, float low, float high) { in clamp() function
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuIntrinsicInlines.h | 94 static inline float4 clamp(float4 amount, float low, float high) { in clamp() function 103 static inline int2 clamp(int2 amount, int low, int high) { in clamp() function 110 static inline float2 clamp(float2 amount, float low, float high) { in clamp() function 117 static inline int clamp(int amount, int low, int high) { in clamp() function 121 static inline float clamp(float amount, float low, float high) { in clamp() function
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
| D | imgprocutil.h | 27 inline int clamp(int min, int val, int max) { in clamp() function
|
| D | colorspace.cpp | 40 static inline uint32 clamp(int32 x) { in clamp() function
|
| /frameworks/native/libs/math/include/math/ |
| D | scalar.h | 30 static constexpr T clamp(T v, T min, T max) noexcept { in clamp() function
|
| D | TVecHelpers.h | 512 friend inline CONSTEXPR VECTOR<T> PURE clamp(VECTOR<T> v, T min, T max) { in clamp() function
|
| /frameworks/av/services/camera/libcameraservice/device3/ |
| D | DistortionMapper.cpp | 270 DistortionMapperInfo *mapperInfo, bool clamp, bool simple) { in mapRawToCorrected() 351 DistortionMapperInfo *mapperInfo, bool clamp, bool simple) { in mapRawRectToCorrected() 375 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedToRaw() 381 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedToRawImpl() 437 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedRectToRaw()
|
| D | ZoomRatioMapper.cpp | 421 float scaleRatio, bool clamp, int32_t arrayWidth, int32_t arrayHeight) { in scaleCoordinates()
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
| D | Utils.java | 99 public static int clamp(int x, int min, int max) { in clamp() method in Utils 106 public static float clamp(float x, float min, float max) { in clamp() method in Utils 113 public static long clamp(long x, long min, long max) { in clamp() method in Utils
|
| /frameworks/av/services/camera/libcameraservice/fuzzer/ |
| D | DistortionMapperFuzzer.cpp | 60 bool clamp = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput() local
|
| /frameworks/native/services/sensorservice/ |
| D | quat.h | 65 } clamp; in matrixToQuat() local
|
| /frameworks/base/services/core/java/com/android/server/display/color/ |
| D | ReduceBrightColorsTintController.java | 77 private float clamp(float value) { in clamp() method in ReduceBrightColorsTintController
|
| /frameworks/base/libs/hwui/utils/ |
| D | MathUtils.h | 88 static inline T clamp(T a, T minValue, T maxValue) { in clamp() function
|
| D | Color.cpp | 301 static constexpr T clamp(T x, T min, T max) { in clamp() function
|
| /frameworks/base/core/java/android/view/ |
| D | RoundScrollbarRenderer.java | 104 private static float clamp(float val, float min, float max) { in clamp() method in RoundScrollbarRenderer
|
| /frameworks/base/core/java/android/util/ |
| D | Range.java | 174 public T clamp(T value) { in clamp() method in Range
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
| D | Utilities.java | 99 public static float clamp(float value, float min, float max) { in clamp() method in Utilities
|
| /frameworks/base/services/core/java/com/android/server/display/brightness/clamper/ |
| D | BrightnessClamperController.java | 103 public DisplayBrightnessState clamp(DisplayManagerInternal.DisplayPowerRequest request, in clamp() method in BrightnessClamperController
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | Size.h | 89 static constexpr remove_cvref_t<ToType> clamp(FromType v) { in clamp() function
|
| /frameworks/native/include/ui/ |
| D | Size.h | 89 static constexpr remove_cvref_t<ToType> clamp(FromType v) { in clamp() function
|
| /frameworks/native/libs/ui/include/ui/ |
| D | Size.h | 89 static constexpr remove_cvref_t<ToType> clamp(FromType v) { in clamp() function
|
| /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
| D | Material.java | 62 private static int clamp(int c) { in clamp() method in Material
|
| /frameworks/av/services/camera/libcameraservice/tests/ |
| D | DistortionMapperTest.cpp | 220 int32_t* activeArray, DistortionMapper &m, bool clamp, bool simple) { in RandomTransformTest()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | ExpandHelper.java | 226 private float clamp(float target) { in clamp() method in ExpandHelper
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | ColorSpace.java | 2936 DoubleUnaryOperator clamp = this::clamp; in Rgb() local 3365 private double clamp(double x) { in clamp() method
|