Lines Matching defs:sink_fmt
33 struct v4l2_mbus_framefmt sink_fmt;
224 vdeb->sink_fmt;
258 struct v4l2_mbus_framefmt *sink_fmt;
266 sink_fmt = &vdeb->sink_fmt;
269 sink_fmt = v4l2_subdev_get_try_format(sd, cfg, 0);
280 fmt->format = *sink_fmt;
294 sink_fmt->width, sink_fmt->height, sink_fmt->code,
295 sink_fmt->colorspace, sink_fmt->quantization,
296 sink_fmt->xfer_func, sink_fmt->ycbcr_enc,
302 *sink_fmt = fmt->format;
325 index = VIMC_FRAME_INDEX(lin, col, vdeb->sink_fmt.width, 3);
351 frame_size = vdeb->sink_fmt.width * vdeb->sink_fmt.height *
355 vpix = vimc_pix_map_by_code(vdeb->sink_fmt.code);
360 vimc_deb_pix_map_by_code(vdeb->sink_fmt.code);
432 vdeb->sd.name, lin, col, vdeb->sink_fmt.height, seek);
441 wlin < lin + seek + 1 && wlin < vdeb->sink_fmt.height;
451 wcol < col + seek + 1 && wcol < vdeb->sink_fmt.width;
460 vdeb->sink_fmt.width,
506 for (i = 0; i < vdeb->sink_fmt.height; i++)
507 for (j = 0; j < vdeb->sink_fmt.width; j++) {
600 vdeb->sink_fmt = sink_fmt_default;