/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_port.h | 149 iMediaDataMemPool = NULL; in PVAMRFFNodeTrackPortInfo() 203 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAMRFFNodeTrackPortInfo() 215 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAMRFFNodeTrackPortInfo() 349 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
|
D | pvmf_amrffparser_node.cpp | 1865 trackportinfo.iMediaDataMemPool = mediadatamempool; in DoRequestPort() 1987 if (iSelectedTrackList[i].iMediaDataMemPool) in DoReleasePort() 1989 iSelectedTrackList[i].iMediaDataMemPool->CancelFreeChunkAvailableCallback(); in DoReleasePort() 1990 iSelectedTrackList[i].iMediaDataMemPool->removeRef(); in DoReleasePort() 1991 iSelectedTrackList[i].iMediaDataMemPool = NULL; in DoReleasePort() 2052 if (iSelectedTrackList[0].iMediaDataMemPool) in ReleaseAllPorts() 2054 iSelectedTrackList[0].iMediaDataMemPool->CancelFreeChunkAvailableCallback(); in ReleaseAllPorts() 2055 iSelectedTrackList[0].iMediaDataMemPool->removeRef(); in ReleaseAllPorts() 2056 iSelectedTrackList[0].iMediaDataMemPool = NULL; in ReleaseAllPorts() 3584 …aMediaDataOut = PVMFMediaData::createMediaData(mediaDataImplOut, aTrackInfoPtr->iMediaDataMemPool); in RetrieveMediaSample() [all …]
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_outport.h | 142 iMediaDataMemPool = NULL; in PVMP4FFNodeTrackPortInfo() 191 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVMP4FFNodeTrackPortInfo() 302 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
|
/external/opencore/nodes/pvclientserversocketnode/include/ |
D | pvmf_clientserver_socket_node.h | 67 if (iMediaDataMemPool != NULL) in ~PVMFSocketNodeMemPool() 69 iMediaDataMemPool->removeRef(); in ~PVMFSocketNodeMemPool() 70 iMediaDataMemPool = NULL; in ~PVMFSocketNodeMemPool() 108 OsclMemPoolFixedChunkAllocator* iMediaDataMemPool; variable
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_node_outport.cpp | 65 iMediaDataMemPool = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (PVMIO_MEDIADATA_POOLNUM)); in PvmfMediaInputNodeOutPort() 91 if (iMediaDataMemPool) in ~PvmfMediaInputNodeOutPort() 93 iMediaDataMemPool->removeRef(); in ~PvmfMediaInputNodeOutPort() 358 … mediaData = PVMFMediaData::createMediaData(mediaDataImpl, iMediaDataMemPool);); in writeAsync() 364 mediaData = PVMFMediaData::createMediaData(mediaDataImpl, iMediaDataMemPool);); in writeAsync()
|
D | pvmf_media_input_node_outport.h | 158 OsclMemPoolFixedChunkAllocator* iMediaDataMemPool; variable
|
/external/opencore/nodes/pvwavffparsernode/src/ |
D | pvmf_wavffparser_node.h | 116 iMediaDataMemPool = NULL; in PVWAVFFNodeTrackPortInfo() 133 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVWAVFFNodeTrackPortInfo() 169 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
|
D | pvmf_wavffparser_node.cpp | 659 … mediadataout = PVMFMediaData::createMediaData(mediaDataImplOut, aTrackPortInfo.iMediaDataMemPool); in RetrieveTrackData() 668 …aTrackPortInfo.iMediaDataMemPool->notifyfreechunkavailable(aTrackPortInfo); // Enable flag to … in RetrieveTrackData() 1133 trackportinfo.iMediaDataMemPool = NULL; in DoInit() 1467 …iSelectedTrackList[0].iMediaDataMemPool = OSCL_NEW(PVMFMemPoolFixedChunkAllocator, ("WavFFPar", PV… in InitializeTrackStructure() 1468 if (iSelectedTrackList[0].iMediaDataMemPool) in InitializeTrackStructure() 1470 iSelectedTrackList[0].iMediaDataMemPool->enablenullpointerreturn(); in InitializeTrackStructure() 1539 trackportinfo.iMediaDataMemPool = NULL; in DoRequestPort() 1605 OSCL_DELETE(iSelectedTrackList[i].iMediaDataMemPool); in DoReleasePort() 1644 OSCL_DELETE(iSelectedTrackList[0].iMediaDataMemPool); in ReleaseAllPorts()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.h | 287 iMediaDataMemPool = NULL; in PVMP3FFNodeTrackPortInfo() 302 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVMP3FFNodeTrackPortInfo() 329 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
|
D | pvmf_mp3ffparser_node.cpp | 1034 iTrack.iMediaDataMemPool = mediadatamempool; in DoRequestPort() 2091 PVMFMediaData::createMediaData(mediaDataImplOut, aTrackPortInfo.iMediaDataMemPool); in RetrieveTrackData() 2096 aTrackPortInfo.iMediaDataMemPool->notifyfreechunkavailable(*this); in RetrieveTrackData() 2492 if (iTrack.iMediaDataMemPool != NULL) in ReleaseTrack() 2494 iTrack.iMediaDataMemPool->CancelFreeChunkAvailableCallback(); in ReleaseTrack() 2495 iTrack.iMediaDataMemPool->removeRef(); in ReleaseTrack() 2496 iTrack.iMediaDataMemPool = NULL; in ReleaseTrack()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.h | 216 iMediaDataMemPool = NULL; in PVAACFFNodeTrackPortInfo() 266 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAACFFNodeTrackPortInfo() 292 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAACFFNodeTrackPortInfo() 377 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
|
D | pvmf_aacffparser_node.cpp | 799 …aMediaDataOut = PVMFMediaData::createMediaData(mediaDataImplOut, aTrackInfoPtr->iMediaDataMemPool); in RetrieveMediaSample() 812 aTrackInfoPtr->iMediaDataMemPool->notifyfreechunkavailable(*fixedChunkObs); in RetrieveMediaSample() 1400 iTrack.iMediaDataMemPool = mediadatamempool; in DoRequestPort() 1473 if (iTrack.iMediaDataMemPool != NULL) in ReleaseTrack() 1475 iTrack.iMediaDataMemPool->CancelFreeChunkAvailableCallback(); in ReleaseTrack() 1476 iTrack.iMediaDataMemPool->removeRef(); in ReleaseTrack() 1477 iTrack.iMediaDataMemPool = NULL; in ReleaseTrack()
|
/external/opencore/protocols/rtp_payload_parser/util/include/ |
D | latmpayloadparser.h | 160 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
|
/external/opencore/nodes/pvsocketnode/include/ |
D | pvmf_socket_node.h | 129 if (iMediaDataMemPool != NULL) in ~PVMFSocketNodeMemPool() 131 iMediaDataMemPool->removeRef(); in ~PVMFSocketNodeMemPool() 132 iMediaDataMemPool = NULL; in ~PVMFSocketNodeMemPool() 178 OsclMemPoolFixedChunkAllocator* iMediaDataMemPool; variable
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_node_common.cpp | 463 iMediaDataMemPool("PVMFProtocolEngineNodeOutput(PVMFProtocolEngineNode)", in PVMFProtocolEngineNodeOutput() 474 iMediaDataMemPool.enablenullpointerreturn(); in PVMFProtocolEngineNodeOutput() 527 iMediaData = PVMFMediaData::createMediaData(mediadataImpl, &iMediaDataMemPool); in createMediaData()
|
/external/opencore/protocols/rtp_payload_parser/util/src/ |
D | latmpayloadparser.cpp | 61 iMediaDataMemPool(PVLATMPARSER_MEDIADATA_POOLNUM, PVLATMPARSER_MEDIADATA_CHUNKSIZE), in OSCL_DLL_ENTRY_POINT_DEFAULT() 128 …rapImp, errcode, mediaDataOut = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool)); in compose() 248 …rapImp, errcode, mediaDataOut = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool)); in compose()
|
/external/opencore/nodes/pvdummyinputnode/include/ |
D | pvmf_dummy_fileinput_node.h | 196 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
|
/external/opencore/nodes/pvcommsionode/src/ |
D | pv_comms_io_node_port.h | 199 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
|
D | pv_comms_io_node_port.cpp | 72 , iMediaDataMemPool(PVMIO_MEDIADATA_POOLNUM) in PVCommsIONodePort() 327 mediaData = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool); in writeAsync()
|
/external/opencore/nodes/pvvideoparsernode/include/ |
D | pvmf_videoparser_node.h | 296 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
|
/external/opencore/nodes/pvclientserversocketnode/src/ |
D | pvmf_clientserver_socket_node.cpp | 1249 : iMediaDataMemPool(NULL) in PVMFSocketNodeMemPool() 1251 …iMediaDataMemPool = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (aMemPoolNumBufs, MEDIA_DATA_CLASS_SI… in PVMFSocketNodeMemPool() 1567 iSockConfig->iMemPool->iMediaDataMemPool->notifyfreechunkavailable(*iSockConfig, NULL); in StartRecvWaitOnMemory() 1637 mediaDataImpl, iSockConfig->iMemPool->iMediaDataMemPool);); in StartRecvOperation()
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_dummy_fileinput_node.cpp | 108 , iMediaDataMemPool(PVFILEIN_MEDIADATA_POOLNUM, PVFILEIN_MEDIADATA_CHUNKSIZE) in PVMFDummyFileInputNode() 1511 mediaData = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool); in GenerateMediaMessage() 1574 OSCL_TRY(errcode, volData = PVMFMediaData::createMediaData(emptyImpl, &iMediaDataMemPool)); in GenerateMediaMessage()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 286 if (iMediaDataMemPool) in ~PVMFOMXBaseDecNode() 288 iMediaDataMemPool->removeRef(); in ~PVMFOMXBaseDecNode() 289 iMediaDataMemPool = NULL; in ~PVMFOMXBaseDecNode() 530 iMediaDataMemPool(NULL), in PVMFOMXBaseDecNode() 2924 if (iMediaDataMemPool) in CreateOutMemPool() 2926 iMediaDataMemPool->removeRef(); in CreateOutMemPool() 2927 iMediaDataMemPool = NULL; in CreateOutMemPool() 2964 …OSCL_TRY(leavecode, iMediaDataMemPool = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (num_buffers, PVO… in CreateOutMemPool() 2965 if (leavecode || iMediaDataMemPool == NULL) in CreateOutMemPool()
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_loopback.cpp | 346 OSCL_TRY(err, mediaData = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool)); in writeAsync() 662 iMediaDataMemPool(PVMIO_MEDIADATA_POOLNUM), in PvmiMIOCommLoopback()
|
D | pvmi_mio_comm_loopback.h | 294 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
|