Lines Matching refs:dst_fmt
271 *pix_mp = ctx->dst_fmt; in vidioc_g_fmt_cap_mplane()
386 fmt = &ctx->dst_fmt; in hantro_reset_encoded_fmt()
412 encoded_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
415 raw_fmt = &ctx->dst_fmt; in hantro_reset_raw_fmt()
534 ctx->dst_fmt.colorspace = pix_mp->colorspace; in hantro_set_fmt_out()
535 ctx->dst_fmt.ycbcr_enc = pix_mp->ycbcr_enc; in hantro_set_fmt_out()
536 ctx->dst_fmt.xfer_func = pix_mp->xfer_func; in hantro_set_fmt_out()
537 ctx->dst_fmt.quantization = pix_mp->quantization; in hantro_set_fmt_out()
571 (pix_mp->pixelformat != ctx->dst_fmt.pixelformat || in hantro_set_fmt_cap()
572 pix_mp->height != ctx->dst_fmt.height || in hantro_set_fmt_cap()
573 pix_mp->width != ctx->dst_fmt.width)) in hantro_set_fmt_cap()
582 ctx->dst_fmt = *pix_mp; in hantro_set_fmt_cap()
644 sel->r.width = ctx->dst_fmt.width; in vidioc_g_selection()
645 sel->r.height = ctx->dst_fmt.height; in vidioc_g_selection()
691 ctx->dst_fmt.width = rect->width; in vidioc_s_selection()
692 ctx->dst_fmt.height = rect->height; in vidioc_s_selection()
774 pixfmt = &ctx->dst_fmt; in hantro_queue_setup()
828 pix_fmt = &ctx->dst_fmt; in hantro_buf_prepare()