Home
last modified time | relevance | path

Searched refs:first_duration (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.h55 GstClockTime first_duration; member
Dgstrtpmp4gpay.h49 GstClockTime first_duration; member
Dgstrtpmp4gpay.c545 GST_BUFFER_DURATION (outbuf) = rtpmp4gpay->first_duration; in gst_rtp_mp4g_pay_flush()
574 rtpmp4gpay->first_duration = GST_BUFFER_DURATION (buffer); in gst_rtp_mp4g_pay_handle_buffer()
Dgstrtph263ppay.c759 GST_BUFFER_DURATION (outbuf) = rtph263ppay->first_duration; in gst_rtp_h263p_pay_flush()
807 rtph263ppay->first_duration = GST_BUFFER_DURATION (buffer); in gst_rtp_h263p_pay_handle_buffer()
/third_party/ffmpeg/libavformat/
Dmovenc.c1089 int i, first_duration; in get_samples_per_packet() local
1100 first_duration = get_cluster_duration(track, 0); in get_samples_per_packet()
1102 if (get_cluster_duration(track, i) != first_duration) in get_samples_per_packet()
1105 return first_duration; in get_samples_per_packet()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c8633 guint32 first_duration = 0; in gst_qtdemux_guess_framerate() local
8636 first_duration = stream->samples[0].duration; in gst_qtdemux_guess_framerate()
8638 if ((stream->n_samples == 1 && first_duration == 0) in gst_qtdemux_guess_framerate()
8668 first_duration, GST_SECOND, in gst_qtdemux_guess_framerate()
8675 GST_TIME_FORMAT, duration, first_duration, in gst_qtdemux_guess_framerate()
/third_party/gstreamer/gstplugins_good/
DChangeLog19227 qtdemux: fix computation of first_duration for fragmented files in push mode
19230 For this purpose, stream->first_duration was initialized with the
19236 fragmented or not, so we can obtain first_duration there much more
22697 if ((stream->n_samples == 1) && (stream->first_duration == 0)