Home
last modified time | relevance | path

Searched refs:requestResumeNotification (Results 1 – 12 of 12) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmf_download_progress_interface.h98 …virtual void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloadComplet…
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp325 OSCL_EXPORT_REF void progressiveStreamingControl::requestResumeNotification(const uint32 currentNPT… in requestResumeNotification() function in progressiveStreamingControl
332 …pvDownloadControl::requestResumeNotification(currentNPTReadPosition, aDownloadComplete, aNeedSendU… in requestResumeNotification()
Dpvmf_protocol_engine_node_progressive_streaming.h108 …OSCL_IMPORT_REF void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloa…
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h172 …OSCL_IMPORT_REF virtual void requestResumeNotification(const uint32 currentNPTReadPosition, bool& …
Dpvmf_protocol_engine_node_download_common.cpp508 OSCL_EXPORT_REF void pvDownloadControl::requestResumeNotification(const uint32 currentNPTReadPositi… in requestResumeNotification() function in pvDownloadControl
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.h248 void requestResumeNotification(const uint32 currentNPTReadPosition,
Dpvmf_protocol_engine_node.cpp2494 void PVMFProtocolEngineNode::requestResumeNotification(const uint32 currentNPTReadPosition, bool& a… in requestResumeNotification() function in PVMFProtocolEngineNode
2499 …iDownloadControl->requestResumeNotification(currentNPTReadPosition, aDownloadComplete, needSendUnd… in requestResumeNotification()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp2728 download_progress_interface->requestResumeNotification(ts, dlcomplete); in DoPrepare()
2732 download_progress_interface->requestResumeNotification(ts, iDownloadComplete); in DoPrepare()
4273 download_progress_interface->requestResumeNotification(msec, dlcomplete); in checkTrackPosition()
4946 … download_progress_interface->requestResumeNotification(requestedTimestamp, dlcomplete); in RetrieveTrackData()
4950 … download_progress_interface->requestResumeNotification(requestedTimestamp, iDownloadComplete); in RetrieveTrackData()
7814 … download_progress_interface->requestResumeNotification(nptTsinMS, dlcomplete); in CheckForMP4HeaderAvailability()
7818 … download_progress_interface->requestResumeNotification(nptTsinMS, iDownloadComplete); in CheckForMP4HeaderAvailability()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h1118 …virtual void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloadComplet…
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.cpp1157 iDownloadProgressInterface->requestResumeNotification(ts, iDownloadComplete); in DoPrepare()
2217 iDownloadProgressInterface->requestResumeNotification(timeStamp, iDownloadComplete); in RetrieveTrackData()
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp899 … iDownloadProgressInterface->requestResumeNotification(aTrackInfoPtr->iPrevSampleTimeStamp, in RetrieveMediaSample()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp3677 … iDownloadProgressInterface->requestResumeNotification(aTrackInfoPtr->iContinuousTimeStamp, in RetrieveMediaSample()