Home
last modified time | relevance | path

Searched refs:iProgressivelyDownlodable (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp148 iProgressivelyDownlodable = false; in PVMFMP4FFParserNode()
3054 if (iProgressivelyDownlodable == true && iDataStreamRequestPending) in DoCancelCurrentCommand()
3072 else if (download_progress_interface != NULL && iProgressivelyDownlodable == false) in DoCancelCurrentCommand()
5946 iProgressivelyDownlodable = false; in CleanupFileSource()
6224 if (!iProgressivelyDownlodable) in notifyDownloadComplete()
7777 iProgressivelyDownlodable = true; in CheckForMP4HeaderAvailability()
7797 iProgressivelyDownlodable = false; in CheckForMP4HeaderAvailability()
Dpvmf_mp4ffparser_node.h983 bool iProgressivelyDownlodable; variable