Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_vdpu2.c81 ret = mpp_buffer_get(ctx->group, &ctx->seg_map, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu2_init()
110 if (ctx->seg_map) { in hal_vp8d_vdpu2_init()
111 mpp_buffer_group_put(ctx->seg_map); in hal_vp8d_vdpu2_init()
112 ctx->seg_map = NULL; in hal_vp8d_vdpu2_init()
142 if (ctx->seg_map) { in hal_vp8d_vdpu2_deinit()
143 ret = mpp_buffer_put(ctx->seg_map); in hal_vp8d_vdpu2_deinit()
197 reg->reg149_segment_map_base = mpp_buffer_get_fd(ctx->seg_map); in hal_vp8_init_hwcfg()
485 segmap_ptr = mpp_buffer_get_ptr(ctx->seg_map); in hal_vp8d_vdpu2_gen_regs()
H A Dhal_vp8d_vdpu1.c80 ret = mpp_buffer_get(ctx->group, &ctx->seg_map, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu1_init()
108 if (ctx->seg_map) { in hal_vp8d_vdpu1_init()
109 mpp_buffer_group_put(ctx->seg_map); in hal_vp8d_vdpu1_init()
110 ctx->seg_map = NULL; in hal_vp8d_vdpu1_init()
140 if (ctx->seg_map) { in hal_vp8d_vdpu1_deinit()
141 ret = mpp_buffer_put(ctx->seg_map); in hal_vp8d_vdpu1_deinit()
197 reg->reg10_segment_map_base = mpp_buffer_get_fd(ctx->seg_map); in hal_vp8_init_hwcfg()
474 segmap_ptr = mpp_buffer_get_ptr(ctx->seg_map); in hal_vp8d_vdpu1_gen_regs()
H A Dhal_vp8d_base.h52 MppBuffer seg_map; member