Searched refs:decoded_fmt (Results 1 – 8 of 8) sorted by relevance
86 u32 width = ctx->decoded_fmt.fmt.pix_mp.width; in visl_tpg_init() 87 u32 height = ctx->decoded_fmt.fmt.pix_mp.height; in visl_tpg_init() 88 struct v4l2_pix_format_mplane *f = &ctx->decoded_fmt.fmt.pix_mp; in visl_tpg_init() 295 struct v4l2_format *f = &ctx->decoded_fmt; in visl_reset_decoded_fmt() 296 u32 decoded_fmt = ctx->coded_format_desc[0].decoded_fmts[0]; in visl_reset_decoded_fmt() local 298 visl_init_fmt(f, decoded_fmt); in visl_reset_decoded_fmt() 308 visl_print_fmt(ctx, &ctx->decoded_fmt); in visl_reset_decoded_fmt() 382 *f = ctx->decoded_fmt; in visl_g_fmt_vid_cap() 480 ctx->decoded_fmt.fmt.pix_mp.colorspace = f->fmt.pix_mp.colorspace; in visl_s_fmt_vid_out() 481 ctx->decoded_fmt in visl_s_fmt_vid_out() [all...]
96 f = &ctx->decoded_fmt; in tegra_queue_setup() 232 pixfmt = &ctx->decoded_fmt.fmt.pix_mp; in tegra_buf_prepare() 467 struct v4l2_format *f = &ctx->decoded_fmt; in tegra_reset_decoded_fmt() 527 *f = ctx->decoded_fmt; in tegra_g_decoded_fmt() 588 ctx->decoded_fmt = *f; in tegra_s_decoded_fmt() 709 cap_fmt = &ctx->decoded_fmt; in tegra_s_coded_fmt() 842 tegra_try_decoded_fmt(file, file->private_data, &ctx->decoded_fmt); in tegra_open()
151 struct v4l2_format decoded_fmt; member
696 struct v4l2_pix_format_mplane *pixfmt = &ctx->decoded_fmt.fmt.pix_mp; in tegra_vde_h264_setup_frame()
119 struct v4l2_format decoded_fmt; member
109 struct v4l2_format *f = &ctx->decoded_fmt; in rkvdec_reset_decoded_fmt() 435 ctx->decoded_fmt = *f; in rkvdec_s_capture_fmt() 492 cap_fmt = &ctx->decoded_fmt; in rkvdec_s_output_fmt() 518 *f = ctx->decoded_fmt; in rkvdec_g_capture_fmt() 588 f = &ctx->decoded_fmt; in rkvdec_queue_setup() 617 f = &ctx->decoded_fmt; in rkvdec_buf_prepare()
554 aligned_height = round_up(ctx->decoded_fmt.fmt.pix_mp.height, 64); in config_registers() 556 aligned_pitch = round_up(ctx->decoded_fmt.fmt.pix_mp.width * in config_registers() 691 writel_relaxed(ctx->decoded_fmt.fmt.pix_mp.width | in config_registers() 692 (ctx->decoded_fmt.fmt.pix_mp.height << 16), in config_registers() 715 if (aligned_width != ctx->decoded_fmt.fmt.pix_mp.width || in validate_dec_params() 716 aligned_height != ctx->decoded_fmt.fmt.pix_mp.height) { in validate_dec_params()
911 f = &ctx->decoded_fmt; in config_registers()