[media] v4l: vsp1: Store active selection rectangles in a pad config structure
[deliverable/linux.git] / drivers / media / platform / vsp1 / vsp1_entity.h
index 7b2081aff8696ed7b8e3545c8b7dd2dcc4ff9a6e..f7a360823373c721424b0181cee17dc5d980a92b 100644 (file)
@@ -111,6 +111,10 @@ struct v4l2_mbus_framefmt *
 vsp1_entity_get_pad_format(struct vsp1_entity *entity,
                           struct v4l2_subdev_pad_config *cfg,
                           unsigned int pad);
+struct v4l2_rect *
+vsp1_entity_get_pad_compose(struct vsp1_entity *entity,
+                           struct v4l2_subdev_pad_config *cfg,
+                           unsigned int pad);
 int vsp1_entity_init_cfg(struct v4l2_subdev *subdev,
                         struct v4l2_subdev_pad_config *cfg);
 
This page took 0.026054 seconds and 5 git commands to generate.