Lines Matching refs:src_data
1514 struct fdp1_q_data *src_data = &ctx->out_q; in fdp1_try_fmt_capture() local
1530 colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture()
1532 ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture()
1536 quantization = src_data->format.quantization; in fdp1_try_fmt_capture()
1562 pix->colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture()
1563 pix->xfer_func = src_data->format.xfer_func; in fdp1_try_fmt_capture()
1569 pix->ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture()
1570 pix->quantization = src_data->format.quantization; in fdp1_try_fmt_capture()
1578 pix->width = src_data->format.width; in fdp1_try_fmt_capture()
1579 if (src_data->format.field == V4L2_FIELD_ALTERNATE) in fdp1_try_fmt_capture()
1580 pix->height = 2 * src_data->format.height; in fdp1_try_fmt_capture()
1582 pix->height = src_data->format.height; in fdp1_try_fmt_capture()