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