Searched refs:tile_grp (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 98 MppBufferGroup tile_grp; member 721 if (ctx->tile_grp) { in hal_h265e_v541_deinit() 722 mpp_buffer_group_put(ctx->tile_grp); in hal_h265e_v541_deinit() 723 ctx->tile_grp = NULL; in hal_h265e_v541_deinit() 1461 if (NULL == ctx->tile_grp) in vepu54x_h265_set_hw_address() 1462 mpp_buffer_group_get_internal(&ctx->tile_grp, MPP_BUFFER_TYPE_ION); in vepu54x_h265_set_hw_address() 1464 mpp_assert(ctx->tile_grp); 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() 1471 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 | 112 MppBufferGroup tile_grp; member 1395 if (ctx->tile_grp) { in hal_h265e_v580_deinit() 1396 mpp_buffer_group_put(ctx->tile_grp); in hal_h265e_v580_deinit() 1397 ctx->tile_grp = NULL; in hal_h265e_v580_deinit() 2335 if (NULL == ctx->tile_grp) in vepu580_h265_set_hw_address() 2336 mpp_buffer_group_get_internal(&ctx->tile_grp, MPP_BUFFER_TYPE_ION); in vepu580_h265_set_hw_address() 2338 mpp_assert(ctx->tile_grp); 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() 2347 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_stream[0], ctx->frame_size / tile_num); in vepu580_h265_set_hw_address() 2352 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_stream[1], ctx->frame_size / tile_num); in vepu580_h265_set_hw_address() [all …]
|