Lines Matching refs:decoded_fmt
83 u32 width = ctx->decoded_fmt.fmt.pix_mp.width; in visl_tpg_init()
84 u32 height = ctx->decoded_fmt.fmt.pix_mp.height; in visl_tpg_init()
85 struct v4l2_pix_format_mplane *f = &ctx->decoded_fmt.fmt.pix_mp; in visl_tpg_init()
271 struct v4l2_format *f = &ctx->decoded_fmt; in visl_reset_decoded_fmt()
272 u32 decoded_fmt = ctx->coded_format_desc[0].decoded_fmts[0]; in visl_reset_decoded_fmt() local
274 visl_init_fmt(f, decoded_fmt); in visl_reset_decoded_fmt()
284 visl_print_fmt(ctx, &ctx->decoded_fmt); in visl_reset_decoded_fmt()
348 *f = ctx->decoded_fmt; in visl_g_fmt_vid_cap()
446 ctx->decoded_fmt.fmt.pix_mp.colorspace = f->fmt.pix_mp.colorspace; in visl_s_fmt_vid_out()
447 ctx->decoded_fmt.fmt.pix_mp.xfer_func = f->fmt.pix_mp.xfer_func; in visl_s_fmt_vid_out()
448 ctx->decoded_fmt.fmt.pix_mp.ycbcr_enc = f->fmt.pix_mp.ycbcr_enc; in visl_s_fmt_vid_out()
449 ctx->decoded_fmt.fmt.pix_mp.quantization = f->fmt.pix_mp.quantization; in visl_s_fmt_vid_out()
471 ctx->decoded_fmt = *f; in visl_s_fmt_vid_cap()
474 visl_print_fmt(ctx, &ctx->decoded_fmt); in visl_s_fmt_vid_cap()
550 f = &ctx->decoded_fmt; in visl_queue_setup()
624 pix_fmt = &ctx->decoded_fmt.fmt.pix; in visl_buf_prepare()