Home
last modified time | relevance | path

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

/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c94 f = &ctx->coded_fmt; in tegra_queue_setup()
229 pixfmt = &ctx->coded_fmt.fmt.pix_mp; in tegra_buf_prepare()
420 struct v4l2_format *f = &ctx->coded_fmt; in tegra_reset_coded_fmt()
473 ctx->coded_fmt.fmt.pix_mp.width, in tegra_reset_decoded_fmt()
474 ctx->coded_fmt.fmt.pix_mp.height); in tegra_reset_decoded_fmt()
612 *f = ctx->coded_fmt; in tegra_g_coded_fmt()
674 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat)) in tegra_s_coded_fmt()
695 ctx->coded_fmt = *f; in tegra_s_coded_fmt()
837 tegra_try_coded_fmt(file, &ctx->fh, &ctx->coded_fmt); in tegra_open()
H A Dvde.h150 struct v4l2_format coded_fmt; member
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec.c133 f->fmt.pix_mp.width = ctx->coded_fmt.fmt.pix_mp.width; in rkvdec_reset_decoded_fmt()
134 f->fmt.pix_mp.height = ctx->coded_fmt.fmt.pix_mp.height; in rkvdec_reset_decoded_fmt()
615 struct v4l2_format *f = &ctx->coded_fmt; in rkvdec_reset_coded_fmt()
687 pix_mp->width = max(pix_mp->width, ctx->coded_fmt.fmt.pix_mp.width); in rkvdec_try_capture_fmt()
688 pix_mp->height = max(pix_mp->height, ctx->coded_fmt.fmt.pix_mp.height); in rkvdec_try_capture_fmt()
770 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat)) in rkvdec_s_output_fmt()
790 ctx->coded_fmt = *f; in rkvdec_s_output_fmt()
822 *f = ctx->coded_fmt; in rkvdec_g_output_fmt()
903 f = &ctx->coded_fmt; in rkvdec_queue_setup()
932 f = &ctx->coded_fmt; in rkvdec_buf_prepare()
H A Drkvdec-hevc.c518 if (sps->pic_width_in_luma_samples > ctx->coded_fmt.fmt.pix_mp.width || in rkvdec_hevc_validate_sps()
519 sps->pic_height_in_luma_samples > ctx->coded_fmt.fmt.pix_mp.height) in rkvdec_hevc_validate_sps()
H A Drkvdec-vdpu381-hevc.c530 if (sps->pic_width_in_luma_samples > ctx->coded_fmt.fmt.pix_mp.width || in rkvdec_hevc_validate_sps()
531 sps->pic_height_in_luma_samples > ctx->coded_fmt.fmt.pix_mp.height) in rkvdec_hevc_validate_sps()
H A Drkvdec-vdpu383-hevc.c538 if (sps->pic_width_in_luma_samples > ctx->coded_fmt.fmt.pix_mp.width || in rkvdec_hevc_validate_sps()
539 sps->pic_height_in_luma_samples > ctx->coded_fmt.fmt.pix_mp.height) in rkvdec_hevc_validate_sps()