Lines Matching refs:V4L2_M2M_SRC
175 V4L2_M2M_SRC = 0, enumerator
258 return &ctx->q_data[V4L2_M2M_SRC]; in get_q_data()
356 if (pxp_v4l2_pix_fmt_is_yuv(ctx->q_data[V4L2_M2M_SRC].fmt->fourcc) && in pxp_setup_csc()
504 ycbcr_enc = ctx->q_data[V4L2_M2M_SRC].ycbcr_enc; in pxp_setup_csc()
505 quantization = ctx->q_data[V4L2_M2M_SRC].quant; in pxp_setup_csc()
536 if (!pxp_v4l2_pix_fmt_is_yuv(ctx->q_data[V4L2_M2M_SRC].fmt->fourcc) && in pxp_setup_csc()
855 src_width = ctx->q_data[V4L2_M2M_SRC].width; in pxp_start()
857 src_height = ctx->q_data[V4L2_M2M_SRC].height; in pxp_start()
859 src_stride = ctx->q_data[V4L2_M2M_SRC].bytesperline; in pxp_start()
861 src_fourcc = ctx->q_data[V4L2_M2M_SRC].fmt->fourcc; in pxp_start()
1258 if (pxp_v4l2_pix_fmt_is_yuv(ctx->q_data[V4L2_M2M_SRC].fmt->fourcc) == in pxp_fixup_colorimetry_cap()
1264 *ycbcr_enc = ctx->q_data[V4L2_M2M_SRC].ycbcr_enc; in pxp_fixup_colorimetry_cap()
1265 *quantization = ctx->q_data[V4L2_M2M_SRC].quant; in pxp_fixup_colorimetry_cap()
1393 ctx->q_data[V4L2_M2M_SRC].ycbcr_enc = f->fmt.pix.ycbcr_enc; in pxp_s_fmt_vid_out()
1394 ctx->q_data[V4L2_M2M_SRC].quant = f->fmt.pix.quantization; in pxp_s_fmt_vid_out()
1683 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[0]; in pxp_open()
1684 ctx->q_data[V4L2_M2M_SRC].width = 640; in pxp_open()
1685 ctx->q_data[V4L2_M2M_SRC].height = 480; in pxp_open()
1686 ctx->q_data[V4L2_M2M_SRC].bytesperline = in pxp_open()
1688 ctx->q_data[V4L2_M2M_SRC].sizeimage = in pxp_open()
1690 ctx->q_data[V4L2_M2M_DST] = ctx->q_data[V4L2_M2M_SRC]; in pxp_open()