Lines Matching refs:decoded_fmt
339 struct v4l2_pix_format_mplane *decoded_fmt = &ctx->decoded_fmt.fmt.pix_mp; in visl_tpg_fill() local
441 decoded_fmt->pixelformat, in visl_tpg_fill()
442 (decoded_fmt->pixelformat >> 8) & 0xff, in visl_tpg_fill()
443 (decoded_fmt->pixelformat >> 16) & 0xff, in visl_tpg_fill()
444 (decoded_fmt->pixelformat >> 24) & 0xff, in visl_tpg_fill()
445 decoded_fmt->width, in visl_tpg_fill()
446 decoded_fmt->height, in visl_tpg_fill()
447 decoded_fmt->num_planes); in visl_tpg_fill()
452 for (i = 0; i < decoded_fmt->num_planes; i++) { in visl_tpg_fill()
457 decoded_fmt->plane_fmt[i].bytesperline, in visl_tpg_fill()
458 decoded_fmt->plane_fmt[i].sizeimage); in visl_tpg_fill()
578 run.dst->field = ctx->decoded_fmt.fmt.pix.field; in visl_device_run()