Home
last modified time | relevance | path

Searched refs:pspec_drop (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c136 static GParamSpec *pspec_drop = NULL; variable
164 pspec_drop = g_param_spec_uint64 ("drop", "Drop", "Number of dropped samples", in gst_audio_rate_class_init()
166 g_object_class_install_property (object_class, PROP_DROP, pspec_drop); in gst_audio_rate_class_init()
438 g_object_notify_by_pspec ((GObject *) audiorate, pspec_drop); in gst_audio_rate_notify_drop()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c170 static GParamSpec *pspec_drop = NULL; variable
212 pspec_drop = g_param_spec_uint64 ("drop", "Drop", "Number of dropped frames", in gst_video_rate_class_init()
214 g_object_class_install_property (object_class, PROP_DROP, pspec_drop); in gst_video_rate_class_init()
776 g_object_notify_by_pspec ((GObject *) videorate, pspec_drop); in gst_video_rate_notify_drop()