Lines Matching full:current
9 // both backward and forward directions, the current read position can be reset
15 // In the case of reading and seeking forward, the current read position
57 // Reads a maximum of |size| bytes into |data| from the current read
59 // The current read position will advance by the amount of bytes read. If
64 // Copies up to |size| bytes from current position to |data|. Returns
65 // number of bytes copied. Doesn't advance current position. Optionally
66 // starts at a |forward_offset| from current position.
70 // Returns pointer to the current chunk of data that is being consumed.
87 // current read position is moved forward. If negative, the current read
88 // position is moved backward. A zero |offset| value will keep the current
93 // If the seek operation fails, the current read position will not be updated.
98 // Returns the number of bytes buffered beyond the current read position.
101 // Returns the number of bytes buffered that precedes the current read
123 // Returns the current timestamp, taking into account current offset. The
124 // value calculated based on the timestamp of the current buffer. If
125 // timestamp for the current buffer is set to 0 or the data was added with
141 // of bytes read. The current read position will be moved forward by the
142 // number of bytes read. If |data| is NULL, only the current read position
147 // A helper method that moves the current read position forward by |size|
151 // the seek operation failed. The current read position is not updated.
154 // A helper method that moves the current read position backward by |size|
158 // the seek operation failed. The current read position is not updated.