Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.h111 gboolean keep_aspect; member
Dxvimagesink.c302 if (xvimagesink->keep_aspect) { in gst_xv_image_sink_xvimage_put()
1171 if (xvimagesink->keep_aspect) { in gst_xv_image_sink_navigation_send_event()
1647 xvimagesink->keep_aspect = g_value_get_boolean (value); in gst_xv_image_sink_set_property()
1714 g_value_set_boolean (value, xvimagesink->keep_aspect); in gst_xv_image_sink_get_property()
1917 xvimagesink->keep_aspect = TRUE; in gst_xv_image_sink_init()
/third_party/ffmpeg/libavfilter/
Dvf_crop.c84 int keep_aspect; ///< keep display aspect ratio when cropping member
203 if (s->keep_aspect) { in config_input()
369 …{ "keep_aspect", "keep aspect ratio", OFFSET(keep_aspect), AV_OPT_TYPE_BOOL, {.…
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h196 gboolean keep_aspect; member
Dximagesink.c1762 ximagesink->keep_aspect = g_value_get_boolean (value); in gst_x_image_sink_set_property()
1817 g_value_set_boolean (value, ximagesink->keep_aspect); in gst_x_image_sink_get_property()
1932 ximagesink->keep_aspect = TRUE; in gst_x_image_sink_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.h121 gboolean keep_aspect; member
Dgstmsdkvpp.c1529 thiz->keep_aspect = g_value_get_boolean (value); in gst_msdkvpp_set_property()
1605 g_value_set_boolean (value, thiz->keep_aspect); in gst_msdkvpp_get_property()
1844 thiz->keep_aspect = PROP_FORCE_ASPECT_RATIO_DEFAULT; in gst_msdkvpp_init()
Dgstmsdkvpputil.c539 if (thiz->keep_aspect) in _get_preferred_src_caps()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.h197 gboolean keep_aspect; member
Dgstv4l2object.c517 v4l2object->keep_aspect = TRUE; in gst_v4l2_object_new()
713 v4l2object->keep_aspect = g_value_get_boolean (value); in gst_v4l2_object_set_property_helper()
810 g_value_set_boolean (value, v4l2object->keep_aspect); in gst_v4l2_object_get_property_helper()
1978 if (v4l2object->keep_aspect && v4l2object->par) in gst_v4l2_object_add_aspect_ratio()
4516 if (v4l2object->keep_aspect && !v4l2object->par) { in gst_v4l2_object_probe_caps()
Dgstv4l2transform.c1103 self->v4l2output->keep_aspect = FALSE; in gst_v4l2_transform_subinstance_init()
Dgstv4l2videodec.c1045 self->v4l2output->keep_aspect = FALSE; in gst_v4l2_video_dec_subinstance_init()
Dgstv4l2videoenc.c1097 self->v4l2output->keep_aspect = FALSE; in gst_v4l2_video_enc_subinstance_init()
/third_party/ffmpeg/doc/
Dfilters.texi9008 @item keep_aspect
/third_party/gstreamer/gstplugins_good/
DChangeLog19698 v4l2: rely on gst_v4l2_dup() to set no_initial_format and keep_aspect
19700 v4l2capture->no_initial_format and keep_aspect instead of doing it
19702 Fix a typo as keep_aspect was set twice on v4l2output but never on