Searched refs:Seek (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/chromium_org/media/filters/
H A Dsource_buffer_stream_unittest.cc139 void Seek(int position) { function in class:media::SourceBufferStreamTest
140 stream_->Seek(position * frame_duration_);
144 stream_->Seek(timestamp);
648 Seek(0);
661 Seek(0);
675 Seek(0);
677 Seek(15);
694 Seek(0);
708 Seek(5);
715 Seek(
[all...]
H A Dffmpeg_glue_unittest.cc62 int64 Seek(int64 offset, int whence) { function in class:media::FFmpegGlueTest
136 TEST_F(FFmpegGlueTest, Seek) {
148 EXPECT_EQ(AVERROR(EIO), Seek(-16, SEEK_SET));
149 EXPECT_EQ(8, Seek(16, SEEK_SET));
168 EXPECT_EQ(AVERROR(EIO), Seek(8, SEEK_CUR));
169 EXPECT_EQ(AVERROR(EIO), Seek(8, SEEK_CUR));
170 EXPECT_EQ(16, Seek(8, SEEK_CUR));
189 EXPECT_EQ(AVERROR(EIO), Seek(-8, SEEK_END));
190 EXPECT_EQ(AVERROR(EIO), Seek(-8, SEEK_END));
191 EXPECT_EQ(8, Seek(
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
98 /// It's like Seek(last marker's input position).
141 void Seek(int index); method in interface:Antlr.Runtime.IIntStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs137 void Seek( int index ); method in interface:Antlr.Runtime.IIntStream
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp12 return _stream->Seek(offset, STREAM_SEEK_SET, NULL);
20 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function in class:COffsetOutStream
26 HRESULT result = _stream->Seek(offset, seekOrigin, &absoluteNewPosition);
H A DOffsetStream.h21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
H A DLockedStream.cpp11 RINOK(_stream->Seek(startPos, STREAM_SEEK_SET, NULL));
H A DLimitedStreams.h45 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
60 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
62 HRESULT SeekToStart() { return Seek(0, STREAM_SEEK_SET, NULL); }
79 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); }
97 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
H A DFileStreams.cpp137 bool result = File.Seek(alignedPos, FILE_BEGIN, realNewPosition);
166 bool result = File.Seek(VirtPos, FILE_BEGIN, realNewPosition);
243 STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function in class:CInFileStream
270 bool result = File.Seek(offset, seekOrigin, realNewPosition);
282 off_t res = File.Seek(offset, seekOrigin);
332 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) function in class:COutFileStream
339 bool result = File.Seek(offset, seekOrigin, realNewPosition);
346 off_t res = File.Seek(offset, seekOrigin);
360 if (!File.Seek(0, FILE_CURRENT, currentPos))
364 result = result && File.Seek(currentPo
[all...]
/external/lzma/CPP/Common/
H A DC_FileIO.cpp34 off_t curPos = Seek(0, SEEK_CUR);
35 off_t lengthTemp = Seek(0, SEEK_END);
36 Seek(curPos, SEEK_SET);
41 off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const function in class:NC::NFile::NIO::CFileBase
/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.h36 RINOK(s.Stream->Seek(0, STREAM_SEEK_CUR, &s.LocalPos));
47 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
80 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
H A DInStreamWithCRC.cpp35 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) function in class:CInStreamWithCRC
41 return _stream->Seek(offset, seekOrigin, newPosition);
H A DMultiStream.cpp39 RINOK(s.Stream->Seek(localPos, STREAM_SEEK_SET, &s.LocalPos));
52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) function in class:CMultiStream
143 RINOK(outStream->Seek(_offsetPos, STREAM_SEEK_SET, NULL));
170 STDMETHODIMP COutMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_iterator.h19 virtual leveldb::Status Seek(const base::StringPiece& target) = 0;
H A Dleveldb_iterator_impl.cc42 leveldb::Status LevelDBIteratorImpl::Seek(const base::StringPiece& target) { function in class:content::LevelDBIteratorImpl
43 iterator_->Seek(MakeSlice(target));
H A Dleveldb_iterator_impl.h20 virtual leveldb::Status Seek(const base::StringPiece& target) OVERRIDE;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs170 Seek(marker);
175 Seek(_lastMarker);
179 * Seek to a 0-indexed position within data buffer. Can't handle
186 public virtual void Seek(int index) { method in class:Antlr.Runtime.Misc.LookaheadStream
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc129 if (!out->Seek(base_offset_lookup)) {
139 if (!out->Seek(offsets_lookup[i] + 6)) {
332 out.Seek(0);
340 out.Seek(6);
348 out.Seek(6);
356 out.Seek(10);
364 out.Seek(16);
372 out.Seek(16);
380 out.Seek(20);
388 out.Seek(2
[all...]
H A Dfile-stream.h30 bool Seek(off_t position) { function in class:ots::FILEStream
/external/chromium_org/android_webview/browser/net/
H A Dinput_stream_reader.h35 virtual int Seek(const net::HttpByteRange& byte_range);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator_wrapper.h44 void Seek(const Slice& k) { assert(iter_); iter_->Seek(k); Update(); } function in class:leveldb::IteratorWrapper
/external/lzma/CPP/7zip/
H A DIStream.h39 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
44 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
/external/chromium_org/media/base/
H A Dseekable_buffer_unittest.cc102 // Seek forward.
103 EXPECT_TRUE(buffer_.Seek(2 * kReadSize));
120 // Seek backward.
121 EXPECT_TRUE(buffer_.Seek(-3 * static_cast<int32>(kReadSize)));
150 // Seek forward.
151 EXPECT_TRUE(buffer_.Seek(kReadSize));
200 EXPECT_FALSE(buffer_.Seek(1));
201 EXPECT_FALSE(buffer_.Seek(-1));
217 // Seek backward.
218 EXPECT_TRUE(buffer_.Seek(
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_frame_reader.h96 bool Seek(size_t size);
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Diterator.h43 virtual void Seek(const Slice& target) = 0;

Completed in 1764 milliseconds

1234567891011