Lines Matching defs:format
557 * triggers another format change event. */
661 v4l2_dbg(2, debug, sd, "%s: Unsupported format code 0x%x\n",
1005 "tc358743_format_change: New format: ",
1080 * incoming video format. Erase BKSV to prevent that old keys
1209 * incoming video format. Erase BKSV to prevent that old keys
1288 v4l2_print_dv_timings(sd->name, "Detected format: ", &timings,
1291 v4l2_print_dv_timings(sd->name, "Configured format: ", &state->timings,
1656 struct v4l2_subdev_format *format)
1661 if (format->pad != 0)
1664 format->format.code = state->mbus_fmt_code;
1665 format->format.width = state->timings.bt.width;
1666 format->format.height = state->timings.bt.height;
1667 format->format.field = V4L2_FIELD_NONE;
1672 format->format.colorspace = V4L2_COLORSPACE_SRGB;
1676 format->format.colorspace = V4L2_COLORSPACE_SMPTE170M;
1680 format->format.colorspace = V4L2_COLORSPACE_REC709;
1683 format->format.colorspace = 0;
1692 struct v4l2_subdev_format *format)
1696 u32 code = format->format.code; /* is overwritten by get_fmt */
1697 int ret = tc358743_get_fmt(sd, sd_state, format);
1699 format->format.code = code;
1712 if (format->which == V4L2_SUBDEV_FORMAT_TRY)
1715 state->mbus_fmt_code = format->format.code;