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