Lines Matching refs:format
128 struct v4l2_mbus_framefmt format; member
960 struct v4l2_subdev_format *format) in tvp514x_get_pad_format() argument
963 __u32 which = format->which; in tvp514x_get_pad_format()
966 format->format = decoder->format; in tvp514x_get_pad_format()
970 format->format.code = MEDIA_BUS_FMT_YUYV8_2X8; in tvp514x_get_pad_format()
971 format->format.width = tvp514x_std_list[decoder->current_std].width; in tvp514x_get_pad_format()
972 format->format.height = tvp514x_std_list[decoder->current_std].height; in tvp514x_get_pad_format()
973 format->format.colorspace = V4L2_COLORSPACE_SMPTE170M; in tvp514x_get_pad_format()
974 format->format.field = V4L2_FIELD_INTERLACED; in tvp514x_get_pad_format()
993 if (fmt->format.field != V4L2_FIELD_INTERLACED || in tvp514x_set_pad_format()
994 fmt->format.code != MEDIA_BUS_FMT_YUYV8_2X8 || in tvp514x_set_pad_format()
995 fmt->format.colorspace != V4L2_COLORSPACE_SMPTE170M || in tvp514x_set_pad_format()
996 fmt->format.width != tvp514x_std_list[decoder->current_std].width || in tvp514x_set_pad_format()
997 fmt->format.height != tvp514x_std_list[decoder->current_std].height) in tvp514x_set_pad_format()
1000 decoder->format = fmt->format; in tvp514x_set_pad_format()