Searched refs:drop_frame (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/include/sound/uapi/ |
D | hdspm.h | 101 drop_frame, enumerator
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gsttimecodestamper.h | 82 gboolean drop_frame; member
|
D | gsttimecodestamper.c | 354 timecodestamper->drop_frame = DEFAULT_DROP_FRAME; in gst_timecodestamper_init() 489 timecodestamper->drop_frame = g_value_get_boolean (value); in gst_timecodestamper_set_property() 586 g_value_set_boolean (value, timecodestamper->drop_frame); in gst_timecodestamper_get_property() 720 if (timecodestamper->drop_frame && timecodestamper->fps_d == 1001 && in gst_timecodestamper_update_drop_frame() 782 if (timecodestamper->drop_frame && timecodestamper->fps_d == 1001 && in gst_timecodestamper_update_timecode_framerate() 1164 if (timecodestamper->drop_frame && timecodestamper->fps_d == 1001 && in gst_timecodestamper_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpdec.c | 317 goto drop_frame; in gst_webp_dec_parse() 363 drop_frame: in gst_webp_dec_parse()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videotimecode.c | 675 guint minutes, guint seconds, guint frames, gboolean drop_frame) in test_timecode_from_string() argument 694 if (drop_frame) in test_timecode_from_string()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstjpegdec.c | 318 goto drop_frame; in gst_jpeg_dec_parse() 472 drop_frame: in gst_jpeg_dec_parse()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmetadata.h | 585 gboolean drop_frame; member
|
D | mxfmetadata.c | 3243 self->drop_frame = (GST_READ_UINT8 (tag_data) != 0); in mxf_metadata_timecode_component_handle_tag() 3244 GST_DEBUG (" drop frame = %s", (self->drop_frame) ? "yes" : "no"); in mxf_metadata_timecode_component_handle_tag() 3275 self->drop_frame, NULL); in mxf_metadata_timecode_component_to_structure() 3313 GST_WRITE_UINT8 (t->data, (self->drop_frame) ? 1 : 0); in mxf_metadata_timecode_component_write_tags()
|
D | mxfdemux.c | 1309 track->edit_rate.d, NULL, (component->drop_frame in gst_mxf_demux_update_tracks()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 1213 gboolean drop_frame; in convert_cea708_cdp_cea708_cc_data_internal() local 1256 drop_frame = ! !(u8 & 0x80); in convert_cea708_cdp_cea708_cc_data_internal() 1260 drop_frame ? GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME : in convert_cea708_cdp_cea708_cc_data_internal()
|
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 139 int drop_frame; member 973 mxf_timecode->drop_frame = avio_r8(pb); in mxf_read_timecode_component() 2195 flags = mxf_tc->drop_frame == 1 ? AV_TIMECODE_FLAG_DROPFRAME : 0; in mxf_parse_physical_source_package() 2318 flags = mxf_tc->drop_frame == 1 ? AV_TIMECODE_FLAG_DROPFRAME : 0; in mxf_parse_structural_metadata() 2335 flags = mxf_tc->drop_frame == 1 ? AV_TIMECODE_FLAG_DROPFRAME : 0; in mxf_parse_structural_metadata()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 81677 Instead of finishing an empty frame, call drop_frame as we're
|