/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common.h | 27 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/intel/img/psb_video/src/ |
D | tng_enc_trace.h | 43 #define MIN(a,b) ((a)>(b)?(b):(a)) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | constants.h | 60 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 43 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 47 #define MIN(x,y) ((x < y) ? x : y) macro
|
/hardware/ti/omap4-aah/camera/ |
D | Encoder_libjpeg.cpp | 45 #define MIN(x,y) ((x < y) ? x : y) macro
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpegdec_test.c | 43 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 47 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | error_concealment.c | 19 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 142 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum macro
|
/hardware/intel/common/libva/test/decode/ |
D | tinyjpeg.c | 64 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/ |
D | omx_amr_aenc.h | 75 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/ |
D | omx_qcelp13_aenc.h | 74 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 42 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) macro
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/ |
D | omx_evrc_aenc.h | 74 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/ |
D | omx_aac_enc_test.c | 100 #define MIN(A,B) (((A) < (B))?(A):(B)) macro
|
/hardware/qcom/audio/msm8909/policy_hal/ |
D | AudioPolicyManager.cpp | 48 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 137 #define MIN(a, b) ((a)>(b)?(b):(a)) macro
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 53 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 594 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 53 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_int.h | 65 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/ril/libril/ |
D | ril.cpp | 85 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
|