Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DRange.aidl102 AcousticEchoCanceler max;
108 AutomaticGainControlV1 max;
114 AutomaticGainControlV2 max;
120 BassBoost max;
126 Downmix max;
132 DynamicsProcessing max;
138 EnvironmentalReverb max;
144 Equalizer max;
150 HapticGenerator max;
156 LoudnessEnhancer max;
[all …]
/hardware/interfaces/audio/aidl/common/
DEffectRangeSpecific.cpp29 const DynamicsProcessing::InputGain& max) { in isInputGainConfigInRange() argument
33 return isTupleInRange(cfgs, min, max, func); in isInputGainConfigInRange()
38 const DynamicsProcessing::LimiterConfig& max) { in isLimiterConfigInRange() argument
43 return isTupleInRange(cfgs, min, max, func); in isLimiterConfigInRange()
48 const DynamicsProcessing::MbcBandConfig& max) { in isMbcBandConfigInRange() argument
55 return isTupleInRange(cfgs, min, max, func); in isMbcBandConfigInRange()
60 const DynamicsProcessing::EqBandConfig& max) { in isEqBandConfigInRange() argument
65 return isTupleInRange(cfgs, min, max, func); in isEqBandConfigInRange()
70 const DynamicsProcessing::ChannelConfig& max) { in isChannelConfigInRange() argument
74 return isTupleInRange(cfgs, min, max, func); in isChannelConfigInRange()
[all …]
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DRange.aidl56 android.hardware.audio.effect.AcousticEchoCanceler max;
61 android.hardware.audio.effect.AutomaticGainControlV1 max;
66 android.hardware.audio.effect.AutomaticGainControlV2 max;
71 android.hardware.audio.effect.BassBoost max;
76 android.hardware.audio.effect.Downmix max;
81 android.hardware.audio.effect.DynamicsProcessing max;
86 android.hardware.audio.effect.EnvironmentalReverb max;
91 android.hardware.audio.effect.Equalizer max;
96 android.hardware.audio.effect.HapticGenerator max;
101 android.hardware.audio.effect.LoudnessEnhancer max;
[all …]
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DRange.aidl56 android.hardware.audio.effect.AcousticEchoCanceler max;
61 android.hardware.audio.effect.AutomaticGainControlV1 max;
66 android.hardware.audio.effect.AutomaticGainControlV2 max;
71 android.hardware.audio.effect.BassBoost max;
76 android.hardware.audio.effect.Downmix max;
81 android.hardware.audio.effect.DynamicsProcessing max;
86 android.hardware.audio.effect.EnvironmentalReverb max;
91 android.hardware.audio.effect.Equalizer max;
96 android.hardware.audio.effect.HapticGenerator max;
101 android.hardware.audio.effect.LoudnessEnhancer max;
[all …]
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectRange.h32 bool isTupleInRange(const T& test, const T& min, const T& max, std::index_sequence<Is...>) { in isTupleInRange() argument
33 return (isInRange(std::get<Is>(test), std::get<Is>(min), std::get<Is>(max)) && ...); in isTupleInRange()
37 bool isTupleInRange(const T& test, const T& min, const T& max) { in isTupleInRange() argument
38 return isTupleInRange(test, min, max, std::make_index_sequence<TupSize>{}); in isTupleInRange()
42 bool isTupleInRange(const std::vector<T>& cfgs, const T& min, const T& max, const F& func) { in isTupleInRange() argument
43 auto minT = func(min), maxT = func(max); in isTupleInRange()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp37 …ALOGD("src_f_w (%d, %d, %d)", res.restriction.src_f_w.min, res.restriction.src_f_w.max, res.restri… in printDppRestriction()
38 …ALOGD("src_f_h (%d, %d, %d)", res.restriction.src_f_h.min, res.restriction.src_f_h.max, res.restri… in printDppRestriction()
39 …ALOGD("src_w (%d, %d, %d)", res.restriction.src_w.min, res.restriction.src_w.max, res.restriction.… in printDppRestriction()
40 …ALOGD("src_h (%d, %d, %d)", res.restriction.src_h.min, res.restriction.src_h.max, res.restriction.… in printDppRestriction()
43 …ALOGD("dst_f_w (%d, %d, %d)", res.restriction.dst_f_w.min, res.restriction.dst_f_w.max, res.restri… in printDppRestriction()
44 …ALOGD("dst_f_h (%d, %d, %d)", res.restriction.dst_f_h.min, res.restriction.dst_f_h.max, res.restri… in printDppRestriction()
45 …ALOGD("dst_w (%d, %d, %d)", res.restriction.dst_w.min, res.restriction.dst_w.max, res.restriction.… in printDppRestriction()
46 …ALOGD("dst_h (%d, %d, %d)", res.restriction.dst_h.min, res.restriction.dst_h.max, res.restriction.… in printDppRestriction()
50 …ALOGD("blk_w (%d, %d, %d)", res.restriction.blk_w.min, res.restriction.blk_w.max, res.restriction.… in printDppRestriction()
51 …ALOGD("blk_h (%d, %d, %d)", res.restriction.blk_h.min, res.restriction.blk_h.max, res.restriction.… in printDppRestriction()
[all …]
/hardware/libhardware/modules/consumerir/
Dconsumerir.c32 {.min = 30000, .max = 30000},
33 {.min = 33000, .max = 33000},
34 {.min = 36000, .max = 36000},
35 {.min = 38000, .max = 38000},
36 {.min = 40000, .max = 40000},
37 {.min = 56000, .max = 56000},
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c50 #define check_range(val, min, max) \ argument
51 (((val < min) ? (min) : (val > max) ? (max) : (val)))
56 #define percent_to_index(val, min, max) \ argument
57 ((val) * ((max) - (min)) * 0.01 + (min) + .5)
137 unsigned max = mixer->ctl[n].info->value.enumerated.items; in mixer_close() local
138 for (m = 0; m < max; m++) in mixer_close()
261 ei->value.integer.max, in mixer_dump()
268 ei->value.integer64.max, in mixer_dump()
313 long *min, long *max, unsigned int *tlv_type) in mixer_ctl_read_tlv() argument
362 *max = (ctl->info->value.integer.max); in mixer_ctl_read_tlv()
[all …]
/hardware/st/secure_element2/secure_element/esehal/src/
Dtransport.c111 int len, max; in block_recv() local
148 max = 2 + crc_length(t1); in block_recv()
149 len = spi_read(fd, s + 1, max); in block_recv()
156 max += s[2]; in block_recv()
157 if ((size_t)max > n) in block_recv()
167 return max + 1; in block_recv()
/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dtransport.c111 int len, max; in block_recv() local
148 max = 2 + crc_length(t1); in block_recv()
149 len = spi_read(fd, s + 1, max); in block_recv()
156 max += s[2]; in block_recv()
157 if ((size_t)max > n) in block_recv()
167 return max + 1; in block_recv()
/hardware/libhardware/modules/camera/3_4/metadata/
Dslider_control_options.h35 const T& max, in SliderControlOptions() argument
37 : min_(min), max_(max), defaults_(defaults){}; in SliderControlOptions()
38 SliderControlOptions(const T& min, const T& max, std::map<int, T> defaults) in SliderControlOptions() argument
40 max_(max), in SliderControlOptions()
Dranged_converter.h37 TV4L2 max,
58 TV4L2 max, in RangedConverter() argument
62 max_(max), in RangedConverter()
/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp85 max(SND_MIXER_VOL_RANGE_MAX), in mixer_info_t()
92 long max; member
197 getVolumeRange[i] (elem, &info->min, &info->max); in ALSAMixer()
198 info->volume = info->max; in ALSAMixer()
234 getVolumeRange[i] (elem, &info->min, &info->max); in ALSAMixer()
235 info->volume = info->max; in ALSAMixer()
273 long maxVol = info->max; in setMasterVolume()
292 long maxVol = info->max; in setMasterGain()
314 long maxVol = info->max; in setVolume()
337 long maxVol = info->max; in setGain()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_pp_manager.h42 uint32_t version = std::numeric_limits<uint32_t>::max();
61 uint32_t object_type_ = std::numeric_limits<uint32_t>::max();
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_rome.h151 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max)) argument
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_rome.h152 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max)) argument
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_rome.h153 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max)) argument
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_rome.h152 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max)) argument
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhw_rome.h152 #define CALC_SEG_SIZE(len, max) ((plen) % (max))?((plen/max)+1) : ((plen) / (max)) argument
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp111 maxLatency = std::max(maxLatency, proxy_get_latency(proxy.get())); in transfer()
115 maxLatency = std::min(maxLatency, static_cast<unsigned>(std::numeric_limits<int32_t>::max())); in transfer()
141 if (hwFrames > std::numeric_limits<int64_t>::max()) { in refinePosition()
142 hwFrames -= std::numeric_limits<int64_t>::max(); in refinePosition()
/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-internal.h65 #ifndef max
67 static inline T max(T val1, T val2) { in max() function
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DUtils.h40 constexpr auto kNoTiming = Timing{.timeOnDevice = std::numeric_limits<uint64_t>::max(),
41 .timeInDriver = std::numeric_limits<uint64_t>::max()};
/hardware/interfaces/ir/1.0/default/
DConsumerIr.cpp59 rangeVec[i].max = static_cast<uint32_t>(rangeAr[i].max); in getCarrierFreqs()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/
DFreqRange.aidl38 int max;
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/
DFreqRange.aidl38 int max;

12345678910>>...15