Lines Matching refs:input_fmt
146 void *input_fmt; member
324 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu511_h265_setup_hal_bufs()
326 VepuFmt input_fmt = VEPU5xx_FMT_YUV420P; in vepu511_h265_setup_hal_bufs() local
342 input_fmt = (VepuFmt)fmt->format; in vepu511_h265_setup_hal_bufs()
343 switch (input_fmt) { in vepu511_h265_setup_hal_bufs()
366 hal_h265e_err("invalid src color space: %d\n", input_fmt); in vepu511_h265_setup_hal_bufs()
436 MPP_FREE(ctx->input_fmt); in hal_h265e_vepu511_deinit()
522 ctx->input_fmt = mpp_calloc(VepuFmtCfg, 1); in hal_h265e_vepu511_init()
601 vepu511_h265_set_patch_info(H265eSyntax_new *syn, VepuFmt input_fmt, MppDevRegOffCfgs *offsets, Hal… in vepu511_h265_set_patch_info() argument
613 switch (input_fmt) { in vepu511_h265_set_patch_info()
648 hal_h265e_err("unknown color space: %d\n", input_fmt); in vepu511_h265_set_patch_info()
701 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu511_h265e_use_pass1_patch()
2178 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in hal_h265e_vepu511_gen_regs()