Searched refs:mbusfmt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dtc358746.c420 const struct v4l2_mbus_framefmt *mbusfmt; local
430 mbusfmt = v4l2_subdev_state_get_format(sink_state, TC358746_SINK);
431 fmt = tc358746_get_format_by_code(TC358746_SINK, mbusfmt->code);
453 val = mbusfmt->width * fmt->bpp / 8;
896 struct v4l2_mbus_framefmt *mbusfmt; local
908 mbusfmt = v4l2_subdev_state_get_format(sink_state, TC358746_SINK);
911 fmt = tc358746_get_format_by_code(TC358746_SINK, mbusfmt->code);
962 tmp = (mbusfmt->width * TC358746_PRECISION) / n;
963 fifo_sz = mbusfmt->width - tmp;

Completed in 89 milliseconds