Home
last modified time | relevance | path

Searched refs:G_MININT32 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c284 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
289 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
294 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
299 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
304 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
308 "Zoneplate y*t product phase", G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
312 "Zoneplate x*y product phase", G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
317 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
322 G_MININT32, G_MAXINT32, 0, in gst_video_test_src_class_init()
326 "Zoneplate 2nd order t phase, t*t/256 cycles per picture", G_MININT32, in gst_video_test_src_class_init()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-x86-sse41.c73 *o = CLAMP (res, G_MININT32, G_MAXINT32); in inner_product_gint32_full_1_sse41()
116 *o = CLAMP (res, G_MININT32, G_MAXINT32); in inner_product_gint32_linear_1_sse41()
181 *o = CLAMP (res, G_MININT32, G_MAXINT32); in inner_product_gint32_cubic_1_sse41()
Daudio-quantize.c73 } else if (val < 0 && res < 0 && G_MININT32 - res >= val){ \
74 res = G_MININT32; \
/third_party/glib/gio/
Dgsettings-mapping.c50 if (G_MININT32 <= l && l <= G_MAXINT32) in g_settings_set_mapping_int()
105 if (G_MININT32 <= l && l <= G_MAXINT32) in g_settings_set_mapping_float()
209 return (G_MININT32 <= l && l <= G_MAXINT32); in g_settings_get_mapping_int()
254 return (G_MININT32 <= l && l <= G_MAXINT32); in g_settings_get_mapping_float()
Dglib-compile-schemas.c99 (value > G_MAXINT32 || value < G_MININT32))) in enum_state_add_value()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c217 in[i + 3] = G_MININT32; in GST_START_TEST()
257 in[i + 1] = G_MININT32; in GST_START_TEST()
/third_party/glib/glib/
Dglib-init.c65 TEST_INT32_MIN = G_MININT32,
Dgtypes.h90 #define G_MININT32 ((gint32) (-G_MAXINT32 - 1)) macro
Dgvariant-parser.c1961 return g_variant_new_int32 (G_MININT32); in number_get_value()
1987 return g_variant_new_handle (G_MININT32); in number_get_value()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c122 dpb->last_output_poc = G_MININT32; in gst_h264_dpb_init()
309 dpb->last_output_poc = G_MININT32; in gst_h264_dpb_add()
Dgsth265decoder.c187 priv->last_output_poc = G_MININT32; in gst_h265_decoder_init()
1536 priv->last_output_poc = G_MININT32; in gst_h265_decoder_clear_dpb()
1550 priv->last_output_poc = G_MININT32; in gst_h265_decoder_drain_internal()
1589 priv->last_output_poc = G_MININT32; in gst_h265_decoder_dpb_init()
Dgsth264decoder.c344 priv->last_output_poc = G_MININT32; in gst_h264_decoder_init()
486 priv->last_output_poc = G_MININT32; in gst_h264_decoder_clear_dpb()
1904 priv->last_output_poc = G_MININT32; in gst_h264_decoder_drain_internal()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h77 #define G_MININT32 ((gint32) 0x80000000) macro
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioamplify.c125 #define MIN_gint32 G_MININT32
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c688 gint32 in[] = { 0, G_MININT32, G_MAXINT32, in GST_START_TEST()
711 gint32 in[] = { 0, G_MININT32, G_MAXINT32, in GST_START_TEST()
1117 gint32 data[] = { 0, G_MININT32, G_MAXINT32, in GST_START_TEST()
/third_party/glib/glib/tests/
Dutils.c754 G_MININT32, G_MAXINT32, G_MAXUINT32, in test_int_limits()
Dgvariant.c4241 test_bound (INT32, int32, "-2147483648", G_MININT32); in test_parser_integer_bounds()
4245 test_bound (HANDLE, handle, "-2147483648", G_MININT32); in test_parser_integer_bounds()
4528 a = untrusted (g_variant_new_int32 (G_MININT32)); in test_compare()
4596 a = untrusted (g_variant_new_int32 (G_MININT32)); in test_equal()
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c80 #define VOLUME_MIN_INT32 G_MININT32
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c882 RANGE (num, G_MININT32, G_MAXINT32); in parse_number()
/third_party/glib/gio/tests/
Dgsettings.c301 g_settings_set (settings, "test-int32", "i", G_MININT32); in test_basic_types()
303 g_assert_cmpint (i32, ==, G_MININT32); in test_basic_types()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt44 G_MININT32
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c3476 if (ct == G_MININT32) in qtdemux_parse_trun()
9555 if (G_UNLIKELY ((ctts_version == 0 || offset != G_MININT32) in qtdemux_stbl_init()
9569 if (offset != G_MININT32 && offset < cslg_least) in qtdemux_stbl_init()
9597 if (G_UNLIKELY ((ctts_version == 0 || offset != G_MININT32) in qtdemux_stbl_init()
10045 if (ctts_soffset == G_MININT32) in qtdemux_parse_samples()
Dgstqtmux.c648 G_MININT32, G_MAXINT32, 0, in gst_qt_mux_class_init()
653 G_MININT32, G_MAXINT32, 0, in gst_qt_mux_class_init()
/third_party/glib/
DNEWS2087 - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
/third_party/gstreamer/gstplugins_bad/
DChangeLog7386 the last_output_poc to G_MININT32 can avoid this.
7396 the last_output_poc to G_MININT32 can avoid this.

12