Lines Matching refs:decoded_fmt
86 u32 width = ctx->decoded_fmt.fmt.pix_mp.width; in visl_tpg_init()
87 u32 height = ctx->decoded_fmt.fmt.pix_mp.height; in visl_tpg_init()
88 struct v4l2_pix_format_mplane *f = &ctx->decoded_fmt.fmt.pix_mp; in visl_tpg_init()
289 struct v4l2_format *f = &ctx->decoded_fmt; in visl_reset_decoded_fmt()
290 u32 decoded_fmt = ctx->coded_format_desc[0].decoded_fmts[0]; in visl_reset_decoded_fmt() local
292 visl_init_fmt(f, decoded_fmt); in visl_reset_decoded_fmt()
302 visl_print_fmt(ctx, &ctx->decoded_fmt); in visl_reset_decoded_fmt()
366 *f = ctx->decoded_fmt; in visl_g_fmt_vid_cap()
464 ctx->decoded_fmt.fmt.pix_mp.colorspace = f->fmt.pix_mp.colorspace; in visl_s_fmt_vid_out()
465 ctx->decoded_fmt.fmt.pix_mp.xfer_func = f->fmt.pix_mp.xfer_func; in visl_s_fmt_vid_out()
466 ctx->decoded_fmt.fmt.pix_mp.ycbcr_enc = f->fmt.pix_mp.ycbcr_enc; in visl_s_fmt_vid_out()
467 ctx->decoded_fmt.fmt.pix_mp.quantization = f->fmt.pix_mp.quantization; in visl_s_fmt_vid_out()
489 ctx->decoded_fmt = *f; in visl_s_fmt_vid_cap()
492 visl_print_fmt(ctx, &ctx->decoded_fmt); in visl_s_fmt_vid_cap()
569 f = &ctx->decoded_fmt; in visl_queue_setup()
643 pix_fmt = &ctx->decoded_fmt.fmt.pix; in visl_buf_prepare()