Searched refs:tile_grp (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 98 MppBufferGroup tile_grp; member 688 if (ctx->tile_grp) { in hal_h265e_v541_deinit() 689 mpp_buffer_group_put(ctx->tile_grp); in hal_h265e_v541_deinit() 690 ctx->tile_grp = NULL; in hal_h265e_v541_deinit() 1418 if (NULL == ctx->tile_grp) in vepu54x_h265_set_hw_address() 1419 mpp_buffer_group_get_internal(&ctx->tile_grp, MPP_BUFFER_TYPE_ION); in vepu54x_h265_set_hw_address() 1421 mpp_assert(ctx->tile_grp); 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() 1428 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_buf[1], TILE_BUF_SIZE); in vepu54x_h265_set_hw_address()
|
| H A D | hal_h265e_vepu580.c | 195 MppBufferGroup tile_grp; member 1453 if (ctx->tile_grp) { in hal_h265e_v580_deinit() 1454 mpp_buffer_group_put(ctx->tile_grp); in hal_h265e_v580_deinit() 1455 ctx->tile_grp = NULL; in hal_h265e_v580_deinit() 2482 if (NULL == ctx->tile_grp) in vepu580_h265_set_hw_address() 2483 mpp_buffer_group_get_internal(&ctx->tile_grp, MPP_BUFFER_TYPE_ION); in vepu580_h265_set_hw_address() 2485 mpp_assert(ctx->tile_grp); 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() 2494 mpp_buffer_get(ctx->tile_grp, &frm->hw_tile_stream[0], ctx->frame_size / tile_num); in vepu580_h265_set_hw_address() 2499 mpp_buffer_get(ctx->tile_grp, &frm->hw_tile_stream[1], ctx->frame_size / tile_num); in vepu580_h265_set_hw_address() [all …]
|