Home
last modified time | relevance | path

Searched refs:GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c196 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 10, 10, 10, 10, 0); in GST_START_TEST()
213 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 10, 10, 59, 29, 0); in GST_START_TEST()
230 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 23, 59, 59, 29, 0); in GST_START_TEST()
247 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 10, 10, 10, 10, 0); in GST_START_TEST()
264 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 10, 10, 59, 59, 0); in GST_START_TEST()
282 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 23, 59, 59, 59, 0); in GST_START_TEST()
301 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 12, 12, 12, 12, 0); in GST_START_TEST()
437 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 0, 0, 0, 0, 0); in GST_START_TEST()
563 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 0, 0, 0, 0, 0); in GST_START_TEST()
600 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 1, 23, 0, 0, 0); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c99 if (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) { in gst_video_time_code_is_valid()
108 if ((tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) && in gst_video_time_code_is_valid()
146 if (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in gst_video_time_code_to_string()
287 if (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) { in gst_video_time_code_init_from_date_time_full()
347 if (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) { in gst_video_time_code_frames_since_daily_jam()
423 if (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) { in gst_video_time_code_add_frames()
710 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, hours, minutes, seconds, frames, in gst_video_time_code_new_from_string()
921 needs_correction = (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in gst_video_time_code_add_interval()
Dgstvideotimecode.h46 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME = (1<<0), enumerator
Dvideo-enumtypes.c117 …{ C_FLAGS(GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME), "GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME", "drop-fra… in gst_video_time_code_flags_get_type()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c724 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
727 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
735 tc->timecode.config.flags |= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
740 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
745 ~GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
748 ~GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
756 tc->timecode.config.flags &= ~GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
761 ~GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_drop_frame()
784 tc_flags |= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_update_timecode_framerate()
1166 tc_flags |= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_timecodestamper_transform_ip()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c569 if ((flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) != 0 && out_fps_d != 1001 in interpolate_time_code_with_framerate()
571 flags &= ~GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in interpolate_time_code_with_framerate()
572 } else if ((flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) == 0 in interpolate_time_code_with_framerate()
576 flags |= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in interpolate_time_code_with_framerate()
591 } while ((flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) != 0 in interpolate_time_code_with_framerate()
1111 u8 = (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) ? 0x80 : in convert_cea708_cc_data_cea708_cdp_internal()
1260 drop_frame ? GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME : in convert_cea708_cdp_cea708_cc_data_internal()
Dgstcccombiner.c281 u8 = (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) ? 0x80 : in make_cdp()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccconverter.c812 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 0, 1, 59, 29, 0); in GST_START_TEST()
816 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 0, 2, 0, 4, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp892 u8 = (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) ? 0x80 : in convert_cea708_cc_data_cea708_cdp_internal()
1305 config.flags)) & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in gst_decklink_video_sink_prepare()
Dgstdecklinkvideosrc.cpp919 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME); in gst_decklink_video_src_got_frame()
925 ~GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME); in gst_decklink_video_src_got_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c3017 if ((tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in gst_h264_parse_create_pic_timing_sei()
3018 == GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in gst_h264_parse_create_pic_timing_sei()
3328 flags |= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_h264_parse_pre_push_frame()
Dgsth265parse.c3006 flags |= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME; in gst_h265_parse_pre_push_frame()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1428 if ((cur_tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) && in calculate_next_max_timecode()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c1311 GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME in gst_mxf_demux_update_tracks()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c4068 if (tc->config.flags &= GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in atom_trak_add_timecode_entry()