| /rockchip-linux_mpp/utils/ |
| H A D | dictionary.c | 80 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 D | 3.mpp_buffer.txt | 13 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 D | mpp_packet_test.c | 53 free(data); in main() 62 free(data); in main()
|
| H A D | mpp_buffer_test.c | 187 ret = api->free(allocator, &commit); in main() 268 free(commit_ptr[i]); in main()
|
| H A D | mpp_bit_test.c | 119 free(data); in main()
|
| /rockchip-linux_mpp/test/ |
| H A D | vpu_api_test.c | 460 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 D | mpp_event_trigger.c | 227 free(ictx); in event_ctx_release()
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | os_mem.c | 24 free(ptr); in os_free()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_allocator_api.h | 21 OsAllocatorFunc free; member
|
| H A D | mpp_log.c | 172 free(log_buf); in mpp_llog() 193 free(log_buf); in mpp_llog()
|
| H A D | mpp_allocator.c | 64 func = p->os_api.free; in mpp_allocator_api_wrapper() 118 .free = mpp_allocator_free,
|
| /rockchip-linux_mpp/osal/android/ |
| H A D | os_mem.c | 36 free(ptr); in os_free()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | rk_list.cpp | 121 free(node); in release_list() 221 free(node); in flush() 251 if (head) free(head); in ~rk_list()
|
| H A D | ppOp.cpp | 235 if (tmpbuf)free(tmpbuf); in main()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_allocator.h | 27 MPP_RET (*free)(MppAllocator allocator, MppBufferInfo *data); member
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_ion.c | 187 free(dir[0]); in find_dir_in_path() 188 free(dir); in find_dir_in_path() 487 .free = allocator_ion_free,
|
| H A D | allocator_std.c | 112 .free = allocator_std_free,
|
| H A D | allocator_ext_dma.c | 146 .free = allocator_ext_dma_free,
|
| H A D | allocator_drm.c | 371 .free = os_allocator_drm_free,
|
| /rockchip-linux_mpp/LICENSES/ |
| H A D | MIT | 14 Permission is hereby granted, free of charge, to any person obtaining a
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2_gmv.c | 54 free(dat); in iep2_sort()
|
| H A D | iep2_osd.c | 56 free(dat); in iep2_sort()
|
| H A D | iep2.c | 522 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 D | copyright | 25 This package is free software; you can redistribute it and/or modify
|
| /rockchip-linux_mpp/mpp/vproc/iep/ |
| H A D | iep.c | 624 free(com_ctx->priv); in rockchip_iep_api_release_ctx() 628 free(com_ctx); in rockchip_iep_api_release_ctx()
|