Lines Matching refs:input_fmt
145 void *input_fmt; member
301 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu510_h265_setup_hal_bufs()
303 VepuFmt input_fmt = VEPU5xx_FMT_YUV420P; in vepu510_h265_setup_hal_bufs() local
319 input_fmt = (VepuFmt)fmt->format; in vepu510_h265_setup_hal_bufs()
320 switch (input_fmt) { in vepu510_h265_setup_hal_bufs()
343 hal_h265e_err("invalid src color space: %d\n", input_fmt); in vepu510_h265_setup_hal_bufs()
1041 MPP_FREE(ctx->input_fmt); in hal_h265e_v510_deinit()
1127 ctx->input_fmt = mpp_calloc(VepuFmtCfg, 1); in hal_h265e_v510_init()
1206 vepu510_h265_set_patch_info(H265eSyntax_new *syn, VepuFmt input_fmt, MppDevRegOffCfgs *offsets, Hal… in vepu510_h265_set_patch_info() argument
1219 switch (input_fmt) { in vepu510_h265_set_patch_info()
1254 hal_h265e_err("unknown color space: %d\n", input_fmt); in vepu510_h265_set_patch_info()
1722 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu510_h265e_use_pass1_patch()
1942 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in hal_h265e_v510_gen_regs()