Searched refs:hantro_reset_raw_fmt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/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);
|
H A D | hantro_v4l2.c | 421 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() 554 * Note that hantro_reset_raw_fmt() also propagates size in hantro_set_fmt_out() 558 hantro_reset_raw_fmt(ctx, in hantro_set_fmt_out() 619 * Note that hantro_reset_raw_fmt() also propagates size in hantro_set_fmt_cap() 623 hantro_reset_raw_fmt(ctx, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC); in hantro_set_fmt_cap()
|
H A D | hantro_drv.c | 323 return hantro_reset_raw_fmt(ctx, bit_depth, HANTRO_AUTO_POSTPROC); in hantro_vp9_s_ctrl() 347 return hantro_reset_raw_fmt(ctx, bit_depth, HANTRO_AUTO_POSTPROC); in hantro_hevc_s_ctrl() 377 return hantro_reset_raw_fmt(ctx, bit_depth, need_postproc); in hantro_av1_s_ctrl()
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_v4l2.c | 351 hantro_reset_raw_fmt(struct hantro_ctx *ctx) in hantro_reset_raw_fmt() function 380 hantro_reset_raw_fmt(ctx); in hantro_reset_fmts() 450 * Note that hantro_reset_raw_fmt() also propagates size in hantro_set_fmt_out() 454 hantro_reset_raw_fmt(ctx); in hantro_set_fmt_out() 512 * Note that hantro_reset_raw_fmt() also propagates size in hantro_set_fmt_cap() 516 hantro_reset_raw_fmt(ctx); in hantro_set_fmt_cap()
|
Completed in 4 milliseconds