Lines Matching refs:fmt
45 struct v4l2_mbus_framefmt fmt; member
439 struct v4l2_mbus_framefmt *fmt = &format->format; in adv7183_set_fmt() local
444 fmt->code = MEDIA_BUS_FMT_UYVY8_2X8; in adv7183_set_fmt()
445 fmt->colorspace = V4L2_COLORSPACE_SMPTE170M; in adv7183_set_fmt()
447 fmt->field = V4L2_FIELD_SEQ_TB; in adv7183_set_fmt()
448 fmt->width = 720; in adv7183_set_fmt()
449 fmt->height = 480; in adv7183_set_fmt()
451 fmt->field = V4L2_FIELD_SEQ_BT; in adv7183_set_fmt()
452 fmt->width = 720; in adv7183_set_fmt()
453 fmt->height = 576; in adv7183_set_fmt()
456 decoder->fmt = *fmt; in adv7183_set_fmt()
458 cfg->try_fmt = *fmt; in adv7183_set_fmt()
471 format->format = decoder->fmt; in adv7183_get_fmt()
543 struct v4l2_subdev_format fmt = { in adv7183_probe() local
615 fmt.format.width = 720; in adv7183_probe()
616 fmt.format.height = 576; in adv7183_probe()
617 adv7183_set_fmt(sd, NULL, &fmt); in adv7183_probe()