/external/opencore/pvmi/pvmf/src/ |
D | pvmf_simple_media_buffer.cpp | 145 OsclRefCounter *my_refcnt) : in PVMFSimpleMediaBuffer() argument 151 refcnt = my_refcnt; in PVMFSimpleMediaBuffer() 195 OsclRefCounter* my_refcnt; in allocate() local 213 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, cleanup_ptr)); in allocate() 220 …media_data_ptr = OSCL_PLACEMENT_NEW(my_ptr, PVMFSimpleMediaBuffer(ptr, requested_size, my_refcnt)); in allocate() 221 shared_media_data.Bind(media_data_ptr, my_refcnt); in allocate()
|
D | pvmf_media_cmd.cpp | 146 OsclRefCounter* my_refcnt; in createMediaCmd() local 165 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, my_cleanup)); in createMediaCmd() 176 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<MediaCmdCleanupSA>(my_ptr)); in createMediaCmd() 185 OsclSharedPtr<PVMFMediaCmd> shared_media_cmd(media_cmd_ptr, my_refcnt); in createMediaCmd() 196 OsclRefCounter* my_refcnt; in createMediaCmd() local 216 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, my_cleanup)); in createMediaCmd() 228 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<MediaCmdCleanupSA>(my_ptr)); in createMediaCmd() 244 OsclSharedPtr<PVMFMediaCmd> shared_media_data(media_cmd_ptr, my_refcnt); in createMediaCmd()
|
D | pvmf_media_data.cpp | 194 OsclRefCounter* my_refcnt; in createMediaData() local 212 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, my_cleanup)); in createMediaData() 222 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<MediaDataCleanupSA>(my_ptr)); in createMediaData() 232 shared_media_data.Bind(media_data_ptr, my_refcnt); in createMediaData() 246 OsclRefCounter* my_refcnt; in createMediaData() local 264 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, my_cleanup)); in createMediaData() 274 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<MediaDataCleanupSA>(my_ptr)); in createMediaData() 291 shared_media_data.Bind(media_data_ptr, my_refcnt); in createMediaData()
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_data_buffer.cpp | 89 OsclRefCounter* my_refcnt; in allocate() local 106 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, cleanup_ptr)); in allocate() 109 …a_ptr = OSCL_PLACEMENT_NEW(my_ptr, PVMFSimpleMediaBuffer((OsclAny*)aData, aDataLength, my_refcnt)); in allocate() 110 OsclSharedPtr<PVMFMediaDataImpl> shared_media_data(media_data_ptr, my_refcnt); in allocate()
|
D | pvmf_media_input_node_outport.cpp | 445 OsclRefCounter* my_refcnt; in writeAsync() local 448 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in writeAsync() 479 OsclRefCounterMemFrag configinfo(memfrag, my_refcnt, sizeof(int32)); in writeAsync()
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_data_buffer.cpp | 89 OsclRefCounter* my_refcnt; in allocate() local 106 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, cleanup_ptr)); in allocate() 109 …a_ptr = OSCL_PLACEMENT_NEW(my_ptr, PVMFSimpleMediaBuffer((OsclAny*)aData, aDataLength, my_refcnt)); in allocate() 110 OsclSharedPtr<PVMFMediaDataImpl> shared_media_data(media_data_ptr, my_refcnt); in allocate()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_timedtext.h | 330 … OsclRefCounter* my_refcnt = OSCL_PLACEMENT_NEW(mem_ptr, OsclRefCounterDA(mem_ptr, cleanup_ptr)); in allocate() local 333 …ffer((OsclAny*)textmediadata_ptr, aligned_textmediadata_size + aligned_requested_size, my_refcnt)); in allocate() 337 OsclSharedPtr<PVMFMediaDataImpl> shared_media_data(media_data_ptr, my_refcnt); in allocate() 440 OsclRefCounter* my_refcnt; variable 454 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, my_cleanup)); 465 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<PVMFTimedTextSampleEntryCleanupSA>(my_ptr)… 471 OsclSharedPtr<PVMFTimedTextSampleEntry> shared_tse(tse_ptr, my_refcnt);
|
D | pvmf_resizable_simple_mediamsg.h | 117 OsclRefCounter* my_refcnt; in allocate() local 141 my_refcnt = in allocate() 152 my_refcnt); in allocate() 154 shared_media_data.Bind(media_data_ptr, my_refcnt); in allocate()
|
D | pvmf_media_frag_group.h | 378 OsclRefCounter* my_refcnt = NULL; in do_allocate() local 384 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, this)); in do_allocate() 389 OsclSharedPtr<PVMFMediaDataImpl> shared_media_data(media_data_ptr, my_refcnt); in do_allocate() 416 OsclRefCounter* my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, this)); in append() local 419 entry->mediaDataImpl.Bind(media_data_ptr, my_refcnt); in append()
|
D | pvmf_simple_media_buffer.h | 68 OsclRefCounter *my_refcnt);
|
/external/opencore/protocols/rtp_payload_parser/include/ |
D | rtppp_media_frag_group.h | 128 OsclRefCounter* my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, this)); in destruct_and_dealloc() local 129 OsclSharedPtr<PVMFMediaDataImpl> shared_media_data(media_data_ptr, my_refcnt); in destruct_and_dealloc()
|
/external/opencore/fileformats/avi/parser/src/ |
D | pv_avifile_parser.cpp | 694 OsclRefCounter* my_refcnt; in GetFormatSpecificInfo() local 708 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in GetFormatSpecificInfo() 717 OsclRefCounterMemFrag refcntMemFrag(memfrag, my_refcnt, memfrag.len); in GetFormatSpecificInfo() 736 OsclRefCounter* my_refcnt; in GetCodecSpecificData() local 750 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in GetCodecSpecificData() 759 OsclRefCounterMemFrag refcntMemFrag(memfrag, my_refcnt, memfrag.len); in GetCodecSpecificData()
|
/external/opencore/nodes/pvclientserversocketnode/include/ |
D | pvmf_socket_buffer_allocators.h | 1421 OsclRefCounter* my_refcnt; in createSharedBuffer() local 1440 my_refcnt = in createSharedBuffer() 1451 my_refcnt); in createSharedBuffer() 1454 my_refcnt); in createSharedBuffer() 1460 OsclRefCounter* my_refcnt; in createSharedBuffer() local 1479 my_refcnt = in createSharedBuffer() 1490 my_refcnt); in createSharedBuffer() 1493 my_refcnt); in createSharedBuffer()
|
/external/opencore/nodes/streaming/common/include/ |
D | pvmf_streaming_buffer_allocators.h | 1458 OsclRefCounter* my_refcnt; in createSharedBuffer() local 1477 my_refcnt = in createSharedBuffer() 1488 my_refcnt); in createSharedBuffer() 1491 my_refcnt); in createSharedBuffer() 1497 OsclRefCounter* my_refcnt; in createSharedBuffer() local 1516 my_refcnt = in createSharedBuffer() 1527 my_refcnt); in createSharedBuffer() 1530 my_refcnt); in createSharedBuffer()
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_internal.h | 264 … OsclRefCounter* my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, cleanup_ptr)); variable 272 OsclRefCounterMemFrag refMemFrag(*memfrag_ptr, my_refcnt, requested_size); 287 …OsclRefCounter* my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<OsclRefCounterMemFragClean… variable 295 OsclRefCounterMemFrag refMemFrag(*memfrag_ptr, my_refcnt, requested_size);
|
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/ |
D | pvmf_sm_fsp_rtsp_unicast.cpp | 959 OsclRefCounter* my_refcnt; in ProcessSDP() local 974 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in ProcessSDP() 981 OsclRefCounterMemFrag tmpRefcntMemFrag(memfrag, my_refcnt, memfrag.len); in ProcessSDP() 1192 OsclRefCounter* my_refcnt; in PopulateTrackInfoVec() local 1200 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in PopulateTrackInfoVec() 1209 OsclRefCounterMemFrag tmpRefcntMemFrag(memfrag, my_refcnt, memfrag.len); in PopulateTrackInfoVec() 3620 OsclRefCounter* my_refcnt; in GetMediaPresentationInfo() local 3628 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in GetMediaPresentationInfo() 3637 OsclRefCounterMemFrag tmpRefcntMemFrag(memfrag, my_refcnt, memfrag.len); in GetMediaPresentationInfo() 5272 OsclRefCounter* my_refcnt; in InitMetaData() local [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | logicalchannel.cpp | 820 OsclRefCounter* my_refcnt; in ReceivedFSIFromPeer() local 824 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in ReceivedFSIFromPeer() 833 OsclRefCounterMemFrag configinfo(memfrag, my_refcnt, kvp->length); in ReceivedFSIFromPeer()
|
/external/opencore/nodes/pvclientserversocketnode/src/ |
D | pvmf_clientserver_socket_node.cpp | 1281 …OsclRefCounter *my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA<PVMFSharedSocketDataBuffer… in DoSetSocketPortMemAllocator() local 1291 OsclSharedPtr<PVMFSharedSocketDataBufferAlloc> shared_alloc(alloc_ptr, my_refcnt); in DoSetSocketPortMemAllocator()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 739 OsclRefCounter* my_refcnt; in RetrieveTrackConfigInfo() local 746 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in RetrieveTrackConfigInfo() 753 OsclRefCounterMemFrag configinfo_refcntmemfrag(memfrag, my_refcnt, specinfosize); in RetrieveTrackConfigInfo()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 1909 OsclRefCounter* my_refcnt; in DoRequestPort() local 1924 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in DoRequestPort() 1931 OsclRefCounterMemFrag tmpRefcntMemFrag(memfrag, my_refcnt, memfrag.len); in DoRequestPort()
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 4094 OsclRefCounter* my_refcnt; in RetrieveTrackConfigInfo() local 4104 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in RetrieveTrackConfigInfo() 4115 aConfig = OsclRefCounterMemFrag(memfrag, my_refcnt, specinfosize); in RetrieveTrackConfigInfo() 4175 OsclRefCounter* my_refcnt; in RetrieveTrackConfigInfoAndFirstSample() local 4186 …my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(my_p… in RetrieveTrackConfigInfoAndFirstSample() 4200 aConfig = OsclRefCounterMemFrag(memfrag, my_refcnt, (specinfosize + sampleSize)); in RetrieveTrackConfigInfoAndFirstSample()
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 3988 OsclRefCounter* my_refcnt; in ComposeID3v2Tag() local 3994 …my_refcnt = OSCL_PLACEMENT_NEW(myPtr, OsclRefCounterSA< OsclMemAllocDestructDealloc<uint8> >(myPtr… in ComposeID3v2Tag() 4000 OsclRefCounterMemFrag mynewRefCntMemFrag(my_memfrag, my_refcnt, composedTagSize); in ComposeID3v2Tag()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 5395 OsclRefCounterDA *my_refcnt; in WrapOutputBuffer() local 5402 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(media_data_ptr, cleanup_ptr)); in WrapOutputBuffer() 5423 OsclRefCounterMemFrag refCountMemFragOut(memFrag, my_refcnt, memFrag.len); in WrapOutputBuffer() 5433 my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(media_data_ptr, cleanup_ptr)); in WrapOutputBuffer() 5446 OsclRefCounterMemFrag refCountMemFragOut(memFrag, my_refcnt, memFrag.len); in WrapOutputBuffer() 5450 OsclSharedPtr<PVMFMediaDataImpl> MediaDataImplOut(media_data_ptr, my_refcnt); in WrapOutputBuffer()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 3732 OsclRefCounterDA *my_refcnt = OSCL_PLACEMENT_NEW(my_ptr, OsclRefCounterDA(my_ptr, cleanup_ptr)); in WrapOutputBuffer() local 3738 my_refcnt)); // ref counter in WrapOutputBuffer() 3740 OsclSharedPtr<PVMFMediaDataImpl> MediaDataImplOut(media_data_ptr, my_refcnt); in WrapOutputBuffer()
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 2087 …OsclRefCounter* my_refcnt = new OsclRefCounterSA< RTSPNodeMemDestructDealloc >(iEntityMemFrag.ptr); in SendRtspDescribe() local 2088 if (my_refcnt == NULL) in SendRtspDescribe() 2094 … iSessionInfo.pSDPBuf = OsclRefCounterMemFrag(iEntityMemFrag, my_refcnt, iEntityMemFrag.len); in SendRtspDescribe()
|