Home
last modified time | relevance | path

Searched refs:GST_FORMAT_BUFFERS (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dprogressreport.c258 } else if (format == GST_FORMAT_BUFFERS) { in gst_progress_report_do_query()
270 case GST_FORMAT_BUFFERS: in gst_progress_report_do_query()
335 GST_FORMAT_PERCENT, GST_FORMAT_BUFFERS, in gst_progress_report_report()
/third_party/gstreamer/gstreamer/gst/
Dgstformat.h57 GST_FORMAT_BUFFERS = 4, enumerator
Dgstformat.c51 {GST_FORMAT_BUFFERS, "buffers", "Buffers", 0},
Dgstenumtypes.c672 { C_ENUM(GST_FORMAT_BUFFERS), "GST_FORMAT_BUFFERS", "buffers" }, in gst_format_get_type()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dposition-formats.c66 case GST_FORMAT_BUFFERS: in print_value()
/third_party/gstreamer/gstreamer/tests/examples/stepping/
Dframestep1.c129 gst_event_new_step (GST_FORMAT_BUFFERS, 2, 1.0, TRUE, FALSE))) in main()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c78 #define DEFAULT_UNIT_FORMAT GST_FORMAT_BUFFERS
1121 case GST_FORMAT_BUFFERS: in get_buffers_max()
1297 case GST_FORMAT_BUFFERS: in assign_value()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c264 case GST_FORMAT_BUFFERS: in gst_multi_file_src_query()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsink.c961 event = gst_event_new_step (GST_FORMAT_BUFFERS, 1, 1.0, TRUE, FALSE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstaudiovisualizer.c1140 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_audio_visualizer_chain()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c1040 {"buf", GST_FORMAT_BUFFERS},
2085 format = GST_FORMAT_BUFFERS; in step_cb()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c361 {"buf", GST_FORMAT_BUFFERS},
1566 format = GST_FORMAT_BUFFERS; in step_cb()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c2106 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in default_submit_input_buffer()
Dgstbasesink.c2088 case GST_FORMAT_BUFFERS: in handle_stepping()
4271 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, priv->rendered, in gst_base_sink_chain_unlocked()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c1328 gst_message_set_qos_stats (msg, GST_FORMAT_BUFFERS, mix->qos_processed, in gst_videomixer2_collected()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c4860 if (format == GST_FORMAT_BUFFERS) { in gst_play_sink_handle_message()
5003 if (format == GST_FORMAT_BUFFERS) { in gst_play_sink_send_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c2256 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_video_encoder_drop_frame()
Dgstvideoaggregator.c2352 gst_message_set_qos_stats (msg, GST_FORMAT_BUFFERS, in gst_video_aggregator_aggregate()
Dgstvideodecoder.c3356 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_video_decoder_post_qos_drop()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1356 gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, in gst_deinterlace_do_qos()
/third_party/gstreamer/gstplugins_base/
DChangeLog49466 playsink: Force STEP events on the video-sink for GST_FORMAT_BUFFERS