Searched defs:isp_res_device (Results 1 – 1 of 1) sorted by relevance
94 struct isp_res_device { struct95 struct v4l2_subdev subdev;96 struct media_pad pads[RESZ_PADS_NUM];97 struct v4l2_mbus_framefmt formats[RESZ_PADS_NUM];99 enum resizer_input_entity input;100 struct isp_video video_in;124 int omap3isp_resizer_register_entities(struct isp_res_device *res, argument