try_fmt
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = supported_modes[0].width;
try_fmt->height = supported_modes[0].height;
try_fmt->code = MEDIA_BUS_FMT_SRGGB10_1X10;
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = supported_modes[0].width;
try_fmt->height = supported_modes[0].height;
try_fmt->code = imx258_get_format_code(imx258);
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = imx319->cur_mode->width;
try_fmt->height = imx319->cur_mode->height;
try_fmt->code = imx319_get_format_code(imx319);
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = imx355->cur_mode->width;
try_fmt->height = imx355->cur_mode->height;
try_fmt->code = imx355_get_format_code(imx355);
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = MT9M001_MAX_WIDTH;
try_fmt->height = MT9M001_MAX_HEIGHT;
try_fmt->code = mt9m001->fmts[0].code;
try_fmt->colorspace = mt9m001->fmts[0].colorspace;
try_fmt->field = V4L2_FIELD_NONE;
try_fmt->ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT;
try_fmt->quantization = V4L2_QUANTIZATION_DEFAULT;
try_fmt->xfer_func = V4L2_XFER_FUNC_DEFAULT;
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = default_mode->width;
try_fmt->height = default_mode->height;
try_fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10;
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt = v4l2_subdev_state_get_format(fh->state,
try_fmt->width = ov13858->cur_mode->width;
try_fmt->height = ov13858->cur_mode->height;
try_fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10;
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt = v4l2_subdev_state_get_format(fh->state,
try_fmt->width = default_mode->width;
try_fmt->height = default_mode->height;
try_fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10;
try_fmt->field = V4L2_FIELD_NONE;
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = win->width;
try_fmt->height = win->height;
try_fmt->code = MEDIA_BUS_FMT_UYVY8_2X8;
try_fmt->colorspace = V4L2_COLORSPACE_SRGB;
try_fmt->field = V4L2_FIELD_NONE;
try_fmt->ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT;
try_fmt->quantization = V4L2_QUANTIZATION_DEFAULT;
try_fmt->xfer_func = V4L2_XFER_FUNC_DEFAULT;
struct v4l2_mbus_framefmt *try_fmt;
try_fmt = v4l2_subdev_state_get_format(sd_state, 0);
*try_fmt = format->format;
struct v4l2_mbus_framefmt *try_fmt;
try_fmt = v4l2_subdev_state_get_format(fh->state, 0);
ov2685_fill_fmt(&supported_modes[0], try_fmt);
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = def_mode->width;
try_fmt->height = def_mode->height;
try_fmt->code = MEDIA_BUS_FMT_SBGGR10_1X10;
try_fmt->field = V4L2_FIELD_NONE;
return try_fmt(&frt->fmt.vbi, tvnorm, crop_start);
rc = try_fmt(&frt->fmt.vbi, tvnorm, btv->crop_start);
const struct csi2dc_format *try_fmt;
const struct csi2dc_format *fmt, *try_fmt = NULL;
try_fmt = fmt;
if (!try_fmt) {
try_fmt = &csi2dc_formats[0];
req_fmt->format.code = try_fmt->mbus_code;
csi2dc->cur_fmt = try_fmt;
isc->try_fmt = *f;
isc->fmt = isc->try_fmt;
struct v4l2_format try_fmt;
if (gspca_dev->sd_desc->try_fmt) {
gspca_dev->sd_desc->try_fmt(gspca_dev, fmt);
if (gspca_dev->sd_desc->try_fmt)
cam_format_op try_fmt;
.try_fmt = stk1135_try_fmt,
struct v4l2_mbus_framefmt *try_fmt =
try_fmt->width = try_crop.width;
try_fmt->height = try_crop.height;
try_fmt->code = imgu_pipe->nodes[i].pad_fmt.code;
try_fmt->field = V4L2_FIELD_NONE;