Home
last modified time | relevance | path

Searched refs:PVMFInfoDataReady (Results 1 – 17 of 17) sorted by relevance

/external/opencore/pvmi/pvmf/src/
Dpvmf_return_codes.cpp87 CONSIDER(PVMFInfoDataReady); in PVMFStatusToString()
/external/opencore/pvmi/pvmf/include/
Dpvmf_return_codes.h251 const PVMFStatus PVMFInfoDataReady = 22; variable
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp461 PVMFAsyncEvent jbEvent(PVMFInfoEvent, PVMFInfoDataReady, NULL, NULL); in IsDelayEstablished()
568 PVMFAsyncEvent jbEvent(PVMFInfoEvent, PVMFInfoDataReady, NULL, NULL); in IsDelayEstablished()
623 PVMFAsyncEvent jbEvent(PVMFInfoEvent, PVMFInfoDataReady, NULL, NULL); in IsDelayEstablished()
1431 else if (PVMFInfoDataReady == aEvent.GetEventType()) in ReportJBInfoEvent()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp1177 PVMFAsyncEvent jbEvent(PVMFInfoEvent, PVMFInfoDataReady, NULL, NULL); in IsDelayEstablished()
1251 PVMFAsyncEvent jbEvent(PVMFInfoEvent, PVMFInfoDataReady, NULL, NULL); in IsDelayEstablished()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp1296 iObserver->ReportEvent(PVMFInfoDataReady, (OsclAny*)iProtocol->getDownloadRate()); in sendDataReadyEvent()
1394 iObserver->ReportEvent(PVMFInfoDataReady); in checkBufferCompleteEvent()
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp3222 case PVMFInfoDataReady: in ProcessJBInfoEvent()
3224 UpdateRebufferingStats(PVMFInfoDataReady); in ProcessJBInfoEvent()
3226 ReportInfoEvent(PVMFInfoDataReady); in ProcessJBInfoEvent()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp1424 PVMFAsyncEvent info(PVMFInfoEvent, PVMFInfoDataReady, NULL, NULL); in GenerateDataReadyEvent()
1440 case PVMFInfoDataReady: in FilterPlaybackEventsFromSubNodes()
3100 case PVMFInfoDataReady: in HandleNodeInformationalEvent()
/external/opencore/android/
Dplayerdriver.cpp1384 case PVMFInfoDataReady: in HandleInformationalEvent()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset13.cpp2196 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
4420 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
6566 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
8732 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
10930 case PVMFInfoDataReady: in HandleInformationalEvent()
13374 case PVMFInfoDataReady: in HandleInformationalEvent()
15617 case PVMFInfoDataReady: in HandleInformationalEvent()
17912 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
19436 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
21515 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
[all …]
Dtest_pv_player_engine_testset_cpmdlapassthru.cpp2271 case PVMFInfoDataReady: in HandleInformationalEvent()
Dtest_pv_player_engine_testset9.cpp2127 case PVMFInfoDataReady: in HandleInformationalEvent()
Dtest_pv_player_engine_testset11.cpp2179 case PVMFInfoDataReady: in HandleInformationalEvent()
Dtest_pv_player_engine_testset10.cpp2192 case PVMFInfoDataReady: in HandleInformationalEvent()
Dtest_pv_player_engine_testset5.cpp1538 case PVMFInfoDataReady: in HandleInformationalEvent()
4896 case PVMFInfoDataReady: in HandleInformationalEvent()
Dtest_pv_player_engine_testset12.cpp2349 if (aEvent.GetEventType() == PVMFInfoDataReady) in HandleInformationalEvent()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp2698 ReportMP4FFParserInfoEvent(PVMFInfoDataReady); in DoPrepare()
7560 ReportMP4FFParserInfoEvent(PVMFInfoDataReady); in DataStreamCommandCompleted()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp16068 case PVMFInfoDataReady: in HandleSourceNodeInfoEvent()
16461 SendInformationalEvent(PVMFInfoDataReady); in SendSourceDataReadyInfoEvent()