Home
last modified time | relevance | path

Searched refs:g_date_time_ref (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/
Dgdatetime.h102 GDateTime * g_date_time_ref (GDateTime *datetime);
Dgbookmarkfile.c2557 item->added = g_date_time_ref (added); in g_bookmark_file_set_added_date_time()
2559 item->modified = g_date_time_ref (added); in g_bookmark_file_set_added_date_time()
2692 item->modified = g_date_time_ref (modified); in g_bookmark_file_set_modified_date_time()
2827 item->visited = g_date_time_ref (visited); in g_bookmark_file_set_visited_date_time()
3533 ai->stamp = g_date_time_ref (stamp); in g_bookmark_file_set_application_info()
Dgdatetime.c694 g_date_time_ref (GDateTime *datetime) in g_date_time_ref() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c187 ret = g_date_time_ref (tc->config.latest_daily_jam); in gst_video_time_code_to_date_time()
816 tc->config.latest_daily_jam = g_date_time_ref (latest_daily_jam); in gst_video_time_code_init()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c508 g_date_time_ref (timecodestamper->ltc_daily_jam); in gst_timecodestamper_set_property()
518 g_date_time_ref (timecodestamper->ltc_daily_jam); in gst_timecodestamper_set_property()
794 timecode->config.latest_daily_jam ? g_date_time_ref (timecode->config. in gst_timecodestamper_update_timecode_framerate()
1149 dt_frame = g_date_time_ref (dt_now); in gst_timecodestamper_transform_ip()
/third_party/glib/gobject/
Dgboxed.c162 G_DEFINE_BOXED_TYPE (GDateTime, g_date_time, g_date_time_ref, g_date_time_unref) in G_DEFINE_BOXED_TYPE()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c890 g_date_time_ref (gdt1); /* keep it alive for compare below */ in GST_START_TEST()
909 g_date_time_ref (gdt); /* keep it alive for compare below */ in GST_START_TEST()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1983 g_date_time_ref
/third_party/glib/glib/tests/
Dgdatetime.c1391 g_assert (dt == g_date_time_ref (dt)); in test_GDateTime_new_from_unix_utc()