Home
last modified time | relevance | path

Searched refs:decoded_fmt (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/media/platform/nvidia/tegra-vde/
Dv4l2.c96 f = &ctx->decoded_fmt; in tegra_queue_setup()
232 pixfmt = &ctx->decoded_fmt.fmt.pix_mp; in tegra_buf_prepare()
469 struct v4l2_format *f = &ctx->decoded_fmt; in tegra_reset_decoded_fmt()
529 *f = ctx->decoded_fmt; in tegra_g_decoded_fmt()
590 ctx->decoded_fmt = *f; in tegra_s_decoded_fmt()
711 cap_fmt = &ctx->decoded_fmt; in tegra_s_coded_fmt()
844 tegra_try_decoded_fmt(file, file->private_data, &ctx->decoded_fmt); in tegra_open()
Dvde.h152 struct v4l2_format decoded_fmt; member
Dh264.c701 struct v4l2_pix_format_mplane *pixfmt = &ctx->decoded_fmt.fmt.pix_mp; in tegra_vde_h264_setup_frame()
/linux-6.1.9/drivers/staging/media/rkvdec/
Drkvdec.h103 struct v4l2_format decoded_fmt; member
Drkvdec.c191 struct v4l2_format *f = &ctx->decoded_fmt; in rkvdec_reset_decoded_fmt()
327 ctx->decoded_fmt = *f; in rkvdec_s_capture_fmt()
383 cap_fmt = &ctx->decoded_fmt; in rkvdec_s_output_fmt()
409 *f = ctx->decoded_fmt; in rkvdec_g_capture_fmt()
477 f = &ctx->decoded_fmt; in rkvdec_queue_setup()
506 f = &ctx->decoded_fmt; in rkvdec_buf_prepare()
Drkvdec-vp9.c555 aligned_height = round_up(ctx->decoded_fmt.fmt.pix_mp.height, 64); in config_registers()
557 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width * in config_registers()
692 writel_relaxed(ctx->decoded_fmt.fmt.pix_mp.width | in config_registers()
693 (ctx->decoded_fmt.fmt.pix_mp.height << 16), in config_registers()
716 if (aligned_width != ctx->decoded_fmt.fmt.pix_mp.width || in validate_dec_params()
717 aligned_height != ctx->decoded_fmt.fmt.pix_mp.height) { in validate_dec_params()
Drkvdec-h264.c910 f = &ctx->decoded_fmt; in config_registers()