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