Searched refs:mBytesFetched (Results 1 – 2 of 2) sorted by relevance
66 private long mBytesFetched; field in FileTsStreamer242 return mBytesFetched; in getBufferedPosition()370 long initialBytesFetched = mBytesFetched; in readAt()371 while (mBytesFetched < pos + amount && mStreaming) { in readAt()378 if (initialBytesFetched == mBytesFetched) { in readAt()390 if (mBytesFetched - CIRCULAR_BUFFER_SIZE > pos) { in readAt()444 mBytesFetched = 0; in run()450 while ((mBytesFetched - mLastReadPosition + PADDING_SIZE) > CIRCULAR_BUFFER_SIZE in run()479 int posInBuffer = (int) (mBytesFetched % CIRCULAR_BUFFER_SIZE); in run()494 mBytesFetched += bytesWritten; in run()
57 private long mBytesFetched; field in TunerTsStreamer208 mBytesFetched = 0; in startStream()236 mBytesFetched = 0; in startStream()312 return mBytesFetched; in getBufferedPosition()387 int posInBuffer = (int) (mBytesFetched % CIRCULAR_BUFFER_SIZE); in run()402 mBytesFetched += bytesWritten; in run()427 if (mBytesFetched - CIRCULAR_BUFFER_SIZE > pos) { in readAt()431 if (mBytesFetched < pos + amount) { in readAt()