/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmux.c | 156 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/ |
D | gsettings-mapping.c | 60 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/ |
D | gstsrtenc.c | 241 "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()
|
D | gstwebvttenc.c | 262 "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/ |
D | glibconfig.h | 91 #define G_MINOFFSET G_MININT64 143 #define G_MINOFFSET G_MININT64
|
D | glibconfig.h.in | 89 #define G_MINOFFSET G_MININT64
|
D | gtimezone.c | 2007 return G_MININT64; in interval_start() 2020 return lim - (lim != G_MININT64); in interval_end() 2057 return G_MININT64; in interval_local_start()
|
D | gtypes.h | 99 #define G_MININT64 ((gint64) (-G_MAXINT64 - G_GINT64_CONSTANT(1))) macro
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautoaudiosink.c | 85 "Timestamp offset in nanoseconds", G_MININT64, G_MAXINT64, in gst_auto_audio_sink_class_init()
|
D | gstautovideosink.c | 85 "Timestamp offset in nanoseconds", G_MININT64, G_MAXINT64, in gst_auto_video_sink_class_init()
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1692 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()
|
D | utils.c | 755 G_MININT64, G_MAXINT64, G_MAXUINT64); in test_int_limits()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstmemindex.c | 365 data.low_diff = G_MININT64; in gst_mem_index_get_assoc_entry()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsystemclock.c | 55 { 0, 1, -1, G_MAXINT64 / GST_SECOND, G_MININT64 / GST_SECOND }; in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.h | 87 #define GST_CLOCK_STIME_NONE ((GstClockTimeDiff)G_MININT64)
|
D | gstutils.c | 4439 } 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/ |
D | gstmemindex.c | 367 data.low_diff = G_MININT64; in gst_mem_index_get_assoc_entry()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gtypes.in.h | 81 #define G_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000)) macro
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 294 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/ |
D | gsettings.c | 319 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/ |
D | gstgdpdepay.c | 109 G_MININT64, G_MAXINT64, 0, in gst_gdp_depay_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfvp9enc.cpp | 281 G_MININT64, G_MAXINT64, device_caps->adapter_luid, in gst_mf_vp9_enc_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspasource.c | 563 "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/ |
D | gstdvbsubenc.c | 131 G_MININT64, G_MAXINT64, 0, in gst_dvb_sub_enc_class_init()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglsinkbin.c | 160 "Timestamp offset in nanoseconds", G_MININT64, G_MAXINT64, in gst_gl_sink_bin_class_init()
|