Searched refs:RequestEventCallBack (Results 1 – 5 of 5) sorted by relevance
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/ |
D | pvmf_rtp_jitter_buffer_impl.cpp | 88 RequestEventCallBack(JB_BUFFERING_DURATION_COMPLETE); in StreamingSessionStarted() 1063 RequestEventCallBack(JB_NOTIFY_WAIT_FOR_OOO_PACKET_COMPLETE , delta, NULL); in CanRetrievePacket() 1079 … RequestEventCallBack(JB_MONITOR_REBUFFERING, (clockDiff - iRebufferingThresholdInMilliSeconds)); in CanRetrievePacket() 1147 RequestEventCallBack(JB_NOTIFY_WAIT_FOR_OOO_PACKET_COMPLETE , delta, NULL); in CanRetrievePacket() 1206 … RequestEventCallBack(JB_MONITOR_REBUFFERING, (clockDiff - iRebufferingThresholdInMilliSeconds)); in CanRetrievePacket() 1429 RequestEventCallBack(JB_BUFFERING_DURATION_COMPLETE); in ReportJBInfoEvent()
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_node.cpp | 1737 RequestEventCallBack(JB_INCOMING_MEDIA_INACTIVITY_DURATION_EXPIRED); in ProcessIncomingMsg() 2808 RequestEventCallBack(JB_INCOMING_MEDIA_INACTIVITY_DURATION_EXPIRED); in DoStart() 2831 RequestEventCallBack(JB_NOTIFY_REPORT_BUFFERING_STATUS); in DoStart() 3211 RequestEventCallBack(JB_NOTIFY_REPORT_BUFFERING_STATUS); in ProcessJBInfoEvent() 3268 RequestEventCallBack(JB_INCOMING_MEDIA_INACTIVITY_DURATION_EXPIRED); in ProcessJBInfoEvent() 3346 RequestEventCallBack(JB_INCOMING_MEDIA_INACTIVITY_DURATION_EXPIRED); in UpdateRebufferingStats() 3497 RequestEventCallBack(JB_NOTIFY_REPORT_BUFFERING_STATUS); in HandleEvent_NotifyReportBufferingStatus() 3527 bool PVMFJitterBufferNode::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclA… in RequestEventCallBack() function in PVMFJitterBufferNode
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_jitter_buffer_impl.cpp | 866 OSCL_EXPORT_REF bool PVMFJitterBufferImpl::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint… in RequestEventCallBack() function in PVMFJitterBufferImpl 1665 RequestEventCallBack(JB_BUFFERING_DURATION_COMPLETE); in HandleEvent_JitterBufferBufferingDurationComplete()
|
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
D | pvmf_jitter_buffer_node.h | 455 …bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAny* aContext = NU…
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
D | pvmf_jitter_buffer.h | 1178 …OSCL_IMPORT_REF bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAn…
|