Home | History | Annotate | Download | only in src

Lines Matching full:reposition

509             // Find out if it is on route to the cache, if so, no need to send reposition request
510 // But if the cache is full, we need to send reposition request
514 LOGDEBUG((0, "PVMFMemoryBufferReadDataStreamImpl::Read Reposition first %d last %d session %d offset %d",
517 // Send a reposition request to the writer
520 PvmiDataStreamStatus status = iWriteDataStream->Reposition(iSessionID, firstByteToRead, MBDS_REPOSITION_WITH_MARGIN);
625 // The upside is that if the pointer is slighttly ahead, no reposition request may be needed
627 // If the requested offset is far from the current offset, should trigger a reposition request now.
723 // If seeking backwards, data will never come with a reposition request
750 LOGDEBUG((0, "PVMFMemoryBufferReadDataStreamImpl::Seek/Skip Reposition session %d offset %d",
753 // Send a reposition request to the writer
754 status = iWriteDataStream->Reposition(iSessionID, skipTo, MBDS_REPOSITION_WITH_MARGIN);
1206 // If there are reposition request, signal the semaphores
1702 // Reposition in progress, throw away the data
1703 LOGDEBUG((0, "PVMFMemoryBufferWriteDataStreamImpl::Write reposition, throw away frag %x", aFrag));
1787 // If this mem frag does not fit sequentially in the cache, i.e. a reposition has happened
1882 PVMFMemoryBufferWriteDataStreamImpl::Reposition(PvmiDataStreamSession aSessionID, uint32 aOffset,
1885 LOGTRACE((0, "PVMFMemoryBufferWriteDataStreamImpl::Reposition"));
1908 LOGDEBUG((0, "PVMFMemoryBufferWriteDataStreamImpl::Reposition data is en route, GET request not sent"));
1964 // Only support one outstanding reposition request, do not send another
1985 // this creates a comfortable margin (e.g. video seeks to 100000, if reposition exactly to 100000
1986 // and then audio then seeks to 90000, another reposition will be needed, not good)
2011 // should never reposition outside of the temp cache
2039 // Reposition should never change the cache location
2049 LOGDEBUG((0, "PVMFMemoryBufferWriteDataStreamImpl::Reposition failed returning %d", status));
2053 // Send reposition request to the Protocol Engine, which should just queue the request
2081 LOGTRACE((0, "PVMFMemoryBufferWriteDataStreamImpl::Reposition returning %d", status));
2183 // Currently, we only have reposition requests, if we have other kinds later on, CmdId will become important
2192 LOGERROR((0, "PVMFMemoryBufferWriteDataStreamImpl::SourceRequestCompleted Reposition failed"));
2640 // This is called after a reposition request has been issued to the server