Lines Matching refs:fmt_sink
349 struct v4l2_mbus_framefmt *fmt_sink; in mxc_isi_pipe_init_cfg() local
353 fmt_sink = mxc_isi_pipe_get_pad_format(pipe, state, in mxc_isi_pipe_init_cfg()
358 fmt_sink->width = MXC_ISI_DEF_WIDTH; in mxc_isi_pipe_init_cfg()
359 fmt_sink->height = MXC_ISI_DEF_HEIGHT; in mxc_isi_pipe_init_cfg()
360 fmt_sink->code = MXC_ISI_DEF_MBUS_CODE_SINK; in mxc_isi_pipe_init_cfg()
361 fmt_sink->field = V4L2_FIELD_NONE; in mxc_isi_pipe_init_cfg()
362 fmt_sink->colorspace = V4L2_COLORSPACE_JPEG; in mxc_isi_pipe_init_cfg()
363 fmt_sink->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(fmt_sink->colorspace); in mxc_isi_pipe_init_cfg()
364 fmt_sink->quantization = in mxc_isi_pipe_init_cfg()
365 V4L2_MAP_QUANTIZATION_DEFAULT(false, fmt_sink->colorspace, in mxc_isi_pipe_init_cfg()
366 fmt_sink->ycbcr_enc); in mxc_isi_pipe_init_cfg()
367 fmt_sink->xfer_func = V4L2_MAP_XFER_FUNC_DEFAULT(fmt_sink->colorspace); in mxc_isi_pipe_init_cfg()
369 *fmt_source = *fmt_sink; in mxc_isi_pipe_init_cfg()