Home
last modified time | relevance | path

Searched refs:buf_pass1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c104 MppBuffer buf_pass1; member
254 if (p->buf_pass1) { in hal_h264e_vepu580_deinit()
255 mpp_buffer_put(p->buf_pass1); in hal_h264e_vepu580_deinit()
256 p->buf_pass1 = NULL; in hal_h264e_vepu580_deinit()
808 if (NULL == ctx->buf_pass1) { in vepu580_h264e_save_pass1_patch()
809 mpp_buffer_get(NULL, &ctx->buf_pass1, width_align * height_align * 3 / 2); in vepu580_h264e_save_pass1_patch()
810 if (!ctx->buf_pass1) { in vepu580_h264e_save_pass1_patch()
817 regs->reg_base.rfpw_h_addr = mpp_buffer_get_fd(ctx->buf_pass1); in vepu580_h264e_save_pass1_patch()
836 RK_S32 fd_in = mpp_buffer_get_fd(ctx->buf_pass1); in vepu580_h264e_use_pass1_patch()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c115 MppBuffer buf_pass1; member
1419 if (ctx->buf_pass1) { in hal_h265e_v580_deinit()
1420 mpp_buffer_put(ctx->buf_pass1); in hal_h265e_v580_deinit()
1421 ctx->buf_pass1 = NULL; in hal_h265e_v580_deinit()
2393 if (NULL == ctx->buf_pass1) { in vepu580_h265e_save_pass1_patch()
2394 mpp_buffer_get(NULL, &ctx->buf_pass1, width_align * height_align * 3 / 2); in vepu580_h265e_save_pass1_patch()
2395 if (!ctx->buf_pass1) { in vepu580_h265e_save_pass1_patch()
2402 reg_base->reg0163_rfpw_h_addr = mpp_buffer_get_fd(ctx->buf_pass1); in vepu580_h265e_save_pass1_patch()
2434 reg_base->reg0160_adr_src0 = mpp_buffer_get_fd(ctx->buf_pass1); in vepu580_h265e_use_pass1_patch()