Home
last modified time | relevance | path

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

/drivers/media/platform/verisilicon/
A Dhantro_v4l2.c35 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()
150 int bit_depth, bool need_postproc) in hantro_get_default_fmt() argument
155 formats = hantro_get_formats(ctx, &num_fmts, need_postproc); in hantro_get_default_fmt()
444 hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc) in hantro_reset_raw_fmt() argument
450 raw_vpu_fmt = hantro_get_default_fmt(ctx, false, bit_depth, need_postproc); in hantro_reset_raw_fmt()
465 ret = hantro_set_fmt_out(ctx, &raw_fmt, need_postproc); in hantro_reset_raw_fmt()
471 ctx->need_postproc = need_postproc; in hantro_reset_raw_fmt()
528 bool need_postproc) in hantro_set_fmt_out() argument
[all …]
A Dhantro_v4l2.h27 int hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc);
32 int bit_depth, bool need_postproc);
A Dhantro_drv.c369 bool need_postproc = HANTRO_AUTO_POSTPROC; in hantro_av1_s_ctrl() local
373 need_postproc = HANTRO_FORCE_POSTPROC; in hantro_av1_s_ctrl()
376 ctx->need_postproc == need_postproc) in hantro_av1_s_ctrl()
379 return hantro_reset_raw_fmt(ctx, bit_depth, need_postproc); in hantro_av1_s_ctrl()
A Dhantro.h267 bool need_postproc; member
A Dhantro_postproc.c63 if (ctx->need_postproc) in hantro_needs_postproc()

Completed in 11 milliseconds