Lines Matching refs:seg_map
77 ret = mpp_buffer_get(ctx->group, &ctx->seg_map, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu2_init()
106 if (ctx->seg_map) { in hal_vp8d_vdpu2_init()
107 mpp_buffer_group_put(ctx->seg_map); in hal_vp8d_vdpu2_init()
108 ctx->seg_map = NULL; in hal_vp8d_vdpu2_init()
138 if (ctx->seg_map) { in hal_vp8d_vdpu2_deinit()
139 ret = mpp_buffer_put(ctx->seg_map); in hal_vp8d_vdpu2_deinit()
193 reg->reg149_segment_map_base = mpp_buffer_get_fd(ctx->seg_map); in hal_vp8_init_hwcfg()
464 segmap_ptr = mpp_buffer_get_ptr(ctx->seg_map); in hal_vp8d_vdpu2_gen_regs()
593 mpp_buffer_sync_end(ctx->seg_map); in hal_vp8d_vdpu2_gen_regs()
622 p = (RK_U32*)mpp_buffer_get_ptr(ctx->seg_map); in hal_vp8d_vdpu2_dump_info()
624 for (i = 0; i < mpp_buffer_get_size(ctx->seg_map) / 4; i++) in hal_vp8d_vdpu2_dump_info()