Home
last modified time | relevance | path

Searched refs:svg_width (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/rsvg/
Dgstrsvgoverlay.c167 overlay->svg_width = svg_dimension.width; in gst_rsvg_overlay_set_svg_data()
170 GST_INFO_OBJECT (overlay, "updated SVG, %d x %d", overlay->svg_width, in gst_rsvg_overlay_set_svg_data()
412 if ((applied_width || applied_height) && overlay->svg_width in gst_rsvg_overlay_transform_frame_ip()
417 applied_width = overlay->svg_width; in gst_rsvg_overlay_transform_frame_ip()
421 cairo_scale (cr, (double) applied_width / overlay->svg_width, in gst_rsvg_overlay_transform_frame_ip()
Dgstrsvgoverlay.h53 int svg_width; member
/third_party/gstreamer/gstplugins_bad/gst/faceoverlay/
Dgstfaceoverlay.c199 gint svg_x, svg_y, svg_width, svg_height; in gst_face_overlay_handle_faces() local
245 svg_width = (gint) (filter->w * width); in gst_face_overlay_handle_faces()
261 svg_width, svg_height, svg_x, svg_y); in gst_face_overlay_handle_faces()
264 "x", svg_x, "y", svg_y, "width", svg_width, "height", svg_height, NULL); in gst_face_overlay_handle_faces()