Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 35) sorted by relevance

12

/rockchip-linux_mpp/utils/
H A Ddictionary.c80 free(new_val); in dictionary_grow()
82 free(new_key); in dictionary_grow()
84 free(new_hash); in dictionary_grow()
92 free(d->val); in dictionary_grow()
93 free(d->key); in dictionary_grow()
94 free(d->hash); in dictionary_grow()
184 free(d->key[i]); in dictionary_del()
186 free(d->val[i]); in dictionary_del()
188 free(d->val); in dictionary_del()
189 free(d->key); in dictionary_del()
[all …]
/rockchip-linux_mpp/doc/design/
H A D3.mpp_buffer.txt13 Different MppBufferGroup has different allocator. And besides normal malloc/free
17 buffer is free buffer will not be released immediately. Buffer will be moved to
21 will save the allocate/free time.
36 | malloc | | | | free |
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_packet_test.c53 free(data); in main()
62 free(data); in main()
H A Dmpp_buffer_test.c187 ret = api->free(allocator, &commit); in main()
268 free(commit_ptr[i]); in main()
H A Dmpp_bit_test.c119 free(data); in main()
/rockchip-linux_mpp/test/
H A Dvpu_api_test.c460 free(enc_in->buf); in vpu_encode_demo()
464 free(enc_out->data); in vpu_encode_demo()
469 free(ctx->private_data); in vpu_encode_demo()
687 free(pOut->data); in vpu_decode_demo()
698 free(pkt->data); in vpu_decode_demo()
702 free(pOut->data); in vpu_decode_demo()
706 free(pExtra); in vpu_decode_demo()
H A Dmpp_event_trigger.c227 free(ictx); in event_ctx_release()
/rockchip-linux_mpp/osal/linux/
H A Dos_mem.c24 free(ptr); in os_free()
/rockchip-linux_mpp/osal/
H A Dmpp_allocator_api.h21 OsAllocatorFunc free; member
H A Dmpp_log.c172 free(log_buf); in mpp_llog()
193 free(log_buf); in mpp_llog()
H A Dmpp_allocator.c64 func = p->os_api.free; in mpp_allocator_api_wrapper()
118 .free = mpp_allocator_free,
/rockchip-linux_mpp/osal/android/
H A Dos_mem.c36 free(ptr); in os_free()
/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp121 free(node); in release_list()
221 free(node); in flush()
251 if (head) free(head); in ~rk_list()
H A DppOp.cpp235 if (tmpbuf)free(tmpbuf); in main()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_allocator.h27 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data); member
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_ion.c187 free(dir[0]); in find_dir_in_path()
188 free(dir); in find_dir_in_path()
487 .free = allocator_ion_free,
H A Dallocator_std.c112 .free = allocator_std_free,
H A Dallocator_ext_dma.c146 .free = allocator_ext_dma_free,
H A Dallocator_drm.c371 .free = os_allocator_drm_free,
/rockchip-linux_mpp/LICENSES/
H A DMIT14 Permission is hereby granted, free of charge, to any person obtaining a
/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2_gmv.c54 free(dat); in iep2_sort()
H A Diep2_osd.c56 free(dat); in iep2_sort()
H A Diep2.c522 free(com_ctx->priv); in rockchip_iep2_api_release_ctx()
526 free(com_ctx); in rockchip_iep2_api_release_ctx()
/rockchip-linux_mpp/debian/
H A Dcopyright25 This package is free software; you can redistribute it and/or modify
/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c624 free(com_ctx->priv); in rockchip_iep_api_release_ctx()
628 free(com_ctx); in rockchip_iep_api_release_ctx()

12