Home
last modified time | relevance | path

Searched refs:iPlaybackUnderflow (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp494 iPlaybackUnderflow = true; in clearBody()
511 … (uint32)iPlaybackUnderflow, (uint32)iRequestResumeNotification, (uint32)iDownloadComplete)); in requestResumeNotification()
518 iPlaybackUnderflow = true; in requestResumeNotification()
612 if (!iPlaybackUnderflow && iRequestResumeNotification) in checkResumeNotification()
619 if (iPlaybackUnderflow && in checkResumeNotification()
624 iPlaybackUnderflow = false; in checkResumeNotification()
683 if (aDownloadComplete) iPlaybackUnderflow = false; in sendResumeNotification()
Dpvmf_protocol_engine_node_download_common.h323 bool iPlaybackUnderflow; variable
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp328 … (uint32)iPlaybackUnderflow, (uint32)iRequestResumeNotification, (uint32)iDownloadComplete)); in requestResumeNotification()