Lines Matching refs:size
82 #define COM8_AECSTEP 0x40 /* Unlimited AEC step size */
236 struct v4l2_frmsize_discrete size;
1133 if (mbus_fmt->width != iv->size.width ||
1134 mbus_fmt->height != iv->size.height)
1188 const struct ov965x_framesize **size)
1208 if (size)
1209 *size = match;
1219 const struct ov965x_framesize *size = NULL;
1222 __ov965x_try_frame_size(mf, &size);
1244 ov965x->frame_size = size;