/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 284 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/ |
D | audio-resampler-x86-sse41.c | 73 *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()
|
D | audio-quantize.c | 73 } else if (val < 0 && res < 0 && G_MININT32 - res >= val){ \ 74 res = G_MININT32; \
|
/third_party/glib/gio/ |
D | gsettings-mapping.c | 50 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()
|
D | glib-compile-schemas.c | 99 (value > G_MAXINT32 || value < G_MININT32))) in enum_state_add_value()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | fft.c | 217 in[i + 3] = G_MININT32; in GST_START_TEST() 257 in[i + 1] = G_MININT32; in GST_START_TEST()
|
/third_party/glib/glib/ |
D | glib-init.c | 65 TEST_INT32_MIN = G_MININT32,
|
D | gtypes.h | 90 #define G_MININT32 ((gint32) (-G_MAXINT32 - 1)) macro
|
D | gvariant-parser.c | 1961 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/ |
D | gsth264picture.c | 122 dpb->last_output_poc = G_MININT32; in gst_h264_dpb_init() 309 dpb->last_output_poc = G_MININT32; in gst_h264_dpb_add()
|
D | gsth265decoder.c | 187 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()
|
D | gsth264decoder.c | 344 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/ |
D | gtypes.in.h | 77 #define G_MININT32 ((gint32) 0x80000000) macro
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioamplify.c | 125 #define MIN_gint32 G_MININT32
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 688 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/ |
D | utils.c | 754 G_MININT32, G_MAXINT32, G_MAXUINT32, in test_int_limits()
|
D | gvariant.c | 4241 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/ |
D | gstvolume.c | 80 #define VOLUME_MIN_INT32 G_MININT32
|
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc.c | 882 RANGE (num, G_MININT32, G_MAXINT32); in parse_number()
|
/third_party/glib/gio/tests/ |
D | gsettings.c | 301 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/ |
D | glib-sections.txt | 44 G_MININT32
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 3476 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()
|
D | gstqtmux.c | 648 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/ |
D | NEWS | 2087 - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 7386 the last_output_poc to G_MININT32 can avoid this. 7396 the last_output_poc to G_MININT32 can avoid this.
|