Lines Matching refs:coded_fmt
226 struct v4l2_pix_format_mplane *coded_fmt = &ctx->coded_fmt.fmt.pix_mp; in visl_tpg_fill() local
260 coded_fmt->pixelformat, in visl_tpg_fill()
261 (coded_fmt->pixelformat >> 8) & 0xff, in visl_tpg_fill()
262 (coded_fmt->pixelformat >> 16) & 0xff, in visl_tpg_fill()
263 (coded_fmt->pixelformat >> 24) & 0xff, in visl_tpg_fill()
264 coded_fmt->width, in visl_tpg_fill()
265 coded_fmt->height, in visl_tpg_fill()
266 coded_fmt->num_planes); in visl_tpg_fill()
271 for (i = 0; i < coded_fmt->num_planes; i++) { in visl_tpg_fill()
276 coded_fmt->plane_fmt[i].bytesperline, in visl_tpg_fill()
277 coded_fmt->plane_fmt[i].sizeimage); in visl_tpg_fill()