Searched defs:isp_ccdc_device (Results 1 – 1 of 1) sorted by relevance
130 struct isp_ccdc_device { struct131 struct v4l2_subdev subdev;132 struct media_pad pads[CCDC_PADS_NUM];133 struct v4l2_mbus_framefmt formats[CCDC_PADS_NUM];134 struct v4l2_rect crop;136 enum ccdc_input_entity input;137 unsigned int output;138 struct isp_video video_out;140 unsigned int alaw:1,141 lpf:1,[all …]