Searched refs:MppMemPool (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_mem_pool.h | 24 typedef void* MppMemPool; typedef 36 MppMemPool mpp_mem_pool_init_f(const char *caller, size_t size); 37 void mpp_mem_pool_deinit_f(const char *caller, MppMemPool pool); 39 void *mpp_mem_pool_get_f(const char *caller, MppMemPool pool); 40 void mpp_mem_pool_put_f(const char *caller, MppMemPool pool, void *p);
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem_pool.cpp | 173 MppMemPool mpp_mem_pool_init_f(const char *caller, size_t size) in mpp_mem_pool_init_f() 177 return (MppMemPool)MppMemPoolService::getInstance()->get_pool(size); in mpp_mem_pool_init_f() 180 void mpp_mem_pool_deinit_f(const char *caller, MppMemPool pool) in mpp_mem_pool_deinit_f() 189 void *mpp_mem_pool_get_f(const char *caller, MppMemPool pool) in mpp_mem_pool_get_f() 234 void mpp_mem_pool_put_f(const char *caller, MppMemPool pool, void *p) in mpp_mem_pool_put_f()
|
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_mem_pool_test.c | 29 MppMemPool pool = NULL; in main()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | mpp_dec_impl.h | 148 MppMemPool ts_pool;
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_server.cpp | 153 MppMemPool batch_pool; 555 MppMemPool mSessionPool; 556 MppMemPool mBatchPool;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_frame.cpp | 29 static MppMemPool mpp_frame_pool = mpp_mem_pool_init_f(module_name, sizeof(MppFrameImpl));
|
| H A D | mpp_buffer_impl.cpp | 127 static MppMemPool mpp_buffer_pool = mpp_mem_pool_init_f(MODULE_TAG, sizeof(MppBufferImpl)); 128 static MppMemPool mpp_buf_grp_pool = mpp_mem_pool_init_f("mpp_buf_grp", sizeof(MppBufferGroupImpl));
|
| H A D | mpp_packet.cpp | 27 static MppMemPool mpp_packet_pool = mpp_mem_pool_init_f(module_name, sizeof(MppPacketImpl));
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 507 MppMemPool sps_pool;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_global.h | 1046 MppMemPool pic_st;
|