Searched refs:hw_tile_buf (Results 1 – 2 of 2) sorted by relevance
99 MppBuffer hw_tile_buf[2]; member711 if (ctx->hw_tile_buf[0]) { in hal_h265e_v541_deinit()712 mpp_buffer_put(ctx->hw_tile_buf[0]); in hal_h265e_v541_deinit()713 ctx->hw_tile_buf[0] = NULL; in hal_h265e_v541_deinit()716 if (ctx->hw_tile_buf[1]) { in hal_h265e_v541_deinit()717 mpp_buffer_put(ctx->hw_tile_buf[1]); in hal_h265e_v541_deinit()718 ctx->hw_tile_buf[1] = NULL; in hal_h265e_v541_deinit()1466 if (NULL == ctx->hw_tile_buf[0]) { in vepu54x_h265_set_hw_address()1467 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_buf[0], TILE_BUF_SIZE); in vepu54x_h265_set_hw_address()1470 if (NULL == ctx->hw_tile_buf[1]) { in vepu54x_h265_set_hw_address()[all …]
113 MppBuffer hw_tile_buf[MAX_TILE_NUM]; member1382 if (ctx->hw_tile_buf[i]) { in hal_h265e_v580_deinit()1383 mpp_buffer_put(ctx->hw_tile_buf[i]); in hal_h265e_v580_deinit()1384 ctx->hw_tile_buf[i] = NULL; in hal_h265e_v580_deinit()2341 if (NULL == ctx->hw_tile_buf[i]) { in vepu580_h265_set_hw_address()2342 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_buf[i], TILE_BUF_SIZE); in vepu580_h265_set_hw_address()2359 regs->reg0176_lpfw_addr = mpp_buffer_get_fd(ctx->hw_tile_buf[0]); in vepu580_h265_set_hw_address()2360 regs->reg0177_lpfr_addr = mpp_buffer_get_fd(ctx->hw_tile_buf[1]); in vepu580_h265_set_hw_address()2742 reg_base->reg0176_lpfw_addr = mpp_buffer_get_fd(ctx->hw_tile_buf[k]); in hal_h265e_v580_start()2743 reg_base->reg0177_lpfr_addr = mpp_buffer_get_fd(ctx->hw_tile_buf[k - 1]); in hal_h265e_v580_start()