Lines Matching refs:coded_fmt
338 struct v4l2_pix_format_mplane *coded_fmt = &ctx->coded_fmt.fmt.pix_mp; in visl_tpg_fill() local
379 coded_fmt->pixelformat, in visl_tpg_fill()
380 (coded_fmt->pixelformat >> 8) & 0xff, in visl_tpg_fill()
381 (coded_fmt->pixelformat >> 16) & 0xff, in visl_tpg_fill()
382 (coded_fmt->pixelformat >> 24) & 0xff, in visl_tpg_fill()
383 coded_fmt->width, in visl_tpg_fill()
384 coded_fmt->height, in visl_tpg_fill()
385 coded_fmt->num_planes); in visl_tpg_fill()
390 for (i = 0; i < coded_fmt->num_planes; i++) { in visl_tpg_fill()
395 coded_fmt->plane_fmt[i].bytesperline, in visl_tpg_fill()
396 coded_fmt->plane_fmt[i].sizeimage); in visl_tpg_fill()