Home
last modified time | relevance | path

Searched refs:iMediaDataMemPool (Results 1 – 25 of 34) sorted by relevance

12

/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_port.h149 iMediaDataMemPool = NULL; in PVAMRFFNodeTrackPortInfo()
203 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAMRFFNodeTrackPortInfo()
215 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAMRFFNodeTrackPortInfo()
349 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
Dpvmf_amrffparser_node.cpp1865 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/
Dpvmf_mp4ffparser_outport.h142 iMediaDataMemPool = NULL; in PVMP4FFNodeTrackPortInfo()
191 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVMP4FFNodeTrackPortInfo()
302 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_clientserver_socket_node.h67 if (iMediaDataMemPool != NULL) in ~PVMFSocketNodeMemPool()
69 iMediaDataMemPool->removeRef(); in ~PVMFSocketNodeMemPool()
70 iMediaDataMemPool = NULL; in ~PVMFSocketNodeMemPool()
108 OsclMemPoolFixedChunkAllocator* iMediaDataMemPool; variable
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node_outport.cpp65 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()
Dpvmf_media_input_node_outport.h158 OsclMemPoolFixedChunkAllocator* iMediaDataMemPool; variable
/external/opencore/nodes/pvwavffparsernode/src/
Dpvmf_wavffparser_node.h116 iMediaDataMemPool = NULL; in PVWAVFFNodeTrackPortInfo()
133 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVWAVFFNodeTrackPortInfo()
169 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
Dpvmf_wavffparser_node.cpp659 … 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/
Dpvmf_mp3ffparser_node.h287 iMediaDataMemPool = NULL; in PVMP3FFNodeTrackPortInfo()
302 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVMP3FFNodeTrackPortInfo()
329 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
Dpvmf_mp3ffparser_node.cpp1034 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/
Dpvmf_aacffparser_node.h216 iMediaDataMemPool = NULL; in PVAACFFNodeTrackPortInfo()
266 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAACFFNodeTrackPortInfo()
292 iMediaDataMemPool = aSrc.iMediaDataMemPool; in PVAACFFNodeTrackPortInfo()
377 PVMFMemPoolFixedChunkAllocator *iMediaDataMemPool; variable
Dpvmf_aacffparser_node.cpp799 …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/
Dlatmpayloadparser.h160 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h129 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/
Dpvmf_protocol_engine_node_common.cpp463 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/
Dlatmpayloadparser.cpp61 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/
Dpvmf_dummy_fileinput_node.h196 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node_port.h199 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
Dpv_comms_io_node_port.cpp72 , iMediaDataMemPool(PVMIO_MEDIADATA_POOLNUM) in PVCommsIONodePort()
327 mediaData = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool); in writeAsync()
/external/opencore/nodes/pvvideoparsernode/include/
Dpvmf_videoparser_node.h296 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_node.cpp1249 : iMediaDataMemPool(NULL) in PVMFSocketNodeMemPool()
1251iMediaDataMemPool = 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/
Dpvmf_dummy_fileinput_node.cpp108 , 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/
Dpvmf_omx_basedec_node.cpp286 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/
Dpvmi_mio_comm_loopback.cpp346 OSCL_TRY(err, mediaData = PVMFMediaData::createMediaData(mediaDataImpl, &iMediaDataMemPool)); in writeAsync()
662 iMediaDataMemPool(PVMIO_MEDIADATA_POOLNUM), in PvmiMIOCommLoopback()
Dpvmi_mio_comm_loopback.h294 OsclMemPoolFixedChunkAllocator iMediaDataMemPool; variable

12