Searched refs:coded_fmt (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-dec.c338 struct v4l2_pix_format_mplane *coded_fmt = &ctx->coded_fmt.fmt.pix_mp; local
379 coded_fmt->pixelformat,
380 (coded_fmt->pixelformat >> 8) & 0xff,
381 (coded_fmt->pixelformat >> 16) & 0xff,
382 (coded_fmt->pixelformat >> 24) & 0xff,
383 coded_fmt->width,
384 coded_fmt->height,
385 coded_fmt->num_planes);
390 for (i = 0; i < coded_fmt
[all...]
H A Dvisl.h152 struct v4l2_format coded_fmt; member in struct:visl_ctx
H A Dvisl-video.c22 u32 fourcc = ctx->coded_fmt.fmt.pix_mp.pixelformat;
268 struct v4l2_format *f = &ctx->coded_fmt;
282 visl_print_fmt(ctx, &ctx->coded_fmt);
298 ctx->coded_fmt.fmt.pix_mp.width,
299 ctx->coded_fmt.fmt.pix_mp.height);
376 *f = ctx->coded_fmt;
458 ctx->coded_fmt = *f;
470 visl_print_fmt(ctx, &ctx->coded_fmt);
565 f = &ctx->coded_fmt;
640 pix_fmt = &ctx->coded_fmt
[all...]
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec.c176 struct v4l2_format *f = &ctx->coded_fmt;
197 ctx->coded_fmt.fmt.pix_mp.width,
198 ctx->coded_fmt.fmt.pix_mp.height);
261 pix_mp->width = max(pix_mp->width, ctx->coded_fmt.fmt.pix_mp.width);
262 pix_mp->height = max(pix_mp->height, ctx->coded_fmt.fmt.pix_mp.height);
349 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat))
369 ctx->coded_fmt = *f;
400 *f = ctx->coded_fmt;
478 f = &ctx->coded_fmt;
507 f = &ctx->coded_fmt;
[all...]
H A Drkvdec-h264.c1060 if (width > ctx->coded_fmt.fmt.pix_mp.width ||
1061 height > ctx->coded_fmt.fmt.pix_mp.height)
H A Drkvdec.h102 struct v4l2_format coded_fmt; member in struct:rkvdec_ctx
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c94 f = &ctx->coded_fmt;
229 pixfmt = &ctx->coded_fmt.fmt.pix_mp;
422 struct v4l2_format *f = &ctx->coded_fmt;
475 ctx->coded_fmt.fmt.pix_mp.width,
476 ctx->coded_fmt.fmt.pix_mp.height);
614 *f = ctx->coded_fmt;
676 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat))
697 ctx->coded_fmt = *f;
841 tegra_try_coded_fmt(file, file->private_data, &ctx->coded_fmt);
H A Dvde.h151 struct v4l2_format coded_fmt; member in struct:tegra_ctx

Completed in 328 milliseconds