Home
last modified time | relevance | path

Searched refs:coded_fmt (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/media/platform/nvidia/tegra-vde/
Dv4l2.c94 f = &ctx->coded_fmt; in tegra_queue_setup()
229 pixfmt = &ctx->coded_fmt.fmt.pix_mp; in tegra_buf_prepare()
422 struct v4l2_format *f = &ctx->coded_fmt; in tegra_reset_coded_fmt()
475 ctx->coded_fmt.fmt.pix_mp.width, in tegra_reset_decoded_fmt()
476 ctx->coded_fmt.fmt.pix_mp.height); in tegra_reset_decoded_fmt()
614 *f = ctx->coded_fmt; in tegra_g_coded_fmt()
676 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat)) in tegra_s_coded_fmt()
697 ctx->coded_fmt = *f; in tegra_s_coded_fmt()
841 tegra_try_coded_fmt(file, file->private_data, &ctx->coded_fmt); in tegra_open()
Dvde.h151 struct v4l2_format coded_fmt; member
/Linux-v6.1/drivers/staging/media/rkvdec/
Drkvdec.c176 struct v4l2_format *f = &ctx->coded_fmt; in rkvdec_reset_coded_fmt()
197 ctx->coded_fmt.fmt.pix_mp.width, in rkvdec_reset_decoded_fmt()
198 ctx->coded_fmt.fmt.pix_mp.height); in rkvdec_reset_decoded_fmt()
261 pix_mp->width = max(pix_mp->width, ctx->coded_fmt.fmt.pix_mp.width); in rkvdec_try_capture_fmt()
262 pix_mp->height = max(pix_mp->height, ctx->coded_fmt.fmt.pix_mp.height); in rkvdec_try_capture_fmt()
349 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat)) in rkvdec_s_output_fmt()
369 ctx->coded_fmt = *f; in rkvdec_s_output_fmt()
400 *f = ctx->coded_fmt; in rkvdec_g_output_fmt()
475 f = &ctx->coded_fmt; in rkvdec_queue_setup()
504 f = &ctx->coded_fmt; in rkvdec_buf_prepare()
Drkvdec.h102 struct v4l2_format coded_fmt; member
Drkvdec-h264.c1060 if (width > ctx->coded_fmt.fmt.pix_mp.width || in rkvdec_h264_validate_sps()
1061 height > ctx->coded_fmt.fmt.pix_mp.height) in rkvdec_h264_validate_sps()