Searched refs:hw_tile_buf (Results 1 – 2 of 2) sorted by relevance
99 MppBuffer hw_tile_buf[2]; member678 if (ctx->hw_tile_buf[0]) { in hal_h265e_v541_deinit()679 mpp_buffer_put(ctx->hw_tile_buf[0]); in hal_h265e_v541_deinit()680 ctx->hw_tile_buf[0] = NULL; in hal_h265e_v541_deinit()683 if (ctx->hw_tile_buf[1]) { in hal_h265e_v541_deinit()684 mpp_buffer_put(ctx->hw_tile_buf[1]); in hal_h265e_v541_deinit()685 ctx->hw_tile_buf[1] = NULL; in hal_h265e_v541_deinit()1423 if (NULL == ctx->hw_tile_buf[0]) { in vepu54x_h265_set_hw_address()1424 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_buf[0], TILE_BUF_SIZE); in vepu54x_h265_set_hw_address()1427 if (NULL == ctx->hw_tile_buf[1]) { in vepu54x_h265_set_hw_address()[all …]
142 MppBuffer hw_tile_buf[MAX_TILE_NUM]; member1420 if (frm->hw_tile_buf[j]) { in hal_h265e_v580_deinit()1421 mpp_buffer_put(frm->hw_tile_buf[j]); in hal_h265e_v580_deinit()1422 frm->hw_tile_buf[j] = NULL; in hal_h265e_v580_deinit()2488 if (NULL == frm->hw_tile_buf[i]) { in vepu580_h265_set_hw_address()2489 mpp_buffer_get(ctx->tile_grp, &frm->hw_tile_buf[i], max_tile_buf_size); in vepu580_h265_set_hw_address()2506 regs->reg0176_lpfw_addr = mpp_buffer_get_fd(frm->hw_tile_buf[0]); in vepu580_h265_set_hw_address()2507 regs->reg0177_lpfr_addr = mpp_buffer_get_fd(frm->hw_tile_buf[1]); in vepu580_h265_set_hw_address()2913 reg_base->reg0176_lpfw_addr = mpp_buffer_get_fd(frm->hw_tile_buf[k]); in hal_h265e_v580_start()2914 reg_base->reg0177_lpfr_addr = mpp_buffer_get_fd(frm->hw_tile_buf[k - 1]); in hal_h265e_v580_start()