Lines Matching defs:sink_fmt
33 struct v4l2_mbus_framefmt sink_fmt;
225 vdebayer->sink_fmt;
259 struct v4l2_mbus_framefmt *sink_fmt;
267 sink_fmt = &vdebayer->sink_fmt;
270 sink_fmt = v4l2_subdev_get_try_format(sd, sd_state, 0);
281 fmt->format = *sink_fmt;
295 sink_fmt->width, sink_fmt->height, sink_fmt->code,
296 sink_fmt->colorspace, sink_fmt->quantization,
297 sink_fmt->xfer_func, sink_fmt->ycbcr_enc,
303 *sink_fmt = fmt->format;
326 index = VIMC_FRAME_INDEX(lin, col, vdebayer->sink_fmt.width, 3);
352 frame_size = vdebayer->sink_fmt.width * vdebayer->sink_fmt.height *
356 vpix = vimc_pix_map_by_code(vdebayer->sink_fmt.code);
361 vimc_debayer_pix_map_by_code(vdebayer->sink_fmt.code);
433 vdebayer->sd.name, lin, col, vdebayer->sink_fmt.height, seek);
442 wlin < lin + seek + 1 && wlin < vdebayer->sink_fmt.height;
452 wcol < col + seek + 1 && wcol < vdebayer->sink_fmt.width;
461 vdebayer->sink_fmt.width,
509 for (i = 0; i < vdebayer->sink_fmt.height; i++)
510 for (j = 0; j < vdebayer->sink_fmt.width; j++) {
603 vdebayer->sink_fmt = sink_fmt_default;