Home
last modified time | relevance | path

Searched refs:start_timecode (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.h211 GstVideoTimeCode start_timecode; member
Dmxfdemux.c1235 GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT; in gst_mxf_demux_update_tracks() local
1308 gst_video_time_code_init (&start_timecode, track->edit_rate.n, in gst_mxf_demux_update_tracks()
1313 gst_video_time_code_add_frames (&start_timecode, track->origin); in gst_mxf_demux_update_tracks()
1314 gst_video_time_code_add_frames (&start_timecode, component->start_timecode); in gst_mxf_demux_update_tracks()
1536 pad->start_timecode = start_timecode; in gst_mxf_demux_update_tracks()
2983 && pad->start_timecode.config.fps_n != 0 in gst_mxf_demux_handle_generic_container_essence_element()
2984 && pad->start_timecode.config.fps_d != 0) { in gst_mxf_demux_handle_generic_container_essence_element()
2986 GstVideoTimeCode timecode = pad->start_timecode; in gst_mxf_demux_handle_generic_container_essence_element()
2992 GstVideoTimeCode timecode = pad->start_timecode; in gst_mxf_demux_handle_generic_container_essence_element()
Dmxfmetadata.h583 gint64 start_timecode; member
Dmxfmux.c934 component->start_timecode = 0; in gst_mxf_mux_create_metadata()
1001 component->start_timecode = 0; in gst_mxf_mux_create_metadata()
Dmxfmetadata.c3237 self->start_timecode = GST_READ_UINT64_BE (tag_data); in mxf_metadata_timecode_component_handle_tag()
3238 GST_DEBUG (" start timecode = %" G_GINT64_FORMAT, self->start_timecode); in mxf_metadata_timecode_component_handle_tag()
3273 self->start_timecode, MXF_QUARK (ROUNDED_TIMECODE_BASE), G_TYPE_UINT, in mxf_metadata_timecode_component_to_structure()
3304 GST_WRITE_UINT64_BE (t->data, self->start_timecode); in mxf_metadata_timecode_component_write_tags()