Lines Matching defs:fmt
33 struct v4l2_mbus_framefmt fmt;
427 struct v4l2_mbus_framefmt *fmt = &format->format;
432 fmt->code = MEDIA_BUS_FMT_UYVY8_2X8;
433 fmt->colorspace = V4L2_COLORSPACE_SMPTE170M;
435 fmt->field = V4L2_FIELD_SEQ_TB;
436 fmt->width = 720;
437 fmt->height = 480;
439 fmt->field = V4L2_FIELD_SEQ_BT;
440 fmt->width = 720;
441 fmt->height = 576;
444 decoder->fmt = *fmt;
446 sd_state->pads->try_fmt = *fmt;
459 format->format = decoder->fmt;
530 struct v4l2_subdev_format fmt = {
601 fmt.format.width = 720;
602 fmt.format.height = 576;
603 adv7183_set_fmt(sd, NULL, &fmt);