Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 12 of 12) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h206 MAX, enumerator
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h129 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c67 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h141 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/intel/common/libva/test/encode/
Dh264encode.c138 #define MAX(a, b) ((a)>(b)?(a):(b)) macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp54 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h598 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp56 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp62 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp163 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro