Searched defs:min_value (Results 1 - 10 of 10) sorted by relevance

/external/libchrome/base/test/
H A Dtest_timeouts.cc40 // 2) min_value.
43 void InitializeTimeout(const char* switch_name, int min_value, int* value) { argument
53 *value = std::max(*value, min_value);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc81 const EnumValueDescriptor* min_value = descriptor_->value(0); local
96 if (descriptor_->value(i)->number() < min_value->number()) {
97 min_value = descriptor_->value(i);
107 vars["min_name"] = min_value->name();
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c499 void *min_value, void *max_value)
507 if (!(min_value && max_value))
514 *(uint32_t*)min_value = 48;
518 *(uint32_t*)min_value = 48;
523 *(uint32_t*)min_value = 0;
567 void *min_value, void *max_value)
569 if (!(min_value && max_value))
576 *(float*)min_value = 0.f;
580 *(float*)min_value = -1.f;
584 *(uint8_t*)min_value
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) argument
566 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) argument
[all...]
/external/opencv3/modules/imgproc/test/
H A Dtest_bilateral_filter.cpp71 int getRandInt(RNG& rng, int min_value, int max_value) const;
91 int CV_BilateralFilterTest::getRandInt(RNG& rng, int min_value, int max_value) const argument
93 double rand_value = rng.uniform(log((double)min_value), log((double)max_value + 1));
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h20 int32_t min_value; // minimum value of {case_values} member in struct:v8::internal::compiler::SwitchInfo
22 size_t value_range; // |max_value - min_value| + 1
/external/pcre/dist/
H A Dpcrecpp_unittest.cc946 static const int min_value = -max_value - 1; local
950 CHECK(RE("(-?\\d+)").FullMatch("-2147483648", &v)); CHECK_EQ(v, min_value);
972 static const long long min_value = -max_value - 1; local
981 sprintf(buf, LLD, min_value);
982 CHECK(RE("(-?\\d+)").FullMatch(buf,&v)); CHECK_EQ(v, min_value);
989 sprintf(buf, LLD, min_value);
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c181 int16_t min_value = 0; local
228 min_value = tmp16no2;
232 min_value = tmp16no1;
236 if ((max_value >> 2) > min_value)
240 } else if ((max_value >> 1) > min_value)
250 tmp16no2 = (int16_t)((min_value * beta) >> 15);
/external/opencv3/modules/videoio/src/
H A Dcap_dshow.cpp3156 long min_value, max_value, stepping_delta, current_value, flags, defaultValue; local
3181 if (g_VI.getVideoSettingFilter(m_index, g_VI.getVideoPropertyFromCV(propIdx), min_value, max_value, stepping_delta, current_value, flags, defaultValue))
3192 if (g_VI.getVideoSettingCamera(m_index, g_VI.getCameraPropertyFromCV(propIdx), min_value, max_value, stepping_delta, current_value, flags, defaultValue))
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h1056 __u32 min_value; member in struct:drm_intel_sprite_colorkey
/external/libdrm/include/drm/
H A Di915_drm.h1062 __u32 min_value; member in struct:drm_intel_sprite_colorkey

Completed in 449 milliseconds