Home
last modified time | relevance | path

Searched refs:tc_inter_str (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c994 gst_video_time_code_interval_new_from_string (const gchar * tc_inter_str) in gst_video_time_code_interval_new_from_string() argument
999 if (sscanf (tc_inter_str, "%02u:%02u:%02u:%02u", &hours, &minutes, &seconds, in gst_video_time_code_interval_new_from_string()
1002 || sscanf (tc_inter_str, "%02u:%02u:%02u;%02u", &hours, &minutes, in gst_video_time_code_interval_new_from_string()
1005 || sscanf (tc_inter_str, "%02u:%02u:%02u.%02u", &hours, &minutes, in gst_video_time_code_interval_new_from_string()
1008 || sscanf (tc_inter_str, "%02u:%02u:%02u,%02u", &hours, &minutes, in gst_video_time_code_interval_new_from_string()
1016 "Please input a timecode in the form 00:00:00:00", tc_inter_str); in gst_video_time_code_interval_new_from_string()
Dgstvideotimecode.h237 …deoTimeCodeInterval * gst_video_time_code_interval_new_from_string (const gchar * tc_inter_str);