Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c81 MppBufferGroup ext_line_buf_grp; member
125 if (p->ext_line_buf_grp) { in hal_h264e_vepu540c_deinit()
126 mpp_buffer_group_put(p->ext_line_buf_grp); in hal_h264e_vepu540c_deinit()
127 p->ext_line_buf_grp = NULL; in hal_h264e_vepu540c_deinit()
217 if (NULL == ctx->ext_line_buf_grp) in setup_hal_bufs()
218 mpp_buffer_group_get_internal(&ctx->ext_line_buf_grp, MPP_BUFFER_TYPE_ION); in setup_hal_bufs()
222 mpp_buffer_group_clear(ctx->ext_line_buf_grp); in setup_hal_bufs()
225 mpp_assert(ctx->ext_line_buf_grp); in setup_hal_bufs()
228 mpp_buffer_get(ctx->ext_line_buf_grp, &ctx->ext_line_buf, ext_line_buf_size); in setup_hal_bufs()
237 if (ctx->ext_line_buf_grp) { in setup_hal_bufs()
[all …]
H A Dhal_h264e_vepu580.c73 MppBufferGroup ext_line_buf_grp; member
186 mpp_buffer_get(ctx->ext_line_buf_grp, &ctx->ext_line_bufs[i], in setup_ext_line_bufs()
228 if (p->ext_line_buf_grp) { in hal_h264e_vepu580_deinit()
229 mpp_buffer_group_put(p->ext_line_buf_grp); in hal_h264e_vepu580_deinit()
230 p->ext_line_buf_grp = NULL; in hal_h264e_vepu580_deinit()
424 if (NULL == ctx->ext_line_buf_grp) in setup_hal_bufs()
425 mpp_buffer_group_get_internal(&ctx->ext_line_buf_grp, MPP_BUFFER_TYPE_ION); in setup_hal_bufs()
428 mpp_buffer_group_clear(ctx->ext_line_buf_grp); in setup_hal_bufs()
431 mpp_assert(ctx->ext_line_buf_grp); in setup_hal_bufs()
437 if (ctx->ext_line_buf_grp) { in setup_hal_bufs()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c100 MppBufferGroup ext_line_buf_grp; member
195 if (NULL == ctx->ext_line_buf_grp) in vepu540c_h265_setup_hal_bufs()
196 mpp_buffer_group_get_internal(&ctx->ext_line_buf_grp, MPP_BUFFER_TYPE_ION); in vepu540c_h265_setup_hal_bufs()
200 mpp_buffer_group_clear(ctx->ext_line_buf_grp); in vepu540c_h265_setup_hal_bufs()
203 mpp_assert(ctx->ext_line_buf_grp); in vepu540c_h265_setup_hal_bufs()
206 mpp_buffer_get(ctx->ext_line_buf_grp, &ctx->ext_line_buf, ext_line_buf_size); in vepu540c_h265_setup_hal_bufs()
215 if (ctx->ext_line_buf_grp) { in vepu540c_h265_setup_hal_bufs()
216 mpp_buffer_group_clear(ctx->ext_line_buf_grp); in vepu540c_h265_setup_hal_bufs()
217 mpp_buffer_group_put(ctx->ext_line_buf_grp); in vepu540c_h265_setup_hal_bufs()
218 ctx->ext_line_buf_grp = NULL; in vepu540c_h265_setup_hal_bufs()
[all …]