Searched refs:ref_fmt (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_postproc.c | 203 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.width, in hantro_postproc_buffer_size() [all …]
|
| H A D | hantro_g2.c | 100 return ctx->ref_fmt.plane_fmt[0].bytesperline * ctx->ref_fmt.height; in hantro_g2_chroma_offset()
|
| H A D | hantro_v4l2.c | 140 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 D | topology.h | 82 struct avs_audio_format *ref_fmt; member 108 struct avs_audio_format *ref_fmt; member 113 struct avs_audio_format *ref_fmt; member
|
| H A D | messages.h | 870 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 D | path.c | 462 cfg->ref_fmt = *te->whm.ref_fmt; in avs_whm_create() 682 cfg.ref_fmt = *t->cfg_ext->aec.ref_fmt; in avs_aec_create() 701 cfg.ref_fmt = *t->cfg_ext->mux.ref_fmt; in avs_mux_create()
|
| H A D | topology.c | 712 .offset = offsetof(struct avs_tplg_modcfg_ext, mux.ref_fmt), 724 .offset = offsetof(struct avs_tplg_modcfg_ext, aec.ref_fmt), 838 .offset = offsetof(struct avs_tplg_modcfg_ext, whm.ref_fmt),
|