Searched refs:hantro_reset_raw_fmt (Results 1 - 3 of 3) 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);
H A Dhantro_v4l2.c421 hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc) function
457 hantro_reset_raw_fmt(ctx, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC);
543 * Note that hantro_reset_raw_fmt() also propagates size
547 hantro_reset_raw_fmt(ctx,
601 * Note that hantro_reset_raw_fmt() also propagates size
605 hantro_reset_raw_fmt(ctx, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC);
H A Dhantro_drv.c325 return hantro_reset_raw_fmt(ctx, bit_depth, HANTRO_AUTO_POSTPROC);
349 return hantro_reset_raw_fmt(ctx, bit_depth, HANTRO_AUTO_POSTPROC);
379 return hantro_reset_raw_fmt(ctx, bit_depth, need_postproc);

Completed in 109 milliseconds