Searched refs:MAX (Results 1 - 8 of 8) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h90 #ifndef MAX
91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlmath.h102 #ifndef MAX
103 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h90 #ifndef MAX
91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c947 current_time = MAX(current_time, sensors.accel.timestamp);
951 current_time = MAX(current_time, sensors.compass.timestamp);
955 current_time = MAX(current_time, sensors.temp.timestamp);
959 current_time = MAX(current_time, sensors.quat.timestamp);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c1111 current_time = MAX(current_time, sensors.accel.timestamp);
1115 current_time = MAX(current_time, sensors.compass.timestamp);
1119 current_time = MAX(current_time, sensors.temp.timestamp);
1123 current_time = MAX(current_time, sensors.quat.timestamp);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h597 #ifndef MAX
598 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
599 #endif /* MAX */
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp50 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
947 return MAX(mMinRawFrameDuration, mMinProcessedFrameDuration);
949 return MAX(MAX(mMinRawFrameDuration, mMinProcessedFrameDuration), mMinJpegFrameDuration);
3820 sensorFrameDuration = MAX(sensorFrameDuration, minFrameDuration);
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegDecoder.cpp205 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
206 #define CLIP3(a, b, c) (MIN(b, MAX(a, c)))

Completed in 3050 milliseconds