Lines Matching refs:src_data
1512 struct fdp1_q_data *src_data = &ctx->out_q; in fdp1_try_fmt_capture() local
1528 colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture()
1530 ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture()
1534 quantization = src_data->format.quantization; in fdp1_try_fmt_capture()
1560 pix->colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture()
1561 pix->xfer_func = src_data->format.xfer_func; in fdp1_try_fmt_capture()
1567 pix->ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture()
1568 pix->quantization = src_data->format.quantization; in fdp1_try_fmt_capture()
1576 pix->width = src_data->format.width; in fdp1_try_fmt_capture()
1577 if (src_data->format.field == V4L2_FIELD_ALTERNATE) in fdp1_try_fmt_capture()
1578 pix->height = 2 * src_data->format.height; in fdp1_try_fmt_capture()
1580 pix->height = src_data->format.height; in fdp1_try_fmt_capture()