Searched refs:coded_fmt (Results 1 – 8 of 8) sorted by relevance
| /drivers/media/test-drivers/visl/ |
| A D | visl-dec.c | 338 struct v4l2_pix_format_mplane *coded_fmt = &ctx->coded_fmt.fmt.pix_mp; in visl_tpg_fill() local 379 coded_fmt->pixelformat, in visl_tpg_fill() 380 (coded_fmt->pixelformat >> 8) & 0xff, in visl_tpg_fill() 381 (coded_fmt->pixelformat >> 16) & 0xff, in visl_tpg_fill() 382 (coded_fmt->pixelformat >> 24) & 0xff, in visl_tpg_fill() 383 coded_fmt->width, in visl_tpg_fill() 384 coded_fmt->height, in visl_tpg_fill() 385 coded_fmt->num_planes); in visl_tpg_fill() 390 for (i = 0; i < coded_fmt->num_planes; i++) { in visl_tpg_fill() 395 coded_fmt->plane_fmt[i].bytesperline, in visl_tpg_fill() [all …]
|
| A D | visl-video.c | 22 u32 fourcc = ctx->coded_fmt.fmt.pix_mp.pixelformat; in visl_set_current_codec() 274 struct v4l2_format *f = &ctx->coded_fmt; in visl_reset_coded_fmt() 288 visl_print_fmt(ctx, &ctx->coded_fmt); in visl_reset_coded_fmt() 304 ctx->coded_fmt.fmt.pix_mp.width, in visl_reset_decoded_fmt() 305 ctx->coded_fmt.fmt.pix_mp.height); in visl_reset_decoded_fmt() 392 *f = ctx->coded_fmt; in visl_g_fmt_vid_out() 474 ctx->coded_fmt = *f; in visl_s_fmt_vid_out() 486 visl_print_fmt(ctx, &ctx->coded_fmt); in visl_s_fmt_vid_out() 582 f = &ctx->coded_fmt; in visl_queue_setup() 657 pix_fmt = &ctx->coded_fmt.fmt.pix; in visl_buf_prepare()
|
| A D | visl.h | 152 struct v4l2_format coded_fmt; member
|
| /drivers/media/platform/nvidia/tegra-vde/ |
| A D | v4l2.c | 94 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() 839 tegra_try_coded_fmt(file, file->private_data, &ctx->coded_fmt); in tegra_open()
|
| A D | vde.h | 150 struct v4l2_format coded_fmt; member
|
| /drivers/media/platform/rockchip/rkvdec/ |
| A D | rkvdec.c | 115 f->fmt.pix_mp.width = ctx->coded_fmt.fmt.pix_mp.width; in rkvdec_reset_decoded_fmt() 116 f->fmt.pix_mp.height = ctx->coded_fmt.fmt.pix_mp.height; in rkvdec_reset_decoded_fmt() 303 struct v4l2_format *f = &ctx->coded_fmt; in rkvdec_reset_coded_fmt() 374 pix_mp->width = max(pix_mp->width, ctx->coded_fmt.fmt.pix_mp.width); in rkvdec_try_capture_fmt() 375 pix_mp->height = max(pix_mp->height, ctx->coded_fmt.fmt.pix_mp.height); in rkvdec_try_capture_fmt() 457 f->fmt.pix_mp.pixelformat != ctx->coded_fmt.fmt.pix_mp.pixelformat)) in rkvdec_s_output_fmt() 477 ctx->coded_fmt = *f; in rkvdec_s_output_fmt() 509 *f = ctx->coded_fmt; in rkvdec_g_output_fmt() 586 f = &ctx->coded_fmt; in rkvdec_queue_setup() 615 f = &ctx->coded_fmt; in rkvdec_buf_prepare()
|
| A D | rkvdec.h | 118 struct v4l2_format coded_fmt; member
|
| A D | rkvdec-h264.c | 1079 if (width > ctx->coded_fmt.fmt.pix_mp.width || in rkvdec_h264_validate_sps() 1080 height > ctx->coded_fmt.fmt.pix_mp.height) in rkvdec_h264_validate_sps()
|
Completed in 23 milliseconds