Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraCommon.h40 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h91 #define MAX(x,y) (((x)>(y))?(x):(y)) macro
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HALHeader.h42 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c44 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h129 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h212 MAX, enumerator
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h141 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h136 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h141 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) ///< maximum macro
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h240 MAX, enumerator
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h240 MAX, enumerator
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.h103 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h112 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h460 MAX, enumerator
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h523 MAX, enumerator
/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/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp62 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) 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/sdm845/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp65 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp75 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp146 #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
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp150 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro