/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlwindow.c | 427 wl_region_add (region, 0, 0, G_MAXINT32, G_MAXINT32); in gst_wl_window_set_opaque() 434 wl_region_add (region, 0, 0, G_MAXINT32, G_MAXINT32); in gst_wl_window_set_opaque() 456 wl_surface_damage_buffer (window->video_surface_wrapper, 0, 0, G_MAXINT32, in gst_wl_window_render() 457 G_MAXINT32); in gst_wl_window_render() 531 wl_surface_damage_buffer (window->area_surface_wrapper, 0, 0, G_MAXINT32, in gst_wl_window_update_borders() 532 G_MAXINT32); in gst_wl_window_update_borders()
|
/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() 327 G_MAXINT32, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_video_test_src_class_init() [all …]
|
/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() 159 if (u <= G_MAXINT32) in g_settings_set_mapping_unsigned_int() 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() 302 return (u <= G_MAXINT32); in g_settings_get_mapping_unsigned_int()
|
/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 | 71 if (val > 0 && res > 0 && G_MAXINT32 - res <= val){ \ 72 res = G_MAXINT32; \
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264picture.c | 55 pic->top_field_order_cnt = G_MAXINT32; in gst_h264_picture_new() 56 pic->bottom_field_order_cnt = G_MAXINT32; in gst_h264_picture_new() 719 lowest_poc = G_MAXINT32; in gst_h264_dpb_needs_bump() 747 g_assert (dpb->last_output_poc < G_MAXINT32); in gst_h264_dpb_needs_bump()
|
D | gstmpeg2picture.c | 62 pic->pic_order_cnt = G_MAXINT32; in gst_mpeg2_picture_new()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 240 fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 1, G_MAXINT32, in GST_START_TEST() 241 G_MAXINT32) != G_MAXUINT64 - 1); in GST_START_TEST() 242 fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 100, G_MAXINT32, in GST_START_TEST() 243 G_MAXINT32) != G_MAXUINT64 - 100); in GST_START_TEST() 247 fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 1, G_MAXINT32, in GST_START_TEST() 918 gint32 a = randguint64 (rng, G_MAXINT32); in _gmp_test_scale_int() 919 gint32 b = randguint64 (rng, G_MAXINT32 - 1) + 1; /* 0 not allowed */ in _gmp_test_scale_int()
|
/third_party/libsoup/libsoup/ |
D | soup-cache.c | 1154 max_age = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response() 1166 max_stale = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response() 1168 max_stale = G_MAXINT32; in soup_cache_has_response() 1173 min_fresh = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response() 1204 if (max_stale == G_MAXINT32) in soup_cache_has_response()
|
D | soup-date.c | 709 return (time_t)G_MAXINT32; in soup_date_to_time_t() 722 return (time_t) (sizeof (time_t) == 4 ? MIN(seconds, G_MAXINT32) : seconds); in soup_date_to_time_t()
|
/third_party/glib/glib/ |
D | gtypes.h | 90 #define G_MININT32 ((gint32) (-G_MAXINT32 - 1)) 91 #define G_MAXINT32 ((gint32) 0x7fffffff) macro
|
D | glib-init.c | 66 TEST_INT32_MAX = G_MAXINT32
|
D | gvariant-parser.c | 1958 if (abs_val - negative > G_MAXINT32) in number_get_value() 1960 if (negative && abs_val > G_MAXINT32) in number_get_value() 1984 if (abs_val - negative > G_MAXINT32) in number_get_value() 1986 if (negative && abs_val > G_MAXINT32) in number_get_value()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | rndbuffersize.c | 145 0, G_MAXINT32, DEFAULT_MIN, in gst_rnd_buffer_size_class_init() 149 1, G_MAXINT32, DEFAULT_MAX, in gst_rnd_buffer_size_class_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | fft.c | 215 in[i + 1] = G_MAXINT32; in GST_START_TEST() 256 in[i] = G_MAXINT32; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpchunkstream.c | 154 if (ABS (GST_CLOCK_DIFF (old_dts, dts)) > GST_MSECOND * G_MAXINT32) { in dts_diff_to_delta_ts() 516 if (delta_64 > G_MAXINT32) { in gst_rtmp_chunk_stream_parse_header()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11basefilter.cpp | 82 -1, G_MAXINT32, DEFAULT_ADAPTER, in gst_d3d11_base_filter_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasiosink.cpp | 102 0, G_MAXINT32, DEFAULT_BUFFER_SIZE, in gst_asio_sink_class_init()
|
D | gstasiosrc.cpp | 104 0, G_MAXINT32, DEFAULT_BUFFER_SIZE, in gst_asio_src_class_init()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gtypes.in.h | 78 #define G_MAXINT32 ((gint32) 0x7fffffff) macro
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsrc.c | 220 self->next_pktseq = (mctrl.pktseq + 1) % G_MAXINT32; in gst_srt_src_fill()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioamplify.c | 126 #define MAX_gint32 G_MAXINT32
|
/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/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.c | 1338 if (diff > G_MAXINT32) { in gst_rtp_buffer_ext_timestamp() 1346 if (diff > G_MAXINT32) { in gst_rtp_buffer_ext_timestamp()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2sink.c | 703 if (timestamp + self->base_ts + G_MAXINT32 < self->last_ts) { in buffer_to_message() 709 } else if (timestamp + self->base_ts > self->last_ts + G_MAXINT32) { in buffer_to_message()
|