Home
last modified time | relevance | path

Searched refs:aligned_cleanup_size (Results 1 – 13 of 13) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmf_timedtext.h260 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;
Dpvmf_resizable_simple_mediamsg.h86 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/
Dpvmf_media_input_data_buffer.cpp93 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/
Dpvmi_mio_comm_data_buffer.cpp93 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/
Dpvmf_media_cmd.cpp156 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()
Dpvmf_media_data.cpp202 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()
Dpvmf_simple_media_buffer.cpp198 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/
Dpvmf_socket_buffer_allocators.h1390 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/
Dpvmf_streaming_buffer_allocators.h1427 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/
Dpvmf_protocol_engine_internal.h253 … 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/
Dpv_id3_parcom.cpp2314 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/
Dpvmf_omx_basedec_node.cpp3716 …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/
Dpvmf_omx_enc_node.cpp5380 …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()