Home
last modified time | relevance | path

Searched refs:iImplAlloc (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_timer.cpp54 if (iImplAlloc != NULL) in ~PvmfRtcpTimer()
56 OSCL_DELETE(iImplAlloc); in ~PvmfRtcpTimer()
121 iImplAlloc = OSCL_NEW(PVMFResizableSimpleMediaMsgAlloc, (iBufAlloc)); in createRTCPRRBufAllocReSize()
124 if (leavecode || (!iBufAlloc) || (!iImplAlloc)) in createRTCPRRBufAllocReSize()
132 return iImplAlloc; in createRTCPRRBufAllocReSize()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_rtcp_timer.h133 PVMFResizableSimpleMediaMsgAlloc* iImplAlloc; variable