Lines Matching refs:size
94 const struct v4l2_frmsize_discrete *size;
100 /* pixel buffer size */
103 /* pixel size in bits */
134 .size = 1664,
361 .size = &amg88xx_size,
374 .size = &mlx90640_size,
402 unsigned int size = data->chip->buffer_size;
408 return sizes[0] < size ? -EINVAL : 0;
411 sizes[0] = size;
420 unsigned int size = data->chip->buffer_size;
422 if (vb2_plane_size(vb, 0) < size)
426 vb2_set_plane_payload(vb, 0, size);
625 const struct v4l2_frmsize_discrete *size = data->chip->size;
627 /* currently only one frame size is allowed */
635 fsize->discrete.width = size->width;
636 fsize->discrete.height = size->height;
645 const struct v4l2_frmsize_discrete *size = data->chip->size;
650 if (fe->width != size->width || fe->height != size->height)
663 const struct v4l2_frmsize_discrete *size = data->chip->size;
667 pix->width = size->width;
668 pix->height = size->height;