Home
last modified time | relevance | path

Searched refs:G_MAXDOUBLE (Results 1 – 25 of 46) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/audiofxbad/
Dgstaudiochannelmix.c125 -G_MAXDOUBLE, G_MAXDOUBLE, 1.0, in gst_audio_channel_mix_class_init()
131 -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_audio_channel_mix_class_init()
137 -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_audio_channel_mix_class_init()
143 -G_MAXDOUBLE, G_MAXDOUBLE, 1.0, in gst_audio_channel_mix_class_init()
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstwaterripple.c219 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_AMPLITUDE, in gst_water_ripple_class_init()
223 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_PHASE, in gst_water_ripple_class_init()
227 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_WAVELENGTH, in gst_water_ripple_class_init()
Dgstcircle.c214 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_ANGLE, in gst_circle_class_init()
219 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_SPREAD_ANGLE, in gst_circle_class_init()
Dgstkaleidoscope.c220 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_ANGLE, in gst_kaleidoscope_class_init()
225 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_ANGLE, in gst_kaleidoscope_class_init()
Dgsttwirl.c190 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_ANGLE, in gst_twirl_class_init()
Dgstrotate.c207 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_ANGLE, in gst_rotate_class_init()
Dgstsphere.c211 -G_MAXDOUBLE, G_MAXDOUBLE, DEFAULT_REFRACTION, in gst_sphere_class_init()
Dgstperspective.c239 -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_perspective_class_init()
Dgstmarble.c253 0, G_MAXDOUBLE, DEFAULT_XSCALE, in gst_marble_class_init()
258 0, G_MAXDOUBLE, DEFAULT_YSCALE, in gst_marble_class_init()
Dgstdiffuse.c215 1, G_MAXDOUBLE, DEFAULT_SCALE, in gst_diffuse_class_init()
/third_party/glib/glib/tests/
Drand.c165 d = g_random_double_range (-G_MAXDOUBLE, G_MAXDOUBLE); in test_double_range()
167 g_assert_cmpfloat (-G_MAXDOUBLE, <=, d); in test_double_range()
168 g_assert_cmpfloat (d, <, G_MAXDOUBLE); in test_double_range()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioiirfilter.c113 "Filter coefficient", -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_audio_iir_filter_class_init()
120 "Filter coefficient", -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_audio_iir_filter_class_init()
Daudiofirfilter.c118 "Element of the filter kernel", -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_audio_fir_filter_class_init()
/third_party/glib/tests/gobject/
Dgvalue-test.c206 error = collect (&value, G_MAXDOUBLE); in test_collection()
208 g_assert (g_value_get_double (&value) == G_MAXDOUBLE); in test_collection()
341 g_value_set_double (&value, G_MAXDOUBLE); in test_copying()
344 g_assert (c == G_MAXDOUBLE); in test_copying()
/third_party/gstreamer/gstplugins_good/gst/cutter/
Dgstcutter.c117 -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_cutter_class_init()
122 -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_cutter_class_init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcvlaplace.cpp155 G_MAXDOUBLE, DEFAULT_SCALE_FACTOR, in gst_cv_laplace_class_init()
159 "Value added to the scaled source array elements", 0.0, G_MAXDOUBLE, in gst_cv_laplace_class_init()
Dgstcvsmooth.cpp198 0, G_MAXDOUBLE, DEFAULT_COLORSIGMA, in gst_cv_smooth_class_init()
203 0, G_MAXDOUBLE, DEFAULT_SPATIALSIGMA, in gst_cv_smooth_class_init()
Dgstretinex.cpp184 "Sigma", 0.0, G_MAXDOUBLE, DEFAULT_SIGMA, in gst_retinex_class_init()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfalaw.c287 gdouble min = G_MAXDOUBLE; in mxf_alaw_get_edit_rate()
304 if (min == G_MAXDOUBLE) { in mxf_alaw_get_edit_rate()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c151 G_MINDOUBLE, G_MAXDOUBLE, DEFAULT_RATE, G_PARAM_READWRITE)); in gst_push_file_src_class_init()
155 "Applied rate to use in TIME SEGMENT", G_MINDOUBLE, G_MAXDOUBLE, in gst_push_file_src_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dstreamvolume.c58 0.0, G_MAXDOUBLE, 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_stream_volume_class_init()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dfpsdisplaysink.c156 "-1 means no measurement has yet been done", -1, G_MAXDOUBLE, -1, in fps_display_sink_class_init()
162 "-1 means no measurement has yet been done", -1, G_MAXDOUBLE, -1, in fps_display_sink_class_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c834 "double", G_TYPE_DOUBLE, G_MAXDOUBLE, "frag", GST_TYPE_FRACTION, 39, 14, in GST_START_TEST()
846 fail_unless_equals_float (d, G_MAXDOUBLE); in GST_START_TEST()
878 fail_unless_equals_float (d, G_MAXDOUBLE); in GST_START_TEST()
/third_party/glib/glib/
Dglibconfig.h29 #define G_MAXDOUBLE DBL_MAX macro
/third_party/glib/gio/tests/
Dgsettings.c341 g_settings_set (settings, "test-double", "d", G_MAXDOUBLE); in test_basic_types()
343 g_assert_cmpfloat (d, ==, G_MAXDOUBLE); in test_basic_types()
1132 g_param_spec_double ("double", "", "", -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, G_PARAM_READWRITE)); in test_object_class_init()
1318 g_object_set (obj, "double", G_MAXDOUBLE, NULL); in test_simple_binding()
1319 g_assert_cmpfloat (g_settings_get_double (settings, "double"), ==, G_MAXDOUBLE); in test_simple_binding()

12