Searched refs:max (Results 1 - 25 of 27) sorted by relevance

12

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk40 max = (size != "") ? (size) : (max != "") ? (max) : 5e9; # max size of buffers to watch
58 else if (gsub("^size=", "",arg)) { min = max = (arg) }
60 else if (gsub("^max=", "",arg)) { max = (arg) }
98 print "max = ", max
103 max
[all...]
/hardware/qcom/audio/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)
137 unsigned max = mixer->ctl[n].info->value.enumerated.items; local
138 for (m = 0; m < max; m++)
261 ei->value.integer.max,
268 ei->value.integer64.max,
313 long *min, long *max, unsigne
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
722 unsigned n, max; local
[all...]
H A Dalsa_pcm.c233 i->max = val;
242 i->max = val;
261 i->max = ~0;
301 param_name[n], i->min, i->max, i->openmin,
361 i->min, i->max, i->openmin,
371 i->min, i->max, i->openmin,
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dcli_cu_common.h99 #ifndef max
100 # define max(a, b) (((a)>(b)) ? (a) : (b)) macro
/hardware/qcom/audio/alsa_sound/
H A DALSAMixer.cpp85 max(SND_MIXER_VOL_RANGE_MAX),
92 long max; member in struct:android::mixer_info_t
197 getVolumeRange[i] (elem, &info->min, &info->max);
198 info->volume = info->max;
234 getVolumeRange[i] (elem, &info->min, &info->max);
235 info->volume = info->max;
273 long maxVol = info->max;
292 long maxVol = info->max;
314 long maxVol = info->max;
337 long maxVol = info->max;
[all...]
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraParameters.h33 FPSRange(int min,int max){ argument
35 maxFPS=max;
/hardware/qcom/camera/
H A DQCameraParameters.h33 FPSRange(int min,int max){ argument
35 maxFPS=max;
H A DQCameraHWI_Parm.cpp415 //Filter Picture sizes based on max width and height
423 // Iterate through all the width and height to find the max value
484 static String8 create_values_range_str(int min, int max){ argument
488 if(min <= max){
492 for (int i = min + 1; i <= max; i++) {
633 * array which is smaller than the max dimension.
634 * This will be the valid max picture resolution */
774 //Query for max HFR value
835 ALOGE("%s:Failed to get max zoom",__func__);
839 /* Kernel driver limits the max amoun
[all...]
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
H A Dcu_osapi.h40 #if !defined(max)
41 #define max(a,b) ((a>b)?a:b) macro
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dbcmutils.h98 uint16 max; member in struct:pktq_prec
106 uint16 max; member in struct:pktq
116 uint16 max; member in struct:spktq
242 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
244 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
245 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
269 #define pktq_max(pq) ((int)(pq)->max)
270 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len))
271 #define pktq_full(pq) ((pq)->len >= (pq)->max)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h99 uint16 max; member in struct:pktq_prec
125 uint16 max; \
272 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
273 #define pktq_pmax(pq, prec) ((pq)->q[prec].max)
275 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
276 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
302 #define pktq_max(pq) ((int)(pq)->max)
303 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len))
304 #define pktq_full(pq) ((pq)->len >= (pq)->max)
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp96 /** max of int a, b */
97 static inline int max(int a, int b) { function
113 out->l = max(lhs->l, rhs->l);
114 out->t = max(lhs->t, rhs->t);
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp99 /** max of int a, b */
100 static inline int max(int a, int b) { function
116 out->l = max(lhs->l, rhs->l);
117 out->t = max(lhs->t, rhs->t);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dosapi.c545 max_fd_index = max(0, ipc_pipe[0]) + 1;
H A Dipc_event.c532 ret = select(max(pIpcEventChild->pipe_from_parent,pIpcEventChild->STA_socket) + 1,
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c427 pq->max = (uint16)max_len;
430 pq->q[prec].max = pq->max;
439 pq->q[prec].max = (uint16)max_len;
917 * Purpose: Compare to strings case insensitively, upto a max of 'cnt'
1842 /* clamp to max uint16 mW value */
/hardware/qcom/display/libgralloc/
H A Dframebuffer.cpp51 /** max of int a, b */
52 static inline int max(int a, int b) { function
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h337 //! Gets preview's max buffer
496 bool getPreviewFpsRange(int *min, int *max);
558 //! Gets max zoom ratio
656 //void setPreviewFpsRange(int min, int max)
H A Dvideodev2.h495 struct v4l2_fract max; /* Maximum frame interval [s] */ member in struct:v4l2_frmival_stepwise
853 As, currently, the max value is for V4L2_STD_ATSC_16_VSB (30 bits wide),
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp198 template<typename T> inline T max(T a, T b) { return (a > b) ? a : b; } function
748 int left = max(layer.displayFrame.left, 0);
807 i.top = max(r1.top, r2.top);
809 i.left = max(r1.left, r2.left);
942 last_fb = max(i, last_fb);
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c348 pq->max = (uint16)max_len;
351 pq->q[prec].max = pq->max;
793 * Purpose: Compare to strings case insensitively, upto a max of 'cnt'
1732 /* clamp to max uint16 mW value */
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c44 #define max(a, b) ( { typeof(a) __a = (a), __b = (b); __a > __b ? __a : __b; } ) macro
736 /* max downscale */
748 /* max horizontal downscale is 4, or the fclk/pixclk */
1018 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls);
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A D802.11.h299 uint8 max; member in struct:dot11_power_cap
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h305 uint8 max; member in struct:dot11_power_cap
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp416 //Filter Picture sizes based on max width and height
424 // Iterate through all the width and height to find the max value
485 static String8 create_values_range_str(int min, int max){ argument
489 if(min <= max){
493 for (int i = min + 1; i <= max; i++) {
615 * array which is smaller than the max dimension.
616 * This will be the valid max picture resolution */
756 //Query for max HFR value
817 LOGE("%s:Failed to get max zoom",__func__);
821 /* Kernel driver limits the max amoun
[all...]

Completed in 608 milliseconds

12