Home
last modified time | relevance | path

Searched refs:iMediaDataAlloc (Results 1 – 20 of 20) sorted by relevance

/external/opencore/protocols/systems/tools/general/common/src/
Dpvmf_buffer_data_source.cpp28 iMediaDataAlloc(NULL), in PVMFBufferDataSource()
48 if (iMediaDataAlloc) in ~PVMFBufferDataSource()
50 OSCL_DELETE(iMediaDataAlloc); in ~PVMFBufferDataSource()
51 iMediaDataAlloc = NULL; in ~PVMFBufferDataSource()
73 iMediaDataAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, (&iMemAlloc)); in Start()
99 OsclSharedPtr<PVMFMediaDataImpl> mediaDataImpl = iMediaDataAlloc->allocate(bytesToSend); in TimeoutOccurred()
108 OsclSharedPtr<PVMFMediaDataImpl> fsiMediaDataImpl = iMediaDataAlloc->allocate(iFsiLen); in TimeoutOccurred()
Dpvmf_file_data_source.cpp50 OsclSharedPtr<PVMFMediaDataImpl> mediaDataImpl = iMediaDataAlloc->allocate(bytesToSend); in TimeoutOccurred()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_dummy_fileinput_node.cpp107 , iMediaDataAlloc(NULL) in PVMFDummyFileInputNode()
203 if (iMediaDataAlloc) in ~PVMFDummyFileInputNode()
205 OSCL_DELETE(iMediaDataAlloc); in ~PVMFDummyFileInputNode()
206 iMediaDataAlloc = NULL; in ~PVMFDummyFileInputNode()
1434 if (iMediaDataAlloc) in Initialize()
1436 OSCL_DELETE(iMediaDataAlloc); in Initialize()
1437 iMediaDataAlloc = NULL; in Initialize()
1439 iMediaDataAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, (iMediaBufferMemPool)); in Initialize()
1440 if (!iMediaDataAlloc) in Initialize()
1446 OsclSharedPtr<PVMFMediaDataImpl> tmpPtr = iMediaDataAlloc->allocate(maxFrameSize); in Initialize()
[all …]
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp462 iMediaDataAlloc(NULL), in PVMFProtocolEngineNodeOutput()
510 if (!iMediaDataAlloc) in createMediaData()
518 OSCL_TRY(errcode, mediadataImpl = iMediaDataAlloc->allocate(aRequestSize)); in createMediaData()
548 …OSCL_TRY(errcode, iMediaDataAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, (iContentDataMemP… in createMemPool()
549 if (errcode || iMediaDataAlloc == NULL) return PVMFErrNoMemory; in createMemPool()
557 if (iMediaDataAlloc != NULL) in deleteMemPool()
559 OSCL_DELETE(iMediaDataAlloc); in deleteMemPool()
560 iMediaDataAlloc = NULL; in deleteMemPool()
Dpvmf_protocol_engine_node_common.h1073 PVMFSimpleMediaBufferCombinedAlloc *iMediaDataAlloc; variable
/external/opencore/nodes/pvvideoparsernode/src/
Dpvmf_videoparser_node.cpp86 iMediaDataAlloc(NULL), in PVMFVideoParserNode()
122 if (iMediaDataAlloc) in ~PVMFVideoParserNode()
124 OSCL_DELETE(iMediaDataAlloc); in ~PVMFVideoParserNode()
125 iMediaDataAlloc = NULL; in ~PVMFVideoParserNode()
146 iMediaDataAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, (iVidParserMemoryPool)); in ConstructL()
147 if (iMediaDataAlloc == NULL) in ConstructL()
389 tempImpl = iMediaDataAlloc->allocate(MAX_VIDEO_FRAME_PARSE_SIZE); in Run()
774 tempImpl = iMediaDataAlloc->allocate(MAX_VIDEO_FRAME_PARSE_SIZE) in DataReceived()
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node_outport.cpp66 iMediaDataAlloc = OSCL_NEW(PvmfMediaInputDataBufferAlloc, (iMediaDataAllocMemPool)); in PvmfMediaInputNodeOutPort()
81 if (iMediaDataAlloc != NULL) in ~PvmfMediaInputNodeOutPort()
83 OSCL_DELETE(iMediaDataAlloc); in ~PvmfMediaInputNodeOutPort()
356 … OsclSharedPtr<PVMFMediaDataImpl> mediaDataImpl = iMediaDataAlloc->allocate(iMediaInput, data, in writeAsync()
362 … OsclSharedPtr<PVMFMediaDataImpl> mediaDataImpl = iMediaDataAlloc->allocate(iMediaInput, data, in writeAsync()
Dpvmf_media_input_node_outport.h156 PvmfMediaInputDataBufferAlloc* iMediaDataAlloc; variable
/external/opencore/protocols/systems/tools/general/common/include/
Dpvmf_buffer_data_sink.h83 PVMFSimpleMediaBufferCombinedAlloc* iMediaDataAlloc;
Dpvmf_buffer_data_source.h101 PVMFSimpleMediaBufferCombinedAlloc* iMediaDataAlloc; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlowerlayer.h284 PVMFSimpleMediaBufferCombinedAlloc iMediaDataAlloc; variable
Dlogicalchannel.h493 PVMFSimpleMediaBufferCombinedAlloc iMediaDataAlloc; variable
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_dummy_fileinput_node.h195 PVMFSimpleMediaBufferCombinedAlloc* iMediaDataAlloc; variable
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node_port.h198 PvmiMIOCommDataBufferAlloc iMediaDataAlloc; variable
Dpv_comms_io_node_port.cpp325 …OsclSharedPtr<PVMFMediaDataImpl> mediaDataImpl = iMediaDataAlloc.allocate(iMediaInputTransfer, dat… in writeAsync()
/external/opencore/nodes/pvvideoparsernode/include/
Dpvmf_videoparser_node.h294 PVMFSimpleMediaBufferCombinedAlloc *iMediaDataAlloc; variable
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_loopback.cpp342 mediaDataImpl = iMediaDataAlloc.allocate(aDataLen); in writeAsync()
661 iMediaDataAlloc(&iAlloc), in PvmiMIOCommLoopback()
Dpvmi_mio_comm_loopback.h292 PVMFSimpleMediaBufferCombinedAlloc iMediaDataAlloc; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp1353 iMediaDataAlloc(&iMemAlloc), in H223IncomingChannel()
1773 OsclSharedPtr<PVMFMediaDataImpl> hdrImpl = iMediaDataAlloc.allocate(iFormatSpecificInfoLen); in SendFormatSpecificInfo()
1785 OsclSharedPtr<PVMFMediaDataImpl> emptyImpl = iMediaDataAlloc.allocate(0); in SendFormatSpecificInfo()
Dlowerlayer.cpp62 iMediaDataAlloc(&iMemAlloc), in H223LowerLayer()