Lines Matching refs:group
50 ret = mpp_buffer_get(reg_ctx->group, in hal_h265d_alloc_res()
58 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->g_buf[i].pps_data, in hal_h265d_alloc_res()
65 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->g_buf[i].rps_data, in hal_h265d_alloc_res()
74 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->scaling_list_data, in hal_h265d_alloc_res()
81 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->pps_data, PPS_SIZE); in hal_h265d_alloc_res()
87 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->rps_data, RPS_SIZE); in hal_h265d_alloc_res()
186 if (reg_ctx->group == NULL) { in hal_h265d_rkv_init()
187 ret = mpp_buffer_group_get_internal(®_ctx->group, MPP_BUFFER_TYPE_ION); in hal_h265d_rkv_init()
194 ret = mpp_buffer_get(reg_ctx->group, ®_ctx->cabac_table_data, sizeof(cabac_table)); in hal_h265d_rkv_init()
245 if (reg_ctx->group) { in hal_h265d_rkv_deinit()
246 ret = mpp_buffer_group_put(reg_ctx->group); in hal_h265d_rkv_deinit()