Searched refs:unused (Results 1 – 15 of 15) sorted by relevance
| /rockchip-linux_mpp/kmpp/base/test/ |
| H A D | kmpp_buffer_test.c | 21 rk_s32 unused = 0; in main() local 88 ret |= kmpp_buf_grp_cfg_get_unused(grp_cfg, &unused); in main() 92 mpp_logi("buf grp cfg used %d unused %d after buffer_setup\n", used, unused); in main() 114 ret |= kmpp_buf_grp_cfg_get_unused(grp_cfg, &unused); in main() 118 mpp_logi("buf grp cfg used %d unused %d after buffer_put\n", used, unused); in main()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_mem_pool.c | 63 struct list_head unused; member 121 if (!list_empty(&impl->unused)) { in put_pool() 122 list_for_each_entry_safe(node, m, &impl->unused, MppMemPoolNode, list) { in put_pool() 205 INIT_LIST_HEAD(&pool->unused); in mpp_mem_pool_init() 239 if (!list_empty(&impl->unused)) { in mpp_mem_pool_get() 240 node = list_first_entry(&impl->unused, MppMemPoolNode, list); in mpp_mem_pool_get() 295 list_add(&node->list, &impl->unused); in mpp_mem_pool_put()
|
| /rockchip-linux_mpp/doc/design/ |
| H A D | 3.mpp_buffer.txt | 16 MppBufferGroup has two lists, unused buffer list and used buffer list. When 18 unused list for later reuse. There is a good reason for doing so. When video 31 +----------+ unused <-----------+
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buffer.c | 391 RK_S32 unused = 0; in mpp_buffer_group_unused() local 395 unused = p->limit_count - p->count_used; in mpp_buffer_group_unused() 397 unused = 3; /* NOTE: 3 for 1 decoding 2 deinterlace buffer */ in mpp_buffer_group_unused() 399 unused = p->count_unused; in mpp_buffer_group_unused() 401 return unused; in mpp_buffer_group_unused()
|
| H A D | mpp_buf_slot.c | 1079 RK_S32 unused = 0; in mpp_buf_slot_clr_flag() local 1095 unused = check_entry_unused(impl, slot); in mpp_buf_slot_clr_flag() 1099 if (unused) in mpp_buf_slot_clr_flag()
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_buffer.h | 53 ENTRY(prefix, s32, rk_s32, unused, FLAG_NONE, unused) \
|
| H A D | kmpp_buffer_impl.h | 33 rk_s32 unused; member
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.c | 252 RK_S32 unused = mpp_buffer_group_unused(mpp->mFrameGroup); in mpp_dec_decode() local 255 task->wait.dec_pic_unusd = (dec->vproc) ? (unused < 3) : (unused < 1); in mpp_dec_decode()
|
| H A D | mpp_dec_normal.c | 572 RK_S32 unused = mpp_buffer_group_unused(mpp->mFrameGroup); in try_proc_dec_task() local 575 task->wait.dec_pic_unusd = (dec->vproc) ? (unused < 3) : (unused < 1); in try_proc_dec_task()
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 20 - [h265e]: Remove unused buffer 63 - [dec_test]: Remove unused code 93 - [vp8e]: Remove unused vp8e_rc file 436 - [mpp_cfg]: Remove some unused code 545 - [hal_av1d]: Delte cdf unused value 606 - [hal_h264e]: clean some unused code
|
| H A D | Android.bp | 25 "-Wno-unused-variable",
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm.h | 169 int unused; member
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 11 * [vp8d]: Remove unused table
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 136 …n and data items into separate sections and enable garbage collection of unused input sections at …
|
| H A D | android.toolchain.cmake | 198 # touch toolchain variable to suppress "unused variable" warning 1339 … "Put each function in separate section and enable garbage collection of unused input sections at … 1489 # comment unused directory detection
|