Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c114 MppBuffer hw_tile_stream[MAX_TILE_NUM - 1]; member
1389 if (ctx->hw_tile_stream[i]) { in hal_h265e_v580_deinit()
1390 mpp_buffer_put(ctx->hw_tile_stream[i]); in hal_h265e_v580_deinit()
1391 ctx->hw_tile_stream[i] = NULL; in hal_h265e_v580_deinit()
2346 if (NULL == ctx->hw_tile_stream[0]) { 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()
2351 if (NULL == ctx->hw_tile_stream[1]) { 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()
2354 if (NULL == ctx->hw_tile_stream[2]) { in vepu580_h265_set_hw_address()
2355 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_stream[2], ctx->frame_size / tile_num); in vepu580_h265_set_hw_address()
[all …]