Searched refs:qos_msg (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpcrfcheck.c | 154 GstMessage *qos_msg = in post_qos_message() local 157 gst_element_post_message (GST_ELEMENT (parent), qos_msg); in post_qos_message()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 1127 GstMessage *qos_msg; in gst_audio_visualizer_chain() local 1137 qos_msg = gst_message_new_qos (GST_OBJECT (scope), FALSE, qostime, in gst_audio_visualizer_chain() 1139 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_audio_visualizer_chain() 1140 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_audio_visualizer_chain() 1142 gst_element_post_message (GST_ELEMENT (scope), qos_msg); in gst_audio_visualizer_chain()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2src.c | 936 GstMessage *qos_msg; in gst_v4l2src_create() local 1127 qos_msg = gst_message_new_qos (GST_OBJECT_CAST (v4l2src), TRUE, in gst_v4l2src_create() 1131 gst_element_post_message (GST_ELEMENT_CAST (v4l2src), qos_msg); in gst_v4l2src_create()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 2085 GstMessage *qos_msg; in default_submit_input_buffer() local 2102 qos_msg = in default_submit_input_buffer() 2105 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in default_submit_input_buffer() 2106 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in default_submit_input_buffer() 2108 gst_element_post_message (GST_ELEMENT_CAST (trans), qos_msg); in default_submit_input_buffer()
|
D | gstbasesink.c | 4250 GstMessage *qos_msg; in gst_base_sink_chain_unlocked() local 4266 qos_msg = in gst_base_sink_chain_unlocked() 4269 gst_message_set_qos_values (qos_msg, priv->current_jitter, priv->avg_rate, in gst_base_sink_chain_unlocked() 4271 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, priv->rendered, in gst_base_sink_chain_unlocked() 4273 gst_element_post_message (GST_ELEMENT_CAST (basesink), qos_msg); in gst_base_sink_chain_unlocked()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 2230 GstMessage *qos_msg; in gst_video_encoder_drop_frame() local 2252 qos_msg = in gst_video_encoder_drop_frame() 2255 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_video_encoder_drop_frame() 2256 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_video_encoder_drop_frame() 2258 gst_element_post_message (GST_ELEMENT_CAST (enc), qos_msg); in gst_video_encoder_drop_frame()
|
D | gstvideodecoder.c | 3335 GstMessage *qos_msg; in gst_video_decoder_post_qos_drop() local 3352 qos_msg = in gst_video_decoder_post_qos_drop() 3355 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_video_decoder_post_qos_drop() 3356 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_video_decoder_post_qos_drop() 3358 gst_element_post_message (GST_ELEMENT_CAST (dec), qos_msg); in gst_video_decoder_post_qos_drop()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 1345 GstMessage *qos_msg; in gst_deinterlace_do_qos() local 1352 qos_msg = in gst_deinterlace_do_qos() 1355 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_deinterlace_do_qos() 1356 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_deinterlace_do_qos() 1358 gst_element_post_message (GST_ELEMENT (self), qos_msg); in gst_deinterlace_do_qos()
|