/external/opencore/nodes/common/include/ |
D | pvmf_download_progress_interface.h | 98 …virtual void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloadComplet…
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/ |
D | pvmf_protocol_engine_node_progressive_streaming.cpp | 325 OSCL_EXPORT_REF void progressiveStreamingControl::requestResumeNotification(const uint32 currentNPT… in requestResumeNotification() function in progressiveStreamingControl 332 …pvDownloadControl::requestResumeNotification(currentNPTReadPosition, aDownloadComplete, aNeedSendU… in requestResumeNotification()
|
D | pvmf_protocol_engine_node_progressive_streaming.h | 108 …OSCL_IMPORT_REF void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloa…
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvmf_protocol_engine_node_download_common.h | 172 …OSCL_IMPORT_REF virtual void requestResumeNotification(const uint32 currentNPTReadPosition, bool& …
|
D | pvmf_protocol_engine_node_download_common.cpp | 508 OSCL_EXPORT_REF void pvDownloadControl::requestResumeNotification(const uint32 currentNPTReadPositi… in requestResumeNotification() function in pvDownloadControl
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node.h | 248 void requestResumeNotification(const uint32 currentNPTReadPosition,
|
D | pvmf_protocol_engine_node.cpp | 2494 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/ |
D | pvmf_mp4ffparser_node.cpp | 2728 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/ |
D | pvmf_protocol_engine_node_common.h | 1118 …virtual void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloadComplet…
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 1157 iDownloadProgressInterface->requestResumeNotification(ts, iDownloadComplete); in DoPrepare() 2217 iDownloadProgressInterface->requestResumeNotification(timeStamp, iDownloadComplete); in RetrieveTrackData()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 899 … iDownloadProgressInterface->requestResumeNotification(aTrackInfoPtr->iPrevSampleTimeStamp, in RetrieveMediaSample()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 3677 … iDownloadProgressInterface->requestResumeNotification(aTrackInfoPtr->iContinuousTimeStamp, in RetrieveMediaSample()
|