Home
last modified time | relevance | path

Searched refs:drop_frame (Results 1 – 12 of 12) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dhdspm.h101 drop_frame, enumerator
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.h82 gboolean drop_frame; member
Dgsttimecodestamper.c354 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/
Dgstwebpdec.c317 goto drop_frame; in gst_webp_dec_parse()
363 drop_frame: in gst_webp_dec_parse()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c675 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/
Dgstjpegdec.c318 goto drop_frame; in gst_jpeg_dec_parse()
472 drop_frame: in gst_jpeg_dec_parse()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmetadata.h585 gboolean drop_frame; member
Dmxfmetadata.c3243 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()
Dmxfdemux.c1309 track->edit_rate.d, NULL, (component->drop_frame in gst_mxf_demux_update_tracks()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c1213 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/
Dmxfdec.c139 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/
DChangeLog81677 Instead of finishing an empty frame, call drop_frame as we're