/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_filebufferdatastream_factory.cpp | 42 iDownloadComplete = false; in PVMFFileBufferDataStreamReadDataStreamFactoryImpl() 73 ReadStream->iDownloadComplete = iDownloadComplete; in CreatePVMFCPMPluginAccessInterface() 112 iDownloadComplete = true; in NotifyDownloadComplete() 131 iDownloadComplete = false; in PVMFFileBufferDataStreamWriteDataStreamFactoryImpl() 200 iDownloadComplete = false; in PVMFFileBufferReadDataStreamImpl() 353 if (iDownloadComplete == true) in QueryReadCapacity() 369 if (iDownloadComplete == true) in RequestReadCapacityNotification() 601 iDownloadComplete = true; in NotifyDownloadComplete() 614 iDownloadComplete = false; in PVMFFileBufferWriteDataStreamImpl() 1023 if (iDownloadComplete == true) in Write() [all …]
|
D | pvmf_memorybufferdatastream_factory.cpp | 50 iDownloadComplete = false; in PVMFMemoryBufferReadDataStreamFactoryImpl() 83 ReadStream->iDownloadComplete = iDownloadComplete; in CreatePVMFCPMPluginAccessInterface() 123 iDownloadComplete = true; in NotifyDownloadComplete() 146 iDownloadComplete = false; in PVMFMemoryBufferWriteDataStreamFactoryImpl() 200 iDownloadComplete = true; in NotifyDownloadComplete() 212 iDownloadComplete = false; in PVMFMemoryBufferReadDataStreamImpl() 356 if (iDownloadComplete == true) in QueryReadCapacity() 799 iDownloadComplete = true; in NotifyDownloadComplete() 1152 iDownloadComplete = false; in PVMFMemoryBufferWriteDataStreamImpl() 2076 iDownloadComplete = false; in Reposition() [all …]
|
D | pvmf_downloadmanager_node.cpp | 119 iDownloadComplete = false; in ConstructL() 940 if (iDownloadComplete && iPlaybackMode != EDownloadOnly) in TrackSelectNode() 1444 && !iDownloadComplete) in FilterPlaybackEventsFromSubNodes() 1819 if (iMovieAtomComplete || iDownloadComplete) in ContinueFromDownloadTrackSelectionPoint() 1940 iDownloadComplete = false; in ScheduleSubNodeCommands() 3017 if (iContainer->iDownloadComplete) in HandleNodeErrorEvent() 3050 iContainer->iDownloadComplete = true; in HandleNodeInformationalEvent()
|
D | pvmf_downloadmanager_node.h | 915 bool iDownloadComplete;//set when DL is complete. variable
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvmf_protocol_engine_node_download_common.cpp | 495 iDownloadComplete = false; in clearBody() 511 … (uint32)iPlaybackUnderflow, (uint32)iRequestResumeNotification, (uint32)iDownloadComplete)); in requestResumeNotification() 516 if (!(aDownloadComplete = iDownloadComplete)) in requestResumeNotification() 520 iDownloadComplete = false; in requestResumeNotification() 552 if (iDownloadComplete) checkResumeNotification(iDownloadComplete); in setSupportObject() 614 sendResumeNotification(iDownloadComplete); in checkResumeNotification() 625 sendResumeNotification(iDownloadComplete); in checkResumeNotification() 639 iDownloadComplete = aDownloadComplete; in checkSendingNotification() 655 if (!iDownloadComplete) updateDownloadClock(); in checkSendingNotification() 686 if (aDownloadComplete && !iDownloadComplete) iDownloadComplete = aDownloadComplete; in sendResumeNotification() [all …]
|
D | pvmf_protocol_engine_node_download_common.h | 207 return iDownloadComplete; in isDownloadCompletedPerRequest() 324 bool iDownloadComplete; variable
|
/external/opencore/nodes/pvdownloadmanagernode/include/ |
D | pvmf_filebufferdatastream_factory.h | 88 bool iDownloadComplete; variable 119 bool iDownloadComplete; variable 244 bool iDownloadComplete; 383 bool iDownloadComplete;
|
D | pvmf_memorybufferdatastream_factory.h | 273 bool iDownloadComplete; variable 314 bool iDownloadComplete; variable 416 bool iDownloadComplete; 551 bool iDownloadComplete;
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/ |
D | pvmf_protocol_engine_node_progressive_streaming.cpp | 328 … (uint32)iPlaybackUnderflow, (uint32)iRequestResumeNotification, (uint32)iDownloadComplete)); in requestResumeNotification() 330 iDownloadComplete = aDownloadComplete = false; in requestResumeNotification() 342 iDownloadComplete = false; in clearPerRequest()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.cpp | 119 iDownloadComplete = false; in PVMFMP3FFParserNode() 1138 (iDownloadComplete == false)) in DoPrepare() 1157 iDownloadProgressInterface->requestResumeNotification(ts, iDownloadComplete); in DoPrepare() 1230 iDownloadComplete = false; in DoStop() 1888 iDownloadComplete = aDownloadComplete; in playResumeNotification() 2209 if (iDownloadComplete) in RetrieveTrackData() 2217 iDownloadProgressInterface->requestResumeNotification(timeStamp, iDownloadComplete); in RetrieveTrackData() 2575 iDownloadComplete = false; in CleanupFileSource() 3114 iDownloadComplete = false; in DoSetDataSourcePosition() 4032 iDownloadComplete = true; in DataStreamInformationalEvent()
|
D | pvmf_mp3ffparser_node.h | 675 bool iDownloadComplete; variable
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.cpp | 147 iDownloadComplete = false; in PVMFMP4FFParserNode() 2711 …if ((download_progress_interface != NULL) && (iDownloadComplete == false) && (iFastTrackSession ==… in DoPrepare() 2732 download_progress_interface->requestResumeNotification(ts, iDownloadComplete); in DoPrepare() 3148 iDownloadComplete = false; in DoSetDataSourcePosition() 4910 if (iDownloadComplete) in RetrieveTrackData() 4950 … download_progress_interface->requestResumeNotification(requestedTimestamp, iDownloadComplete); in RetrieveTrackData() 5080 if (iDownloadComplete == false) in RetrieveTrackData() 5944 iDownloadComplete = false; in CleanupFileSource() 6144 iDownloadComplete = aDownloadComplete; in playResumeNotification() 6178 if (iDownloadComplete == true) in playResumeNotification() [all …]
|
D | pvmf_mp4ffparser_node.h | 982 bool iDownloadComplete; variable
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 66 iDownloadComplete = false; in PVMFAMRFFParserNode() 959 if (!iDownloadComplete) in DoSetDataSourcePosition() 3421 iDownloadComplete = aDownloadComplete; in playResumeNotification() 3433 …Complete [%d]", iFileSizeLastConvertedToTime, iLastNPTCalcInConvertSizeToTime, iDownloadComplete)); in playResumeNotification() 3672 if (iDownloadComplete) in RetrieveMediaSample() 3678 iDownloadComplete); in RetrieveMediaSample()
|
D | pvmf_amrffparser_node.h | 655 bool iDownloadComplete; variable
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.h | 1060 bool iDownloadComplete; variable
|
D | pvmf_aacffparser_node.cpp | 900 iDownloadComplete); in RetrieveMediaSample()
|