Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c203 buf_size = ctx->ref_fmt.plane_fmt[0].sizeimage; in hantro_postproc_buffer_size()
205 buf_size += hantro_h264_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
206 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
208 buf_size += hantro_vp9_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
209 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
211 buf_size += hantro_hevc_mv_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
212 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
214 buf_size += hantro_hevc_compressed_size(ctx->ref_fmt.width, in hantro_postproc_buffer_size()
215 ctx->ref_fmt.height); in hantro_postproc_buffer_size()
218 buf_size += hantro_av1_mv_size(ctx->ref_fmt 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.c140 ctx->ref_fmt.width = ctx->src_fmt.width; in hantro_set_reference_frames_format()
141 ctx->ref_fmt.height = ctx->src_fmt.height; in hantro_set_reference_frames_format()
143 v4l2_apply_frmsize_constraints(&ctx->ref_fmt.width, &ctx->ref_fmt.height, &fmt->frmsize); in hantro_set_reference_frames_format()
144 return v4l2_fill_pixfmt_mp(&ctx->ref_fmt, fmt->fourcc, in hantro_set_reference_frames_format()
145 ctx->ref_fmt.width, ctx->ref_fmt.height); in hantro_set_reference_frames_format()
/linux/sound/soc/intel/avs/
H A Dmessages.h870 struct avs_audio_format ref_fmt; member
904 struct avs_audio_format ref_fmt; member
929 struct avs_audio_format ref_fmt; member
H A Dpath.c408 cfg->ref_fmt = *te->whm.ref_fmt; in avs_whm_create()
628 cfg.ref_fmt = *t->cfg_ext->aec.ref_fmt; in avs_aec_create()
647 cfg.ref_fmt = *t->cfg_ext->mux.ref_fmt; in avs_mux_create()