Searched refs:max_value (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/private/ui/
H A DRegionHelper.h32 static const TYPE max_value = std::numeric_limits<TYPE>::max(); member in class:android::region_operator
101 : lhs_head(max_value), lhs_tail(max_value),
102 rhs_head(max_value), rhs_tail(max_value) {
213 aTop = max_value;
214 aBottom = max_value;
238 SpannerBase::rhs_head = max_value;
239 SpannerBase::rhs_tail = max_value;
241 SpannerBase::lhs_head = max_value;
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioGain.h40 void setMaxValueInMb(int maxValue) { mGain.max_value = maxValue; }
41 int getMaxValueInMb() const { return mGain.max_value; }
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioGain.cpp72 (config->values[0] > mGain.max_value)) {
87 (config->values[i] > mGain.max_value)) {
115 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
/frameworks/rs/script_api/include/
H A Drs_math.rsh728 * if value < min_value, max_value if value > max_value, otherwise value.
733 * If min_value is greater than max_value, the results are undefined.
738 * max_value: High bound, must match the type of low.
741 clamp(float value, float min_value, float max_value);
744 clamp(float2 value, float2 min_value, float2 max_value);
747 clamp(float3 value, float3 min_value, float3 max_value);
750 clamp(float4 value, float4 min_value, float4 max_value);
753 clamp(float2 value, float min_value, float max_value);
756 clamp(float3 value, float min_value, float max_value);
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp530 if (cur->right > region_operator<Rect>::max_value) {
531 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
534 if (cur->bottom > region_operator<Rect>::max_value) {
535 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
/frameworks/rs/script_api/
H A Drs_math.spec501 arg: #2#1 max_value, above(min_value), "High bound, must match the type of low."
505 if value &lt; min_value, max_value if value &gt; max_value, otherwise value.
510 If min_value is greater than max_value, the results are undefined.
521 arg: #2 max_value, above(min_value)
532 arg: #2#1 max_value, above(min_value)
543 arg: #2 max_value, above(min_value)
554 arg: #2#1 max_value, above(min_value)
565 arg: #2 max_value, above(min_value)
3398 arg: int max_value
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1072 nAudioPort->gains[j].max_value,

Completed in 181 milliseconds