Searched refs:DEFAULT_SILENT (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 102 #define DEFAULT_SILENT FALSE macro 158 DEFAULT_SILENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_progress_report_class_init() 195 report->silent = DEFAULT_SILENT; in gst_progress_report_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfakesink.c | 67 #define DEFAULT_SILENT TRUE macro 182 "Don't produce last_message events", DEFAULT_SILENT, in gst_fake_sink_class_init() 255 fakesink->silent = DEFAULT_SILENT; in gst_fake_sink_init()
|
D | gstfakesrc.c | 83 #define DEFAULT_SILENT TRUE macro 296 "Don't produce last_message events", DEFAULT_SILENT, in gst_fake_src_class_init() 364 fakesrc->silent = DEFAULT_SILENT; in gst_fake_src_init()
|
D | gstidentity.c | 70 #define DEFAULT_SILENT TRUE macro 197 g_param_spec_boolean ("silent", "silent", "silent", DEFAULT_SILENT, in gst_identity_class_init() 338 identity->silent = DEFAULT_SILENT; in gst_identity_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | fpsdisplaysink.c | 56 #define DEFAULT_SILENT FALSE macro 177 "Don't produce last_message events", DEFAULT_SILENT, in fps_display_sink_class_init() 338 self->silent = DEFAULT_SILENT; in fps_display_sink_init()
|
/third_party/gstreamer/gstplugins_base/gst/audiorate/ |
D | gstaudiorate.c | 87 #define DEFAULT_SILENT TRUE macro 169 "Don't emit notify for dropped and duplicated frames", DEFAULT_SILENT, in gst_audio_rate_class_init() 270 audiorate->silent = DEFAULT_SILENT; in gst_audio_rate_init()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 95 #define DEFAULT_SILENT TRUE macro 217 "Don't emit notify for dropped and duplicated frames", DEFAULT_SILENT, in gst_video_rate_class_init() 631 videorate->silent = DEFAULT_SILENT; in gst_video_rate_init()
|