Home
last modified time | relevance | path

Searched refs:my_alloc (Results 1 – 14 of 14) sorted by relevance

/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_data_buffer.cpp61 OsclMemAllocator my_alloc; in destruct_and_dealloc() local
62 my_alloc.deallocate(ptr); in destruct_and_dealloc()
96 OsclMemAllocator my_alloc; in allocate() local
97 …my_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_siz… in allocate()
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_data_buffer.cpp62 OsclMemAllocator my_alloc; in destruct_and_dealloc() local
63 my_alloc.deallocate(ptr); in destruct_and_dealloc()
96 OsclMemAllocator my_alloc; in allocate() local
97 …my_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + aligned_cleanup_size + aligned_class_siz… in allocate()
/external/opencore/pvmi/pvmf/include/
Dpvmf_timedtext.h229 OsclMemAllocator my_alloc; in destruct_and_dealloc() local
230 my_alloc.deallocate(ptr); in destruct_and_dealloc()
309 OsclMemAllocator my_alloc; in allocate() local
310 mem_ptr = (uint8*) my_alloc.allocate(totalmem_size); in allocate()
462 OsclMemAllocator my_alloc; variable
464 my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + aligned_tse_size);
/external/opencore/pvmi/pvmf/src/
Dpvmf_media_cmd.cpp170 OsclMemAllocator my_alloc; in createMediaCmd() local
173 my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + in createMediaCmd()
222 OsclMemAllocator my_alloc; in createMediaCmd() local
225 my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + in createMediaCmd()
Dpvmf_media_data.cpp218 OsclMemAllocator my_alloc; in createMediaData() local
220 my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + in createMediaData()
270 OsclMemAllocator my_alloc; in createMediaData() local
272 my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + in createMediaData()
/external/opencore/fileformats/avi/parser/src/
Dpv_avifile_parser.cpp693 OsclMemAllocDestructDealloc<uint8> my_alloc; in GetFormatSpecificInfo() local
735 OsclMemAllocDestructDealloc<uint8> my_alloc; in GetCodecSpecificData() local
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_internal.h283 OsclMemAllocator my_alloc; variable
284 uint8* my_ptr = (uint8*) my_alloc.ALLOCATE(total_size);
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp958 OsclMemAllocDestructDealloc<uint8> my_alloc; in ProcessSDP() local
967 uint8* my_ptr = GetMemoryChunk(my_alloc, allocsize); in ProcessSDP()
1191 OsclMemAllocDestructDealloc<uint8> my_alloc; in PopulateTrackInfoVec() local
1196 uint8* my_ptr = GetMemoryChunk(my_alloc, aligned_refcnt_size + configSize); in PopulateTrackInfoVec()
3619 OsclMemAllocDestructDealloc<uint8> my_alloc; in GetMediaPresentationInfo() local
3624 uint8* my_ptr = GetMemoryChunk(my_alloc, aligned_refcnt_size + configSize); in GetMediaPresentationInfo()
5271 OsclMemAllocDestructDealloc<uint8> my_alloc; in InitMetaData() local
5276 uint8* my_ptr = GetMemoryChunk(my_alloc, aligned_refcnt_size + configSize); in InitMetaData()
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_node.cpp1279 OsclMemAllocator my_alloc; in DoSetSocketPortMemAllocator() local
1280 uint8 *my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + aligned_socket_alloc_size); in DoSetSocketPortMemAllocator()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp821 OsclMemAllocDestructDealloc<uint8> my_alloc; in ReceivedFSIFromPeer() local
823 uint8* my_ptr = (uint8*) my_alloc.allocate(aligned_refcnt_size + kvp->length); in ReceivedFSIFromPeer()
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp738 OsclMemAllocDestructDealloc<uint8> my_alloc; in RetrieveTrackConfigInfo() local
743 OSCL_TRY(errcode, my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + specinfosize)); in RetrieveTrackConfigInfo()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp1908 OsclMemAllocDestructDealloc<uint8> my_alloc; in DoRequestPort() local
1917 … my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + aligned_type_specific_info_size)); in DoRequestPort()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp4093 OsclMemAllocDestructDealloc<uint8> my_alloc; in RetrieveTrackConfigInfo() local
4098 OSCL_TRY(errcode, my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + specinfosize)); in RetrieveTrackConfigInfo()
4174 OsclMemAllocDestructDealloc<uint8> my_alloc; in RetrieveTrackConfigInfoAndFirstSample() local
4180 …OSCL_TRY(errcode, my_ptr = (uint8*) my_alloc.ALLOCATE(aligned_refcnt_size + specinfosize + sampleS… in RetrieveTrackConfigInfoAndFirstSample()
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp3991 OsclMemAllocDestructDealloc<uint8> my_alloc; in ComposeID3v2Tag() local
3993 uint8* myPtr = (uint8*) my_alloc.allocate(aligned_refcnt_size + composedTagSize); in ComposeID3v2Tag()