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

/linux-master/drivers/media/platform/verisilicon/
H 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);
H A Dhantro_v4l2.c35 bool need_postproc);
40 hantro_get_formats(const struct hantro_ctx *ctx, unsigned int *num_fmts, bool need_postproc) argument
44 if (need_postproc) {
131 int bit_depth, bool need_postproc)
136 formats = hantro_get_formats(ctx, &num_fmts, need_postproc);
421 hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc) argument
427 raw_vpu_fmt = hantro_get_default_fmt(ctx, false, bit_depth, need_postproc);
442 ret = hantro_set_fmt_out(ctx, &raw_fmt, need_postproc);
448 ctx->need_postproc = need_postproc;
130 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream, int bit_depth, bool need_postproc) argument
503 hantro_set_fmt_out(struct hantro_ctx *ctx, struct v4l2_pix_format_mplane *pix_mp, bool need_postproc) argument
[all...]
H A Dhantro_drv.c369 bool need_postproc = HANTRO_AUTO_POSTPROC; local
373 need_postproc = HANTRO_FORCE_POSTPROC;
376 ctx->need_postproc == need_postproc)
379 return hantro_reset_raw_fmt(ctx, bit_depth, need_postproc);
H A Dhantro.h234 * @need_postproc: Set to true if the bitstream features require to
265 bool need_postproc; member in struct:hantro_ctx
H A Dhantro_postproc.c61 if (ctx->need_postproc)

Completed in 95 milliseconds