Home
last modified time | relevance | path

Searched refs:ref_fmt (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c199 buf_size = ctx->ref_fmt.plane_fmt[0].sizeimage; in hantro_postproc_buffer_size()
201 buf_size += hantro_h264_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
202 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
204 buf_size += hantro_vp9_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
205 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
207 buf_size += hantro_hevc_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
208 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
210 buf_size += hantro_hevc_compressed_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
211 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
214 buf_size += hantro_av1_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
[all …]
H A Dhantro_g2.c50 return ctx->ref_fmt.plane_fmt[0].bytesperline * ctx->ref_fmt.height; in hantro_g2_chroma_offset()
H A Dhantro_v4l2.c139 ctx->ref_fmt.width = ctx->src_fmt.width; in hantro_set_reference_frames_format()
140 ctx->ref_fmt.height = ctx->src_fmt.height; in hantro_set_reference_frames_format()
142 v4l2_apply_frmsize_constraints(&ctx->ref_fmt.width, &ctx->ref_fmt.height, &fmt->frmsize); in hantro_set_reference_frames_format()
143 return v4l2_fill_pixfmt_mp(&ctx->ref_fmt, fmt->fourcc, in hantro_set_reference_frames_format()
144 ctx->ref_fmt.width, ctx->ref_fmt.height); in hantro_set_reference_frames_format()
H A Dhantro.h259 struct v4l2_pix_format_mplane ref_fmt; member
/linux-6.15/sound/soc/intel/avs/
H A Dtopology.h79 struct avs_audio_format *ref_fmt; member
105 struct avs_audio_format *ref_fmt; member
110 struct avs_audio_format *ref_fmt; member
H A Dmessages.h840 struct avs_audio_format ref_fmt; member
874 struct avs_audio_format ref_fmt; member
899 struct avs_audio_format ref_fmt; member
H A Dpath.c363 cfg->ref_fmt = *te->whm.ref_fmt; in avs_whm_create()
583 cfg.ref_fmt = *t->cfg_ext->aec.ref_fmt; in avs_aec_create()
602 cfg.ref_fmt = *t->cfg_ext->mux.ref_fmt; in avs_mux_create()
H A Dtopology.c695 .offset = offsetof(struct avs_tplg_modcfg_ext, mux.ref_fmt),
707 .offset = offsetof(struct avs_tplg_modcfg_ext, aec.ref_fmt),
821 .offset = offsetof(struct avs_tplg_modcfg_ext, whm.ref_fmt),