Home
last modified time | relevance | path

Searched refs:hantro_reset_raw_fmt (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/media/platform/verisilicon/
Dhantro_v4l2.h27 int hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc);
Dhantro_v4l2.c421 hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc) in hantro_reset_raw_fmt() function
457 hantro_reset_raw_fmt(ctx, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC); in hantro_reset_fmts()
558 hantro_reset_raw_fmt(ctx, in hantro_set_fmt_out()
623 hantro_reset_raw_fmt(ctx, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC); in hantro_set_fmt_cap()
Dhantro_drv.c322 return hantro_reset_raw_fmt(ctx, bit_depth, HANTRO_AUTO_POSTPROC); in hantro_vp9_s_ctrl()
346 return hantro_reset_raw_fmt(ctx, bit_depth, HANTRO_AUTO_POSTPROC); in hantro_hevc_s_ctrl()
376 return hantro_reset_raw_fmt(ctx, bit_depth, need_postproc); in hantro_av1_s_ctrl()