Home
last modified time | relevance | path

Searched refs:aDelay (Results 1 – 11 of 11) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_event_notifier.cpp106 …nst PVMFJBEventNotificationRequestInfo& aNotificationRequestInfo, uint32 aDelay, uint32& aCallBkId) in RequestCallBack() argument
108 …tInfo.GetMediaClockNotificationsInterfaceType(), aNotificationRequestInfo.GetObserver() , aDelay)); in RequestCallBack()
160 if (eventNotificationInterface && callbackObserver && aDelay > 0) in RequestCallBack()
163 …PVMFStatus status = eventNotificationInterface->SetCallbackDeltaTime(aDelay, //delta time in clock… in RequestCallBack()
193 …diaClockNotificationsInterfaceType(), aNotificationRequestInfo.GetObserver() , aDelay, aCallBkId)); in RequestCallBack()
Dpvmf_jitter_buffer_impl.cpp866 …erBufferImpl::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclAny* aContext) in RequestEventCallBack() argument
875 … retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, aDelay, iWaitForOOOPacketCallBkId); in RequestEventCallBack()
886 … retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, aDelay, iMonitorReBufferingCallBkId); in RequestEventCallBack()
/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler.h259 PVActiveBase* UpdateTimers(uint32 &aDelay);
260 PVActiveBase* UpdateTimersMsec(uint32 &aDelay);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_event_notifier.h147 …nst PVMFJBEventNotificationRequestInfo& aNotificationRequestInfo, uint32 aDelay, uint32& aCallBkId…
Dpvmf_jitter_buffer.h1178 …OSCL_IMPORT_REF bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAn…
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dcpvh223multiplex.h160 void SetMultiplexingDelayMs(uint16 aDelay);
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp1343 void CPVH223Multiplex::SetMultiplexingDelayMs(uint16 aDelay) in SetMultiplexingDelayMs() argument
1345 … iLogger, PVLOGMSG_STACK_TRACE, (0, "CPVH223Multiplex::SetMultiplexingDelayMs,aDelay=%d", aDelay)); in SetMultiplexingDelayMs()
1346 iMultiplexingDelayMs = aDelay; in SetMultiplexingDelayMs()
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_node.h455 …bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAny* aContext = NU…
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp2306 OSCL_EXPORT_REF void TSC_324m::SetMultiplexingDelayMs(uint16 aDelay) in SetMultiplexingDelayMs() argument
2309 (0, "TSC_324m::SetMultiplexingDelayMs,aDelay=%d", aDelay)); in SetMultiplexingDelayMs()
2310 iMultiplexingDelayMs = aDelay; in SetMultiplexingDelayMs()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscmain.h316 OSCL_IMPORT_REF void SetMultiplexingDelayMs(uint16 aDelay);
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp3527 bool PVMFJitterBufferNode::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclA… in RequestEventCallBack() argument
3529 OSCL_UNUSED_ARG(aDelay); in RequestEventCallBack()