/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraCommon.cpp | 196 MAX(pAnalysisInfo->analysis_max_res.width, in getAnalysisInfo() 199 MAX(pAnalysisInfo->analysis_max_res.height, in getAnalysisInfo() 202 MAX(pAnalysisInfo->analysis_recommended_res.width, in getAnalysisInfo() 205 MAX(pAnalysisInfo->analysis_recommended_res.height, in getAnalysisInfo() 217 MAX(pAnalysisInfo->analysis_padding_info.min_stride, in getAnalysisInfo() 224 MAX(pAnalysisInfo->analysis_padding_info.min_scanline, in getAnalysisInfo()
|
D | QCameraCommon.h | 40 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | results_holder.c | 297 data[0] = (long)MIN(MAX(rh.game_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 298 data[1] = (long)MIN(MAX(rh.game_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 299 data[2] = (long)MIN(MAX(rh.game_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 300 data[3] = (long)MIN(MAX(rh.game_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 311 data[0] = (long)MIN(MAX(rh.nav_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 312 data[1] = (long)MIN(MAX(rh.nav_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 313 data[2] = (long)MIN(MAX(rh.nav_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 314 data[3] = (long)MIN(MAX(rh.nav_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 385 data[0] = (long)MIN(MAX(rh.geomag_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_geomagnetic_quaternion() 386 data[1] = (long)MIN(MAX(rh.geomag_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_geomagnetic_quaternion() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 90 #ifndef MAX 91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 90 #ifndef MAX 91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
|
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/ |
D | ConfidenceLevel.aidl | 24 MAX = 3, enumConstant
|
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/ |
D | ConfidenceLevel.aidl | 39 MAX, enumConstant
|
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/ |
D | ConfidenceLevel.aidl | 24 MAX = 3, enumConstant
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
D | GenericOperation.h | 66 if (promptText.size() >= uint32_t(MessageSize::MAX)) in init() 185 uint8_t formattedMessageBuffer_[uint32_t(MessageSize::MAX)]; 186 char promptStringBuffer_[uint32_t(MessageSize::MAX)];
|
/hardware/interfaces/security/secretkeeper/default/src/ |
D | lib.rs | 115 const MAX_SIZE: usize = usize::MAX; 128 const MAX_SIZE: usize = usize::MAX;
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xregion.h | 63 #ifndef MAX 64 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.h | 186 int mRrThrottleFps[toUnderlying(RrThrottleRequester::MAX)]; 190 int64_t mRrThrottleNanos[toUnderlying(RrThrottleRequester::MAX)]; 199 int64_t mDisplayIdleTimerNanos[toUnderlying(DispIdleTimerRequester::MAX)];
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_property.h | 178 MAX enumerator 197 uint32_t properties_[(uint32_t)DRMProperty::MAX] {};
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 42 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | macros.h | 360 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
|
D | u_math.h | 626 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
|
/hardware/google/graphics/zuma/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.h | 53 MAX, enumerator
|
/hardware/interfaces/security/authgraph/default/src/ |
D | lib.rs | 86 const MAX_SIZE: usize = usize::MAX;
|
/hardware/interfaces/audio/effect/2.0/ |
D | IBassBoostEffect.hal | 30 MAX = 1000
|
/hardware/interfaces/audio/effect/5.0/ |
D | IBassBoostEffect.hal | 30 MAX = 1000
|
/hardware/google/graphics/zumapro/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.h | 89 MAX, enumerator
|
/hardware/interfaces/audio/effect/4.0/ |
D | IBassBoostEffect.hal | 30 MAX = 1000
|
/hardware/interfaces/audio/effect/6.0/ |
D | IBassBoostEffect.hal | 30 MAX = 1000
|
/hardware/interfaces/audio/effect/7.0/ |
D | IBassBoostEffect.hal | 30 MAX = 1000
|
/hardware/interfaces/confirmationui/1.0/ |
D | types.hal | 57 * resulting formatted message does not fit into MessageSize::MAX bytes. It is 70 enum MessageSize : uint32_t { MAX = 0x1800 };
|