Lines Matching refs:src_data
1516 struct fdp1_q_data *src_data = &ctx->out_q; in fdp1_try_fmt_capture() local
1532 colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture()
1534 ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture()
1538 quantization = src_data->format.quantization; in fdp1_try_fmt_capture()
1564 pix->colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture()
1565 pix->xfer_func = src_data->format.xfer_func; in fdp1_try_fmt_capture()
1571 pix->ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture()
1572 pix->quantization = src_data->format.quantization; in fdp1_try_fmt_capture()
1580 pix->width = src_data->format.width; in fdp1_try_fmt_capture()
1581 if (src_data->format.field == V4L2_FIELD_ALTERNATE) in fdp1_try_fmt_capture()
1582 pix->height = 2 * src_data->format.height; in fdp1_try_fmt_capture()
1584 pix->height = src_data->format.height; in fdp1_try_fmt_capture()