Searched refs:min (Results 1 - 25 of 43) sorted by relevance

12

/hardware/libhardware/include/hardware/
H A Dhardware.h37 #define HARDWARE_MAKE_API_VERSION(maj,min) \
38 ((((maj) & 0xff) << 8) | ((min) & 0xff))
40 #define HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) \
41 ((((maj) & 0xff) << 24) | (((min) & 0xff) << 16) | ((hdr) & 0xffff))
68 #define HARDWARE_MODULE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min)
69 #define HARDWARE_MODULE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr)
74 #define HARDWARE_DEVICE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min)
[all...]
H A Dconsumerir.h30 int min; member in struct:consumerir_freq_range
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c27 {.min = 30000, .max = 30000},
28 {.min = 33000, .max = 33000},
29 {.min = 36000, .max = 36000},
30 {.min = 38000, .max = 38000},
31 {.min = 40000, .max = 40000},
32 {.min = 56000, .max = 56000},
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk39 min = (size != "") ? (size) : (min != "") ? (min) : 1; # min size of buffers to watch
58 else if (gsub("^size=", "",arg)) { min = max = (arg) }
59 else if (gsub("^min=", "",arg)) { min = (arg) }
97 print "min = ", min
102 min
[all...]
/hardware/samsung_slsi/exynos5/libmemtrack/
H A Dmali.c27 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
46 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c50 #define check_range(val, min, max) \
51 (((val < min) ? (min) : (val > max) ? (max) : (val)))
56 #define percent_to_index(val, min, max) \
57 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
260 ei->value.integer.min,
267 ei->value.integer64.min,
313 long *min, long *max, unsigned int *tlv_type)
355 ALOGV(" min
311 mixer_ctl_read_tlv(struct mixer_ctl *ctl, unsigned int *tlv, long *min, long *max, unsigned int *tlv_type) argument
401 long min, max; local
526 long min, max; local
697 long min, max; local
[all...]
H A Dalsa_pcm.c225 i->min = val;
241 i->min = val;
260 i->min = 0;
301 param_name[n], i->min, i->max, i->openmin,
361 i->min, i->max, i->openmin,
363 return i->min;
371 i->min, i->max, i->openmin,
373 return i->min;
/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/qcom/display/msm8974/libmemtrack/
H A Dkgsl.c28 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AOC.c122 AKFVEC* mean, /*!< (o) : (max+min)/2 */
128 AKFVEC min; local
131 min.v[j] = v[0].v[j];
134 if(v[i].v[j] < min.v[j]){
135 min.v[j] = v[i].v[j];
141 mean->v[j] = (max.v[j] + min.v[j]) / 2.0; /*mean */
142 var->v[j] = max.v[j] - min.v[j]; /*var */
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp84 min(SND_MIXER_VOL_RANGE_MIN),
91 long min; member in struct:android::mixer_info_t
197 getVolumeRange[i] (elem, &info->min, &info->max);
234 getVolumeRange[i] (elem, &info->min, &info->max);
272 long minVol = info->min;
291 long minVol = info->min;
313 long minVol = info->min;
336 long minVol = info->min;
/hardware/qcom/camera/
H A DQCameraParameters.h33 FPSRange(int min,int max){ argument
34 minFPS=min;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h416 uint16 minlen; /* min length for buffer vars */
601 /* limit to [min, max] */
603 #define LIMIT_TO_RANGE(x, min, max) \
604 ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x)))
613 /* limit to min */
615 #define LIMIT_TO_MIN(x, min) \
616 (((x) < (min) ? (min) : (x)))
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXExif.cpp802 int &min,
819 min = (int) floor(tmp);
826 min += 1;
829 if( min >= 60 ) {
830 min = 0;
800 convertGPSCoord(double coord, int &deg, int &min, int &sec, int &secDivisor) argument
/hardware/libhardware/tests/camera2/
H A DCameraMultiStreamTests.cpp120 Size* min, int32_t* idx) {
131 min->width = data[minIdx];
132 min->height = data[minIdx + 1];
507 ALOGV("Found processed max size: %dx%d, min size = %dx%d",
627 ALOGV("Sensitivity Range: min=%d, max=%d", minSensitivity,
119 GetMinSize(const int32_t* data, size_t count, Size* min, int32_t* idx) argument
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c56 #define percent_to_index(val, min, max) \
57 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp94 /** min of int a, b */
95 static inline int min(int a, int b) { function
118 out->r = min(lhs->r, rhs->r);
119 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp96 /** min of int a, b */
97 static inline int min(int a, int b) { function
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp94 /** min of int a, b */
95 static inline int min(int a, int b) { function
118 out->r = min(lhs->r, rhs->r);
119 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp611 nwr.left = min(nwr.left, displayFrame.left);
612 nwr.top = min(nwr.top, displayFrame.top);
620 nwr.right = min(nwr.right, fbDisplayFrame.right);
621 nwr.bottom = min(nwr.bottom, fbDisplayFrame.bottom);
H A Dhwc_utils.h265 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } function in namespace:qhwc
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp572 nwr.left = min(nwr.left, displayFrame.left);
573 nwr.top = min(nwr.top, displayFrame.top);
581 nwr.right = min(nwr.right, fbDisplayFrame.right);
582 nwr.bottom = min(nwr.bottom, fbDisplayFrame.bottom);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp571 nwr.left = min(nwr.left, displayFrame.left);
572 nwr.top = min(nwr.top, displayFrame.top);
580 nwr.right = min(nwr.right, fbDisplayFrame.right);
581 nwr.bottom = min(nwr.bottom, fbDisplayFrame.bottom);
H A Dhwc_utils.h265 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } function in namespace:qhwc
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_enc.h285 unsigned long min; member in struct:venc_range

Completed in 685 milliseconds

12