Home
last modified time | relevance | path

Searched refs:keep_aspect (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch31 + if (self->can_scale && self->keep_aspect) {
39 + if (self->can_scale && !self->keep_aspect)
50 + sink->keep_aspect = g_value_get_boolean (value);
60 + g_value_set_boolean (value, sink->keep_aspect);
69 + sink->keep_aspect = TRUE;
94 + gboolean keep_aspect;
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch76 sink->keep_aspect = g_value_get_boolean (value);
86 g_value_set_boolean (value, sink->keep_aspect);
97 sink->keep_aspect = TRUE;
171 gboolean keep_aspect;
H A D0040-kmssink-Support-fullscreen-prop.patch79 gboolean keep_aspect;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch31 + if (self->can_scale && self->keep_aspect) {
39 + if (self->can_scale && !self->keep_aspect)
50 + sink->keep_aspect = g_value_get_boolean (value);
60 + g_value_set_boolean (value, sink->keep_aspect);
69 + sink->keep_aspect = TRUE;
94 + gboolean keep_aspect;
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch76 sink->keep_aspect = g_value_get_boolean (value);
86 g_value_set_boolean (value, sink->keep_aspect);
97 sink->keep_aspect = TRUE;
166 gboolean keep_aspect;
H A D0040-kmssink-Support-fullscreen-prop.patch79 gboolean keep_aspect;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0029-kmssink-Support-ignoring-aspect-ratio.patch31 + if (self->can_scale && self->keep_aspect) {
39 + if (self->can_scale && !self->keep_aspect)
50 + sink->keep_aspect = g_value_get_boolean (value);
60 + g_value_set_boolean (value, sink->keep_aspect);
69 + sink->keep_aspect = TRUE;
94 + gboolean keep_aspect;
H A D0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch83 sink->keep_aspect = g_value_get_boolean (value);
93 g_value_set_boolean (value, sink->keep_aspect);
104 sink->keep_aspect = TRUE;
171 gboolean keep_aspect;
H A D0039-kmssink-Support-fullscreen-prop.patch79 gboolean keep_aspect;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0011-v4l2-Support-setting-v4l2-min-buffers.patch64 v4l2object->keep_aspect = g_value_get_boolean (value);
74 g_value_set_boolean (value, v4l2object->keep_aspect);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0011-v4l2-Support-setting-v4l2-min-buffers.patch64 v4l2object->keep_aspect = g_value_get_boolean (value);
74 g_value_set_boolean (value, v4l2object->keep_aspect);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0011-v4l2-Support-setting-v4l2-min-buffers.patch64 v4l2object->keep_aspect = g_value_get_boolean (value);
74 g_value_set_boolean (value, v4l2object->keep_aspect);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.h159 gboolean keep_aspect; member
H A Dximagesink.c1006 if (self->keep_aspect) { in xwindow_calculate_display_ratio()
2385 ximagesink->keep_aspect = g_value_get_boolean (value); in gst_x_image_sink_set_property()
2441 g_value_set_boolean (value, ximagesink->keep_aspect); in gst_x_image_sink_get_property()
2519 ximagesink->keep_aspect = TRUE; in gst_x_image_sink_init()