Home
last modified time | relevance | path

Searched refs:G_MAXINT32 (Results 1 – 25 of 57) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.c427 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/
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()
327 G_MAXINT32, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_video_test_src_class_init()
[all …]
/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()
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/
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.c71 if (val > 0 && res > 0 && G_MAXINT32 - res <= val){ \
72 res = G_MAXINT32; \
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c55 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()
Dgstmpeg2picture.c62 pic->pic_order_cnt = G_MAXINT32; in gst_mpeg2_picture_new()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c240 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/
Dsoup-cache.c1154 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()
Dsoup-date.c709 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/
Dgtypes.h90 #define G_MININT32 ((gint32) (-G_MAXINT32 - 1))
91 #define G_MAXINT32 ((gint32) 0x7fffffff) macro
Dglib-init.c66 TEST_INT32_MAX = G_MAXINT32
Dgvariant-parser.c1958 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/
Drndbuffersize.c145 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/
Dfft.c215 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/
Drtmpchunkstream.c154 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/
Dgstd3d11basefilter.cpp82 -1, G_MAXINT32, DEFAULT_ADAPTER, in gst_d3d11_base_filter_class_init()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasiosink.cpp102 0, G_MAXINT32, DEFAULT_BUFFER_SIZE, in gst_asio_sink_class_init()
Dgstasiosrc.cpp104 0, G_MAXINT32, DEFAULT_BUFFER_SIZE, in gst_asio_src_class_init()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h78 #define G_MAXINT32 ((gint32) 0x7fffffff) macro
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtsrc.c220 self->next_pktseq = (mctrl.pktseq + 1) % G_MAXINT32; in gst_srt_src_fill()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioamplify.c126 #define MAX_gint32 G_MAXINT32
/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/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c1338 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/
Dgstrtmp2sink.c703 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()

123