Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_vdpu2.c77 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()
[all …]
H A Dhal_vp8d_vdpu1.c76 ret = mpp_buffer_get(ctx->group, &ctx->seg_map, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu1_init()
104 if (ctx->seg_map) { in hal_vp8d_vdpu1_init()
105 mpp_buffer_group_put(ctx->seg_map); in hal_vp8d_vdpu1_init()
106 ctx->seg_map = NULL; in hal_vp8d_vdpu1_init()
136 if (ctx->seg_map) { in hal_vp8d_vdpu1_deinit()
137 ret = mpp_buffer_put(ctx->seg_map); in hal_vp8d_vdpu1_deinit()
193 reg->reg10_segment_map_base = mpp_buffer_get_fd(ctx->seg_map); in hal_vp8_init_hwcfg()
470 segmap_ptr = mpp_buffer_get_ptr(ctx->seg_map); in hal_vp8d_vdpu1_gen_regs()
617 mpp_buffer_sync_end(ctx->seg_map); in hal_vp8d_vdpu1_gen_regs()
H A Dhal_vp8d_base.h54 MppBuffer seg_map; member