Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c45 RK_U32 static_size, dynamic_size = 0, total_size = 0; in fill_hdr_meta_to_frame() local
66 total_size = static_size + dynamic_size; in fill_hdr_meta_to_frame()
68 if ((off + total_size) > max_size) { in fill_hdr_meta_to_frame()
70 off, total_size, max_size); in fill_hdr_meta_to_frame()
167 mpp_meta_set_s32(meta, KEY_HDR_META_SIZE, total_size); in fill_hdr_meta_to_frame()
H A Dmpp_buffer_impl.c69 rk_u32 total_size; member
348 MPP_FETCH_SUB(&srv->total_size, size); in service_put_buffer()
515 rk_u32 total = MPP_ADD_FETCH(&srv->total_size, info->size); in mpp_buffer_create()
891 size = srv->total_size; in mpp_buffer_total_now()
/rockchip-linux_mpp/osal/
H A Dmpp_mem.c132 rk_u32 total_size; member
315 srv->nodes_cnt, srv->total_size, size, __FUNCTION__); in reset_node()
321 srv->total_size += size; in reset_node()
322 srv->total_size -= node->size; in reset_node()
368 srv->nodes_cnt, srv->total_size, size, caller); in add_node()
392 srv->total_size += size; in add_node()
393 if (srv->total_size > srv->total_max) in add_node()
394 srv->total_max = srv->total_size; in add_node()
412 srv->total_size -= node->size; in del_node()
416 srv->nodes_cnt, srv->total_size, node->size, caller); in del_node()
[all …]
H A Dmpp_thread.c637 rk_s32 total_size = MPP_ALIGN(sizeof(MppSThdGrpImpl), 8) + count * elem_size; in mpp_sthd_grp_get() local
639 grp = mpp_calloc_size(MppSThdGrpImpl, total_size); in mpp_sthd_grp_get()
/rockchip-linux_mpp/osal/allocator/
H A Dion.h349 unsigned long total_size; member
356 unsigned long total_size; member
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c516 size_t total_size = src_size * 2 + dst_size * 2; in main() local
518 mpp_buffer_get(NULL, &buffer, total_size); in main()
524 memset(buf_ptr, 0xff, total_size); in main()