Searched refs:need_postproc (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.h | 27 int hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc); 32 int bit_depth, bool need_postproc);
|
H A D | hantro_v4l2.c | 35 bool need_postproc); 40 hantro_get_formats(const struct hantro_ctx *ctx, unsigned int *num_fmts, bool need_postproc) in hantro_get_formats() argument 44 if (need_postproc) { in hantro_get_formats() 131 int bit_depth, bool need_postproc) in hantro_get_default_fmt() argument 136 formats = hantro_get_formats(ctx, &num_fmts, need_postproc); in hantro_get_default_fmt() 421 hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc) in hantro_reset_raw_fmt() argument 427 raw_vpu_fmt = hantro_get_default_fmt(ctx, false, bit_depth, need_postproc); in hantro_reset_raw_fmt() 442 ret = hantro_set_fmt_out(ctx, &raw_fmt, need_postproc); in hantro_reset_raw_fmt() 448 ctx->need_postproc = need_postproc; in hantro_reset_raw_fmt() 505 bool need_postproc) in hantro_set_fmt_out() argument [all …]
|
H A D | hantro_drv.c | 367 bool need_postproc = HANTRO_AUTO_POSTPROC; in hantro_av1_s_ctrl() local 371 need_postproc = HANTRO_FORCE_POSTPROC; in hantro_av1_s_ctrl() 374 ctx->need_postproc == need_postproc) in hantro_av1_s_ctrl() 377 return hantro_reset_raw_fmt(ctx, bit_depth, need_postproc); in hantro_av1_s_ctrl()
|
H A D | hantro.h | 266 bool need_postproc; member
|
H A D | hantro_postproc.c | 61 if (ctx->need_postproc) in hantro_needs_postproc()
|