Home
last modified time | relevance | path

Searched refs:iNodeOutput (Results 1 – 9 of 9) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp41 iNodeOutput = OSCL_NEW(pvProgressiveStreamingOutput, (iNode)); in createProtocolObjects()
49 if (!iProtocol || !iNodeOutput || !iDownloadControl || in createProtocolObjects()
53 if (iNodeOutput) in createProtocolObjects()
55 iNodeOutput->setDataStreamSourceRequestObserver((PvmiDataStreamRequestObserver*)iNode); in createProtocolObjects()
68 iNodeOutput->flushDataStream(); in doStop()
126 iNodeOutput->seekDataStream(newOffset); in completeRepositionRequest()
127 iNodeOutput->setCurrentOutputSize(newOffset); in completeRepositionRequest()
137 iNodeOutput->dataStreamCommandCompleted(resp); in completeRepositionRequest()
178 return (iNodeOutput->getAvailableOutputSize() == 0 && iEnableInfoUpdate); in needToCheckResumeNotificationMaually()
388 uint32 aCacheSize = iNodeOutput->getMaxAvailableOutputSize(); in getBufferFullness()
[all …]
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp176 if (iNodeOutput->initialize((OsclAny*)(&config)) != PVMFSuccess) return false; in handleContentRangeUnmatch()
177 iNodeOutput->discardData(true); // true means closing and reopening the data stream object in handleContentRangeUnmatch()
192 iNodeOutput->setCurrentOutputSize(iProtocol->getDownloadSize()); in downloadUpdateForHttpHeaderAvailable()
194 if (iNodeOutput->initialize((OsclAny*)(&config)) != PVMFSuccess) return false; in downloadUpdateForHttpHeaderAvailable()
208 iNodeOutput->setOutputObject((OsclAny*)iPortInForData); in initNodeOutput()
209iNodeOutput->setOutputObject((OsclAny*)iInterfacingObjectContainer->getDataStreamFactory(), NodeOu… in initNodeOutput()
223 return iNodeOutput->initialize((OsclAny*)(&config)); in initNodeOutput()
243 …iDownloadControl->setSupportObject((OsclAny*)iNodeOutput, DownloadControlSupportObjectType_OutputO… in initDownloadControl()
248 …iDownloadProgess->setSupportObject((OsclAny*)iNodeOutput, DownloadControlSupportObjectType_OutputO… in initDownloadControl()
323 iEventReport->setSupportObject(iNodeOutput, EventReporterSupportObjectType_OutputObject); in setEventReporterSupportObjects()
[all …]
Dpvmf_protocol_engine_node_download_common.h229 iNodeOutput == NULL); in isInfoReady()
320 PVMFProtocolEngineNodeOutput *iNodeOutput; variable
390 PVMFProtocolEngineNodeOutput *iNodeOutput; variable
580 PVMFProtocolEngineNodeOutput *iNodeOutput; variable
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp53 iNodeOutput = NULL; in clear()
75 return (OsclAny*)iNodeOutput; in getObject()
119 !iNodeOutput || in isObjectsReady()
365 if (iNodeOutput) OSCL_DELETE(iNodeOutput); in deleteProtocolObjects()
366 iNodeOutput = NULL; in deleteProtocolObjects()
409 if (iNodeOutput) in ignoreThisTimeout()
411 if (iNodeOutput->getAvailableOutputSize() == 0) return true; in ignoreThisTimeout()
442 iNodeOutput->flushData(); in handleProtocolStateComplete()
Dpvmf_protocol_engine_node_common.h533 PVMFProtocolEngineNodeOutput *iNodeOutput; variable
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_node_progressive_download.cpp43 iNodeOutput = OSCL_NEW(pvHttpDownloadOutput, (iNode)); in createProtocolObjects()
51 if (!iProtocol || !iNodeOutput || !iDownloadControl || in createProtocolObjects()
276 …if (iProgDownloadSI->convertSizeToTime(iNodeOutput->getCurrentOutputSize(), aDownloadNPTTime) != 0… in updateDownloadClock()
309 if (iProtocol) iDownloadSize = iNodeOutput->getCurrentOutputSize(); in updateDownloadClock()
Dpvmf_protocol_engine_node_progressive_download.h111 if (!iNodeOutput) return false; in isOutputBufferOverflow()
112 return (iNodeOutput->getAvailableOutputSize() == 0); in isOutputBufferOverflow()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp39 iNodeOutput(NULL), in PVMFProtocolEngineNode()
364 if (iNodeOutput->releaseMemFrag(frag)) status = PVDS_SUCCESS; in DataStreamRequestSync()
2060 return iNodeOutput->getBuffer(aMediaData); in GetBufferForRequest()
2075 iNodeOutput->flushData(aOutputType); in ProtocolRequestAvailable()
2231 iNodeOutput = NULL; in DeleteRestObjects()
2744iNodeOutput = (PVMFProtocolEngineNodeOutput*)iProtocolContainer->getObject(NodeObjectType_… in GetObjects()
3129 iNode->iNodeOutput->setContentLength(length); in handle()
3183 … if (iNode->iNodeOutput) iNode->iNodeOutput->passDownNewOutputData(aOutputData, aEvent.iEventInfo); in handle()
3214 int32 statusFlushData = iNode->iNodeOutput->flushData(); in handle()
3285 if (iNode->iNodeOutput->isPortBusy()) iNode->iProcessingState = ProcessingState_Idle; in flushDataPostProcessing()
Dpvmf_protocol_engine_node.h435 PVMFProtocolEngineNodeOutput *iNodeOutput; variable