Home
last modified time | relevance | path

Searched refs:aligned_class_size (Results 1 – 9 of 9) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmf_resizable_simple_mediamsg.h84 uint aligned_class_size = in PVMFResizableSimpleMediaMsgAlloc() local
92 aligned_class_size); in PVMFResizableSimpleMediaMsgAlloc()
119 uint aligned_class_size = in allocate() local
130 aligned_class_size + in allocate()
147 ptr = my_ptr + aligned_class_size; in allocate()
Dpvmf_media_frag_group.h377 uint aligned_class_size = oscl_mem_aligned_size(sizeof(PVMFMediaFragGroup<Alloc>)); in do_allocate() local
382 my_ptr = (uint8*) gen_alloc->ALLOCATE(aligned_refcnt_size + aligned_class_size); in do_allocate()
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_data_buffer.cpp88 uint aligned_class_size = oscl_mem_aligned_size(sizeof(PVMFSimpleMediaBuffer)); in allocate() local
97 …_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_size); in allocate()
101 …tr = (uint8*) gen_alloc->allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_size); in allocate()
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_data_buffer.cpp88 uint aligned_class_size = oscl_mem_aligned_size(sizeof(PVMFSimpleMediaBuffer)); in allocate() local
97 …_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_size); in allocate()
101 …tr = (uint8*) gen_alloc->allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_size); in allocate()
/external/opencore/pvmi/pvmf/src/
Dpvmf_simple_media_buffer.cpp194 uint aligned_class_size = oscl_mem_aligned_size(sizeof(PVMFSimpleMediaBuffer)); in allocate() local
201 aligned_class_size + requested_size); in allocate()
219 ptr = my_ptr + aligned_class_size; in allocate()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_internal.h255 uint32 aligned_class_size = oscl_mem_aligned_size(sizeof(OsclMemoryFragment)); variable
257 …uint32 total_size = aligned_refcnt_size + aligned_cleanup_size + aligned_class_size + requested_si…
269 memfrag_ptr->ptr = (void*)(my_ptr + aligned_class_size);
280 uint32 aligned_class_size = oscl_mem_aligned_size(sizeof(OsclMemoryFragment)); variable
281 uint32 total_size = aligned_refcnt_size + aligned_class_size + requested_size;
292 memfrag_ptr->ptr = (void*)(my_ptr + aligned_class_size);
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_socket_buffer_allocators.h1388 uint aligned_class_size = in PVMFSharedSocketDataBufferAlloc() local
1396 aligned_class_size); in PVMFSharedSocketDataBufferAlloc()
1423 uint aligned_class_size = in createSharedBuffer() local
1434 aligned_class_size + in createSharedBuffer()
1446 ptr = my_ptr + aligned_class_size; in createSharedBuffer()
1462 uint aligned_class_size = in createSharedBuffer() local
1473 aligned_class_size + in createSharedBuffer()
1485 ptr = my_ptr + aligned_class_size; in createSharedBuffer()
/external/opencore/nodes/streaming/common/include/
Dpvmf_streaming_buffer_allocators.h1425 uint aligned_class_size = in PVMFSharedSocketDataBufferAlloc() local
1433 aligned_class_size); in PVMFSharedSocketDataBufferAlloc()
1460 uint aligned_class_size = in createSharedBuffer() local
1471 aligned_class_size + in createSharedBuffer()
1483 ptr = my_ptr + aligned_class_size; in createSharedBuffer()
1499 uint aligned_class_size = in createSharedBuffer() local
1510 aligned_class_size + in createSharedBuffer()
1522 ptr = my_ptr + aligned_class_size; in createSharedBuffer()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp3715 uint32 aligned_class_size = oscl_mem_aligned_size(sizeof(PVMFSimpleMediaBuffer)); in WrapOutputBuffer() local
3718 …t8 *my_ptr = (uint8*) oscl_malloc(aligned_refcnt_size + aligned_cleanup_size + aligned_class_size); in WrapOutputBuffer()