Searched refs:ref_fmt (Results 1 – 4 of 4) sorted by relevance
| /drivers/media/platform/verisilicon/ |
| 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 …]
|
| A D | hantro_g2.c | 50 return ctx->ref_fmt.plane_fmt[0].bytesperline * ctx->ref_fmt.height; in hantro_g2_chroma_offset()
|
| 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()
|
| A D | hantro.h | 259 struct v4l2_pix_format_mplane ref_fmt; member
|
Completed in 10 milliseconds