Searched refs:trak_timescale (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.h | 103 guint32 trak_timescale; member 301 guint32 trak_timescale; member
|
D | atoms.h | 1085 atom_trak_set_timecode_type (AtomTRAK * trak, AtomsContext * context, guint trak_timescale, GstVide… 1088 guint32 trak_timescale, guint32 caption_type);
|
D | gstqtmux.c | 242 pad->trak_timescale = g_value_get_uint (value); in gst_qt_mux_pad_set_property() 260 g_value_set_uint (value, pad->trak_timescale); in gst_qt_mux_pad_get_property() 287 pad->trak_timescale = DEFAULT_PAD_TRAK_TIMESCALE; in gst_qt_mux_pad_init() 296 timescale = pad->trak_timescale; in gst_qt_mux_pad_get_timescale() 6272 if (!timescale && qtmux->trak_timescale) in gst_qt_mux_audio_sink_set_caps() 6273 timescale = qtmux->trak_timescale; in gst_qt_mux_audio_sink_set_caps() 6357 if (!rate && qtmux->trak_timescale) in gst_qt_mux_video_sink_set_caps() 6358 rate = qtmux->trak_timescale; in gst_qt_mux_video_sink_set_caps() 6947 if (!timescale && qtmux->trak_timescale) in gst_qt_mux_caption_sink_set_caps() 6948 timescale = qtmux->trak_timescale; in gst_qt_mux_caption_sink_set_caps() [all …]
|
D | atoms.c | 4052 guint32 trak_timescale, GstVideoTimeCode * tc) in atom_trak_add_timecode_entry() argument 4057 g_assert (trak_timescale != 0); in atom_trak_add_timecode_entry() 4063 trak->mdia.mdhd.time_info.timescale = trak_timescale; in atom_trak_add_timecode_entry() 4072 tmcd->timescale = trak_timescale; in atom_trak_add_timecode_entry() 4232 guint32 trak_timescale, GstVideoTimeCode * tc) in atom_trak_set_timecode_type() argument 4264 ste = atom_trak_add_timecode_entry (trak, context, trak_timescale, tc); in atom_trak_set_timecode_type() 4273 guint32 trak_timescale, guint32 caption_type) in atom_trak_set_caption_type() argument 4283 trak->mdia.mdhd.time_info.timescale = trak_timescale; in atom_trak_set_caption_type()
|