Searched defs:isp_res_device (Results 1 – 1 of 1) sorted by relevance
102 struct isp_res_device { struct103 struct v4l2_subdev subdev;104 struct media_pad pads[RESZ_PADS_NUM];105 struct v4l2_mbus_framefmt formats[RESZ_PADS_NUM];107 enum resizer_input_entity input;131 int omap3isp_resizer_register_entities(struct isp_res_device *res, argument