/external/opencore/pvmi/pvmf/include/ |
D | pvmf_timedtext.h | 260 uint32 aligned_cleanup_size = in PVMFTimedTextMediaDataAlloc() local 267 aligned_cleanup_size + in PVMFTimedTextMediaDataAlloc() 287 uint32 aligned_cleanup_size = in allocate() local 300 aligned_cleanup_size + in allocate() 321 …ediadata_ptr = OSCL_PLACEMENT_NEW(mem_ptr + aligned_refcnt_size + aligned_cleanup_size + aligned_s… in allocate() 322 …textmediadata_ptr->iTextSample = mem_ptr + aligned_refcnt_size + aligned_cleanup_size + aligned_si… in allocate() 333 …dia_data_ptr = OSCL_PLACEMENT_NEW(mem_ptr + aligned_refcnt_size + aligned_cleanup_size, PVMFSimple… in allocate() 450 … uint32 aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PVMFTimedTextSampleEntryCleanupDA)); variable 451 …my_ptr = (uint8*) gen_alloc->ALLOCATE(aligned_refcnt_size + aligned_cleanup_size + aligned_tse_siz… 455 my_ptr += aligned_refcnt_size + aligned_cleanup_size;
|
D | pvmf_resizable_simple_mediamsg.h | 86 uint aligned_cleanup_size = in PVMFResizableSimpleMediaMsgAlloc() local 91 aligned_cleanup_size + in PVMFResizableSimpleMediaMsgAlloc() 122 uint aligned_cleanup_size = in allocate() local 129 aligned_cleanup_size + in allocate() 144 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in allocate()
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_data_buffer.cpp | 93 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PvmfMediaInputDataBufferCleanup)); in allocate() local 97 …my_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_siz… in allocate() 101 …my_ptr = (uint8*) gen_alloc->allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_s… in allocate() 107 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in allocate()
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_data_buffer.cpp | 93 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PvmiMIOCommDataBufferCleanup)); in allocate() local 97 …my_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_siz… in allocate() 101 …my_ptr = (uint8*) gen_alloc->allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_s… in allocate() 107 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in allocate()
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_cmd.cpp | 156 uint aligned_cleanup_size = in createMediaCmd() local 159 aligned_cleanup_size + in createMediaCmd() 166 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createMediaCmd() 206 uint aligned_cleanup_size = in createMediaCmd() local 210 aligned_cleanup_size + in createMediaCmd() 217 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createMediaCmd()
|
D | pvmf_media_data.cpp | 202 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(MediaDataCleanupDA)); in createMediaData() local 204 aligned_cleanup_size + in createMediaData() 213 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createMediaData() 254 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(MediaDataCleanupDA)); in createMediaData() local 256 aligned_cleanup_size + in createMediaData() 265 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createMediaData()
|
D | pvmf_simple_media_buffer.cpp | 198 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(SimpleMediaBufferCombinedCleanupDA)); in allocate() local 200 my_ptr = (uint8*) gen_alloc->ALLOCATE(aligned_refcnt_size + aligned_cleanup_size + in allocate() 214 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in allocate()
|
/external/opencore/nodes/pvclientserversocketnode/include/ |
D | pvmf_socket_buffer_allocators.h | 1390 uint aligned_cleanup_size = in PVMFSharedSocketDataBufferAlloc() local 1395 aligned_cleanup_size + in PVMFSharedSocketDataBufferAlloc() 1426 uint aligned_cleanup_size = in createSharedBuffer() local 1433 aligned_cleanup_size + in createSharedBuffer() 1443 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createSharedBuffer() 1465 uint aligned_cleanup_size = in createSharedBuffer() local 1472 aligned_cleanup_size + in createSharedBuffer() 1482 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createSharedBuffer()
|
/external/opencore/nodes/streaming/common/include/ |
D | pvmf_streaming_buffer_allocators.h | 1427 uint aligned_cleanup_size = in PVMFSharedSocketDataBufferAlloc() local 1432 aligned_cleanup_size + in PVMFSharedSocketDataBufferAlloc() 1463 uint aligned_cleanup_size = in createSharedBuffer() local 1470 aligned_cleanup_size + in createSharedBuffer() 1480 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createSharedBuffer() 1502 uint aligned_cleanup_size = in createSharedBuffer() local 1509 aligned_cleanup_size + in createSharedBuffer() 1519 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in createSharedBuffer()
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_internal.h | 253 … uint32 aligned_cleanup_size = oscl_mem_aligned_size(sizeof(OsclRefCounterMemFragCleanupDA)); variable 257 …uint32 total_size = aligned_refcnt_size + aligned_cleanup_size + aligned_class_size + requested_si… 265 my_ptr += (aligned_refcnt_size + aligned_cleanup_size);
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 2314 uint aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PVID3ParComKvpCleanupDA)); in AllocateKvp() local 2317 uint32 total_size = aligned_refcnt_size + aligned_cleanup_size + in AllocateKvp() 2336 total_size = aligned_refcnt_size + aligned_cleanup_size + aligned_kvp_size + new_key_size; in AllocateKvp() 2348 myPtr += aligned_refcnt_size + aligned_cleanup_size; in AllocateKvp()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 3716 …uint32 aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PVOMXDecBufferSharedPtrWrapperCombinedC… in WrapOutputBuffer() local 3718 …uint8 *my_ptr = (uint8*) oscl_malloc(aligned_refcnt_size + aligned_cleanup_size + aligned_class_si… in WrapOutputBuffer() 3734 my_ptr += aligned_refcnt_size + aligned_cleanup_size; in WrapOutputBuffer()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 5380 …uint32 aligned_cleanup_size = oscl_mem_aligned_size(sizeof(PVOMXEncBufferSharedPtrWrapperCombinedC… in WrapOutputBuffer() local 5382 uint8 *my_ptr = (uint8*) oscl_malloc(aligned_cleanup_size + aligned_refcnt_size); in WrapOutputBuffer()
|