/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | gstmonoscope.c | 399 gint64 qostime; in gst_monoscope_chain() 401 qostime = gst_segment_to_running_time (&monoscope->segment, in gst_monoscope_chain() 408 qostime <= monoscope->earliest_time; in gst_monoscope_chain() 414 GST_TIME_ARGS (qostime), GST_TIME_ARGS (monoscope->earliest_time)); in gst_monoscope_chain()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 1114 gint64 qostime; in gst_audio_visualizer_chain() local 1116 qostime = in gst_audio_visualizer_chain() 1125 if (GST_CLOCK_TIME_IS_VALID (earliest_time) && qostime <= earliest_time) { in gst_audio_visualizer_chain() 1131 GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); in gst_audio_visualizer_chain() 1136 jitter = GST_CLOCK_DIFF (qostime, earliest_time); in gst_audio_visualizer_chain() 1137 qos_msg = gst_message_new_qos (GST_OBJECT (scope), FALSE, qostime, in gst_audio_visualizer_chain()
|
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 728 GstClockTime qostime, earliest_time; in gst_shape_wipe_do_qos() local 747 qostime = gst_segment_to_running_time (&self->segment, GST_FORMAT_TIME, in gst_shape_wipe_do_qos() 752 GST_TIME_FORMAT, GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); in gst_shape_wipe_do_qos() 754 if (qostime != GST_CLOCK_TIME_NONE && qostime <= earliest_time) { in gst_shape_wipe_do_qos()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 1316 GstClockTime qostime, earliest_time; in gst_deinterlace_do_qos() local 1336 qostime = gst_segment_to_running_time (&self->segment, GST_FORMAT_TIME, in gst_deinterlace_do_qos() 1341 GST_TIME_FORMAT, GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); in gst_deinterlace_do_qos() 1343 if (qostime != GST_CLOCK_TIME_NONE && qostime <= earliest_time) { in gst_deinterlace_do_qos() 1351 jitter = GST_CLOCK_DIFF (qostime, earliest_time); in gst_deinterlace_do_qos() 1353 gst_message_new_qos (GST_OBJECT (self), FALSE, qostime, stream_time, in gst_deinterlace_do_qos()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 1176 GstClockTime qostime, earliest_time; in gst_videomixer2_do_qos() local 1196 qostime = in gst_videomixer2_do_qos() 1201 GST_TIME_FORMAT, GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); in gst_videomixer2_do_qos() 1203 jitter = GST_CLOCK_DIFF (qostime, earliest_time); in gst_videomixer2_do_qos() 1204 if (qostime != GST_CLOCK_TIME_NONE && jitter > 0) { in gst_videomixer2_do_qos()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 2149 GstClockTime qostime, earliest_time; in gst_video_aggregator_do_qos() local 2169 qostime = in gst_video_aggregator_do_qos() 2175 GST_TIME_FORMAT, GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); in gst_video_aggregator_do_qos() 2177 jitter = GST_CLOCK_DIFF (qostime, earliest_time); in gst_video_aggregator_do_qos() 2178 if (qostime != GST_CLOCK_TIME_NONE && jitter > 0) { in gst_video_aggregator_do_qos()
|
D | gstvideoencoder.c | 2228 GstClockTime stream_time, jitter, earliest_time, qostime, timestamp; in gst_video_encoder_drop_frame() local 2250 qostime = gst_segment_to_running_time (segment, GST_FORMAT_TIME, timestamp); in gst_video_encoder_drop_frame() 2251 jitter = GST_CLOCK_DIFF (qostime, earliest_time); in gst_video_encoder_drop_frame() 2253 gst_message_new_qos (GST_OBJECT_CAST (enc), FALSE, qostime, stream_time, in gst_video_encoder_drop_frame()
|
D | gstvideodecoder.c | 3295 GstClockTime stream_time, jitter, earliest_time, qostime; in gst_video_decoder_post_qos_drop() local 3312 qostime = gst_segment_to_running_time (segment, GST_FORMAT_TIME, timestamp); in gst_video_decoder_post_qos_drop() 3313 jitter = GST_CLOCK_DIFF (qostime, earliest_time); in gst_video_decoder_post_qos_drop() 3315 gst_message_new_qos (GST_OBJECT_CAST (dec), FALSE, qostime, stream_time, in gst_video_decoder_post_qos_drop()
|