| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_vproc_dev.c | 40 ctx->ops->release = dev_comp[i].put; in get_iep_ctx() 51 if (ictx->ops->release) in put_iep_ctx() 52 ictx->ops->release(ictx); in put_iep_ctx()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_packet_impl.h | 84 ReleaseCb release; member 108 void mpp_packet_set_release(MppPacket packet, ReleaseCb release, void *ctx, void *arg);
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_allocator_api.h | 23 OsAllocatorFunc release; member
|
| H A D | mpp_allocator.c | 70 func = p->os_api.release; in mpp_allocator_api_wrapper() 120 .release = mpp_allocator_release,
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_packet.c | 209 if (p->release) in mpp_packet_deinit() 210 p->release(p->release_ctx, p->release_arg); in mpp_packet_deinit() 654 void mpp_packet_set_release(MppPacket packet, ReleaseCb release, void *ctx, void *arg) in mpp_packet_set_release() argument 661 p->release = release; in mpp_packet_set_release()
|
| H A D | mpp_buffer_impl.c | 379 (buffer->alloc_api->release); in service_put_buffer() 563 rk_u32 release = 0; in mpp_buffer_ref_dec() local 581 release = 1; in mpp_buffer_ref_dec() 586 if (release) { in mpp_buffer_ref_dec()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_allocator.h | 29 MPP_RET (*release)(MppAllocator allocator, MppBufferInfo *data); member
|
| /rockchip-linux_mpp/mpp/vproc/inc/ |
| H A D | iep_common.h | 110 void (*release)(iep_com_ctx *ctx); member
|
| H A D | vdpp_api.h | 103 void (*release)(vdpp_com_ctx *ctx); member
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_std.c | 114 .release = allocator_std_release,
|
| H A D | allocator_ext_dma.c | 148 .release = allocator_ext_dma_release,
|
| H A D | allocator_drm.c | 373 .release = os_allocator_drm_free,
|
| H A D | allocator_dma_heap.c | 364 .release = os_allocator_dma_heap_free,
|
| H A D | allocator_ion.c | 489 .release = allocator_ion_free,
|
| /rockchip-linux_mpp/ |
| H A D | readme.txt | 160 |----- out final release binary output directory 348 use create buffer internally and user need to release each frame they get. 366 2. User can release MppBufferGroup after decoder is closed.
|
| H A D | CHANGELOG.md | 30 - Rename FFmpeg to FF for sdk release request 66 - Rename Dolby for sdk release requirement 171 - A fix for company release requirement
|
| /rockchip-linux_mpp/doc/design/ |
| H A D | 4.mpp_task.txt | 22 release task. But task queue will not interact with user directly. We use port
|
| /rockchip-linux_mpp/kmpp/base/ |
| H A D | kmpp_obj.c | 511 rk_s32 release = 0; in kmpp_objdef_put() local 516 release = 1; in kmpp_objdef_put() 525 release = 1; in kmpp_objdef_put() 528 if (release) { in kmpp_objdef_put()
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 191 * [mpp_list]: release the blocked thread at reset
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 503 .release = NULL,
|
| /rockchip-linux_mpp/mpp/vproc/iep/ |
| H A D | iep.c | 605 .release = NULL,
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 125 …ks for hardware. It provides functions such as memory block allocate and release, reference counte… 452 …oder will automatically allocate memory internally and the user needs to release the acquired data… 462 …ut restrictions. If the bitstream is input quickly and the user does not release the decoded image… 683 …ic configuration of the encoder is completed. The user needs to manually release the previously al… 1036 The release branch is the release branch, the development branch is the develop branch, and the def…
|
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 1088 发布分支为release分支,开发分支为develop分支,默认为开发分支。
|
| /rockchip-linux_mpp/build/android/ |
| H A D | android.toolchain.cmake | 872 You are strongly recommended to switch to another NDK release. 877 … definition for ptrdiff_t. You are recommended to upgrade to a newer NDK release or manually patch…
|