Home
last modified time | relevance | path

Searched refs:gst_video_time_code_new_from_string (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c645 tc = gst_video_time_code_new_from_string (tc_str); in gst_video_time_code_gvalue_from_string()
669 GstVideoTimeCode *tc = gst_video_time_code_new_from_string (tc_str); in gst_video_time_code_deserialize()
689 gst_video_time_code_new_from_string (const gchar * tc_str) in gst_video_time_code_new_from_string() function
Dgstvideotimecode.h145 GstVideoTimeCode * gst_video_time_code_new_from_string (const gchar * tc_str);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c680 tc = gst_video_time_code_new_from_string (str); in test_timecode_from_string()