Home
last modified time | relevance | path

Searched refs:G_MININT64 (Results 1 – 25 of 60) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c156 mux->first_pcr_ts = G_MININT64; in tsmux_new()
850 if (mux->first_pcr_ts != G_MININT64) { in tsmux_packet_out()
1327 if (ts == G_MININT64) { in ts_to_pcr()
1341 if (mux->first_pcr_ts == G_MININT64) { in get_current_pcr()
1342 g_assert (cur_ts != G_MININT64); in get_current_pcr()
1359 if (mux->first_pcr_ts == G_MININT64) { in get_next_pcr()
1360 g_assert (cur_ts != G_MININT64); in get_next_pcr()
1600 if (tsmux_stream_get_dts (stream) != G_MININT64) in tsmux_write_stream_packet()
1619 if (stream->dts != G_MININT64) in tsmux_write_stream_packet()
1621 if (stream->pts != G_MININT64) in tsmux_write_stream_packet()
/third_party/glib/gio/
Dgsettings-mapping.c60 if (G_MININT64 <= l && l <= G_MAXINT64) in g_settings_set_mapping_int()
115 if (G_MININT64 <= l && l <= G_MAXINT64) in g_settings_set_mapping_float()
219 return (G_MININT64 <= l && l <= G_MAXINT64); in g_settings_get_mapping_int()
264 return (G_MININT64 <= l && l <= G_MAXINT64); in g_settings_get_mapping_float()
/third_party/gstreamer/gstplugins_bad/gst/subenc/
Dgstsrtenc.c241 "Offset for the starttime for the subtitles", G_MININT64, G_MAXINT64, in gst_srt_enc_class_init()
246 "Offset for the duration of the subtitles", G_MININT64, G_MAXINT64, in gst_srt_enc_class_init()
Dgstwebvttenc.c262 "Offset for the starttime for the subtitles", G_MININT64, G_MAXINT64, in gst_webvtt_enc_class_init()
267 "Offset for the duration of the subtitles", G_MININT64, G_MAXINT64, in gst_webvtt_enc_class_init()
/third_party/glib/glib/
Dglibconfig.h91 #define G_MINOFFSET G_MININT64
143 #define G_MINOFFSET G_MININT64
Dglibconfig.h.in89 #define G_MINOFFSET G_MININT64
Dgtimezone.c2007 return G_MININT64; in interval_start()
2020 return lim - (lim != G_MININT64); in interval_end()
2057 return G_MININT64; in interval_local_start()
Dgtypes.h99 #define G_MININT64 ((gint64) (-G_MAXINT64 - G_GINT64_CONSTANT(1))) macro
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautoaudiosink.c85 "Timestamp offset in nanoseconds", G_MININT64, G_MAXINT64, in gst_auto_audio_sink_class_init()
Dgstautovideosink.c85 "Timestamp offset in nanoseconds", G_MININT64, G_MAXINT64, in gst_auto_video_sink_class_init()
/third_party/glib/glib/tests/
Dstrfuncs.c1692 check_int64 ("-9223372036854775808", "", 10, G_MININT64, 0); in test_strtoll()
1693 check_int64 ("-9223372036854775809", "", 10, G_MININT64, ERANGE); in test_strtoll()
2507 G_MININT64, in test_ascii_string_to_number_pathological()
2515 G_MININT64, in test_ascii_string_to_number_pathological()
2533 G_MININT64, in test_ascii_string_to_number_pathological()
2542 G_MININT64, in test_ascii_string_to_number_pathological()
2547 g_assert_cmpint (svalue, ==, G_MININT64); in test_ascii_string_to_number_pathological()
Dutils.c755 G_MININT64, G_MAXINT64, G_MAXUINT64); in test_int_limits()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstmemindex.c365 data.low_diff = G_MININT64; in gst_mem_index_get_assoc_entry()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c55 { 0, 1, -1, G_MAXINT64 / GST_SECOND, G_MININT64 / GST_SECOND }; in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h87 #define GST_CLOCK_STIME_NONE ((GstClockTimeDiff)G_MININT64)
Dgstutils.c4439 } else if (G_UNLIKELY (tmp < 0 && sxx < 0 && (G_MININT64 - sxx >= tmp))) { in gst_calculate_linear_regression()
4445 } while (G_MININT64 - sxx >= tmp); in gst_calculate_linear_regression()
4458 } else if (G_UNLIKELY (tmp < 0 && syy < 0 && (G_MININT64 - syy >= tmp))) { in gst_calculate_linear_regression()
4463 } while (G_MININT64 - syy >= tmp); in gst_calculate_linear_regression()
4476 } else if (G_UNLIKELY (tmp < 0 && sxy < 0 && (G_MININT64 - sxy >= tmp))) { in gst_calculate_linear_regression()
4481 } while (G_MININT64 - sxy >= tmp); in gst_calculate_linear_regression()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstmemindex.c367 data.low_diff = G_MININT64; in gst_mem_index_get_assoc_entry()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h81 #define G_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000)) macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c294 G_MININT64, G_MAXINT64, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); in gst_player_class_init()
299 G_MININT64, G_MAXINT64, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); in gst_player_class_init()
/third_party/glib/gio/tests/
Dgsettings.c319 g_settings_set (settings, "test-int64", "x", G_MININT64); in test_basic_types()
321 g_assert_cmpuint (i64, ==, G_MININT64); in test_basic_types()
1128 g_param_spec_int64 ("int64", "", "", G_MININT64, G_MAXINT64, 0, G_PARAM_READWRITE)); in test_object_class_init()
1272 g_settings_set (settings, "int64", "x", (gint64) G_MININT64); in test_simple_binding()
1275 g_assert_cmpint (i64, ==, G_MININT64); in test_simple_binding()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdpdepay.c109 G_MININT64, G_MAXINT64, 0, in gst_gdp_depay_class_init()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvp9enc.cpp281 G_MININT64, G_MAXINT64, device_caps->adapter_luid, in gst_mf_vp9_enc_class_init()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c563 "An offset added to timestamps set on buffers (in ns)", G_MININT64, in gst_ladspa_source_type_class_init()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc.c131 G_MININT64, G_MAXINT64, 0, in gst_dvb_sub_enc_class_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglsinkbin.c160 "Timestamp offset in nanoseconds", G_MININT64, G_MAXINT64, in gst_gl_sink_bin_class_init()

123