Home
last modified time | relevance | path

Searched refs:PROP_N (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0040-kmssink-Support-fullscreen-prop.patch21 PROP_N,
48 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
69 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
71 gst_video_overlay_install_properties (gobject_class, PROP_N);
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch23 PROP_N,
53 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
82 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
84 gst_video_overlay_install_properties (gobject_class, PROP_N);
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch25 PROP_N,
28 static GParamSpec *g_properties[PROP_N] = { NULL, };
82 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
146 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
148 gst_video_overlay_install_properties (gobject_class, PROP_N);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0040-kmssink-Support-fullscreen-prop.patch21 PROP_N,
48 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
69 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
71 gst_video_overlay_install_properties (gobject_class, PROP_N);
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch23 PROP_N,
53 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
82 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
84 gst_video_overlay_install_properties (gobject_class, PROP_N);
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch25 PROP_N,
28 static GParamSpec *g_properties[PROP_N] = { NULL, };
82 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
141 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
143 gst_video_overlay_install_properties (gobject_class, PROP_N);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0039-kmssink-Support-fullscreen-prop.patch21 PROP_N,
48 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
69 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
71 gst_video_overlay_install_properties (gobject_class, PROP_N);
H A D0029-kmssink-Support-ignoring-aspect-ratio.patch23 PROP_N,
53 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
82 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
84 gst_video_overlay_install_properties (gobject_class, PROP_N);
H A D0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch25 PROP_N,
28 static GParamSpec *g_properties[PROP_N] = { NULL, };
89 if (!gst_video_overlay_set_property (object, PROP_N, prop_id, value))
146 g_object_class_install_properties (gobject_class, PROP_N, g_properties);
148 gst_video_overlay_install_properties (gobject_class, PROP_N);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c81 PROP_N, enumerator
84 static GParamSpec *g_props[PROP_N] = { NULL, };
343 g_object_class_install_properties (gobject_class, PROP_N, g_props); in gst_kms_allocator_class_init()