Lines Matching refs:decoded_fmt
227 struct v4l2_pix_format_mplane *decoded_fmt = &ctx->decoded_fmt.fmt.pix_mp; in visl_tpg_fill() local
313 decoded_fmt->pixelformat, in visl_tpg_fill()
314 (decoded_fmt->pixelformat >> 8) & 0xff, in visl_tpg_fill()
315 (decoded_fmt->pixelformat >> 16) & 0xff, in visl_tpg_fill()
316 (decoded_fmt->pixelformat >> 24) & 0xff, in visl_tpg_fill()
317 decoded_fmt->width, in visl_tpg_fill()
318 decoded_fmt->height, in visl_tpg_fill()
319 decoded_fmt->num_planes); in visl_tpg_fill()
324 for (i = 0; i < decoded_fmt->num_planes; i++) { in visl_tpg_fill()
329 decoded_fmt->plane_fmt[i].bytesperline, in visl_tpg_fill()
330 decoded_fmt->plane_fmt[i].sizeimage); in visl_tpg_fill()
435 run.dst->field = ctx->decoded_fmt.fmt.pix.field; in visl_device_run()