Searched refs:decoded_fmt (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-video.c86 u32 width = ctx->decoded_fmt.fmt.pix_mp.width;
87 u32 height = ctx->decoded_fmt.fmt.pix_mp.height;
88 struct v4l2_pix_format_mplane *f = &ctx->decoded_fmt.fmt.pix_mp;
289 struct v4l2_format *f = &ctx->decoded_fmt;
290 u32 decoded_fmt = ctx->coded_format_desc[0].decoded_fmts[0]; local
292 visl_init_fmt(f, decoded_fmt);
302 visl_print_fmt(ctx, &ctx->decoded_fmt);
366 *f = ctx->decoded_fmt;
464 ctx->decoded_fmt.fmt.pix_mp.colorspace = f->fmt.pix_mp.colorspace;
465 ctx->decoded_fmt
[all...]
H A Dvisl-dec.c339 struct v4l2_pix_format_mplane *decoded_fmt = &ctx->decoded_fmt.fmt.pix_mp; local
441 decoded_fmt->pixelformat,
442 (decoded_fmt->pixelformat >> 8) & 0xff,
443 (decoded_fmt->pixelformat >> 16) & 0xff,
444 (decoded_fmt->pixelformat >> 24) & 0xff,
445 decoded_fmt->width,
446 decoded_fmt->height,
447 decoded_fmt->num_planes);
452 for (i = 0; i < decoded_fmt
[all...]
H A Dvisl.h153 struct v4l2_format decoded_fmt; member in struct:visl_ctx
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec.h103 struct v4l2_format decoded_fmt; member in struct:rkvdec_ctx
H A Drkvdec.c191 struct v4l2_format *f = &ctx->decoded_fmt;
327 ctx->decoded_fmt = *f;
383 cap_fmt = &ctx->decoded_fmt;
409 *f = ctx->decoded_fmt;
480 f = &ctx->decoded_fmt;
509 f = &ctx->decoded_fmt;
H A Drkvdec-vp9.c554 aligned_height = round_up(ctx->decoded_fmt.fmt.pix_mp.height, 64);
556 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width *
691 writel_relaxed(ctx->decoded_fmt.fmt.pix_mp.width |
692 (ctx->decoded_fmt.fmt.pix_mp.height << 16),
715 if (aligned_width != ctx->decoded_fmt.fmt.pix_mp.width ||
716 aligned_height != ctx->decoded_fmt.fmt.pix_mp.height) {
H A Drkvdec-h264.c910 f = &ctx->decoded_fmt;
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c96 f = &ctx->decoded_fmt;
232 pixfmt = &ctx->decoded_fmt.fmt.pix_mp;
469 struct v4l2_format *f = &ctx->decoded_fmt;
529 *f = ctx->decoded_fmt;
590 ctx->decoded_fmt = *f;
711 cap_fmt = &ctx->decoded_fmt;
844 tegra_try_decoded_fmt(file, file->private_data, &ctx->decoded_fmt);
H A Dvde.h152 struct v4l2_format decoded_fmt; member in struct:tegra_ctx
H A Dh264.c701 struct v4l2_pix_format_mplane *pixfmt = &ctx->decoded_fmt.fmt.pix_mp;

Completed in 321 milliseconds