Searched refs:iNodeOutput (Results 1 – 9 of 9) sorted by relevance
41 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 …]
176 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()209 …iNodeOutput->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 …]
229 iNodeOutput == NULL); in isInfoReady()320 PVMFProtocolEngineNodeOutput *iNodeOutput; variable390 PVMFProtocolEngineNodeOutput *iNodeOutput; variable580 PVMFProtocolEngineNodeOutput *iNodeOutput; variable
53 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()
533 PVMFProtocolEngineNodeOutput *iNodeOutput; variable
43 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()
111 if (!iNodeOutput) return false; in isOutputBufferOverflow()112 return (iNodeOutput->getAvailableOutputSize() == 0); in isOutputBufferOverflow()
39 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()2744 …iNodeOutput = (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()
435 PVMFProtocolEngineNodeOutput *iNodeOutput; variable