Home
last modified time | relevance | path

Searched defs:MIN (Results 51 – 75 of 111) sorted by relevance

12345

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h77 MIN = 44, enumerator
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.h43 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HALHeader.h43 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enumConstant
/aosp12/system/bt/stack/avrc/
H A Davrc_pars_ct.cc32 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h44 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h162 static const char * const MIN; variable
/aosp12/frameworks/native/include/input/
H A DVelocityTracker.h35 MIN = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h112 MIN, enumerator
120 MIN, enumerator
183 enum class MainStackSize { MAX, MIN, NORMAL, LAST_CHILD_HEIGHT, MATCH_CHILDREN, MAX_X, MAX_Y }; enumerator
185 enum class MainSwiperSize { MAX, MAX_X, MAX_Y, MIN, AUTO }; enumerator
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpegdec_test.c43 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h129 static inline int32_t MIN(int32_t a, int32_t b) in MIN() function
/aosp12/system/chre/apps/power_test/common/idl/
H A Dchre_power_test_generated.h71 MIN = UNSPECIFIED, enumerator
121 MIN = ACTIVE, enumerator
160 MIN = DEFAULT, enumerator
196 MIN = NON_DFS, enumerator
243 MIN = UNKNOWN, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp86 constexpr size_t MIN = 5; in KvStoreDataService() local
98 constexpr size_t MIN = 5; in KvStoreDataService() local
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h130 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum macro
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQCameraMjpegDecode.cpp47 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h142 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum macro
/aosp12/bionic/libc/dns/nameser/
H A Dns_print.c52 #define MIN(x,y) ((x)<(y)?(x):(y)) macro
/aosp12/system/bt/btif/src/
H A Dbtif_pan.cc66 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h142 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum macro
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h137 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum macro
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h142 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) ///< minimum macro
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp29 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h100 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_pattern_test_ng.cpp59 constexpr float MIN = 0.0f; variable

12345