Lines Matching refs:V4L2_M2M_SRC
167 V4L2_M2M_SRC = 0, enumerator
232 return &ctx->q_data[V4L2_M2M_SRC]; in get_q_data()
316 if (pxp_v4l2_pix_fmt_is_yuv(ctx->q_data[V4L2_M2M_SRC].fmt->fourcc) && in pxp_setup_csc()
464 ycbcr_enc = ctx->q_data[V4L2_M2M_SRC].ycbcr_enc; in pxp_setup_csc()
465 quantization = ctx->q_data[V4L2_M2M_SRC].quant; in pxp_setup_csc()
496 if (!pxp_v4l2_pix_fmt_is_yuv(ctx->q_data[V4L2_M2M_SRC].fmt->fourcc) && in pxp_setup_csc()
738 src_width = ctx->q_data[V4L2_M2M_SRC].width; in pxp_start()
740 src_height = ctx->q_data[V4L2_M2M_SRC].height; in pxp_start()
742 src_stride = ctx->q_data[V4L2_M2M_SRC].bytesperline; in pxp_start()
744 src_fourcc = ctx->q_data[V4L2_M2M_SRC].fmt->fourcc; in pxp_start()
1162 if (pxp_v4l2_pix_fmt_is_yuv(ctx->q_data[V4L2_M2M_SRC].fmt->fourcc) == in pxp_fixup_colorimetry_cap()
1168 *ycbcr_enc = ctx->q_data[V4L2_M2M_SRC].ycbcr_enc; in pxp_fixup_colorimetry_cap()
1169 *quantization = ctx->q_data[V4L2_M2M_SRC].quant; in pxp_fixup_colorimetry_cap()
1297 ctx->q_data[V4L2_M2M_SRC].ycbcr_enc = f->fmt.pix.ycbcr_enc; in pxp_s_fmt_vid_out()
1298 ctx->q_data[V4L2_M2M_SRC].quant = f->fmt.pix.quantization; in pxp_s_fmt_vid_out()
1565 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[0]; in pxp_open()
1566 ctx->q_data[V4L2_M2M_SRC].width = 640; in pxp_open()
1567 ctx->q_data[V4L2_M2M_SRC].height = 480; in pxp_open()
1568 ctx->q_data[V4L2_M2M_SRC].bytesperline = in pxp_open()
1570 ctx->q_data[V4L2_M2M_SRC].sizeimage = in pxp_open()
1572 ctx->q_data[V4L2_M2M_DST] = ctx->q_data[V4L2_M2M_SRC]; in pxp_open()