Searched refs:GetStream (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/media/base/
H A Ddemuxer_stream_provider.h26 virtual DemuxerStream* GetStream(DemuxerStream::Type type) = 0;
H A Ddemuxer_perftest.cc89 demuxer->GetStream(media::DemuxerStream::AUDIO);
97 stream = demuxer->GetStream(media::DemuxerStream::VIDEO);
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h47 std::ostream& GetStream() { return stream_; } function in class:relocation_packer::Logger
94 (relocation_packer::Logger(severity, INT_MIN, true).GetStream())
96 (relocation_packer::Logger(severity, INT_MIN, (predicate)).GetStream())
101 (relocation_packer::Logger(INFO, (level), true).GetStream())
103 (relocation_packer::Logger(INFO, (level), (predicate)).GetStream())
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer_unittest.cc178 DemuxerStream* stream = demuxer_->GetStream(type);
266 DemuxerStream* stream = demuxer_->GetStream(DemuxerStream::VIDEO);
285 stream = demuxer_->GetStream(DemuxerStream::AUDIO);
299 EXPECT_FALSE(demuxer_->GetStream(DemuxerStream::UNKNOWN));
315 DemuxerStream* stream = demuxer_->GetStream(DemuxerStream::VIDEO);
321 stream = demuxer_->GetStream(DemuxerStream::AUDIO);
327 EXPECT_FALSE(demuxer_->GetStream(DemuxerStream::UNKNOWN));
345 DemuxerStream* stream = demuxer_->GetStream(DemuxerStream::VIDEO);
351 stream = demuxer_->GetStream(DemuxerStream::AUDIO);
357 EXPECT_FALSE(demuxer_->GetStream(DemuxerStrea
[all...]
H A Drenderer_impl.cc69 DCHECK(demuxer_stream_provider_->GetStream(DemuxerStream::AUDIO) ||
70 demuxer_stream_provider_->GetStream(DemuxerStream::VIDEO));
192 if (!demuxer_stream_provider_->GetStream(DemuxerStream::AUDIO)) {
199 demuxer_stream_provider_->GetStream(DemuxerStream::AUDIO),
232 if (!demuxer_stream_provider_->GetStream(DemuxerStream::VIDEO)) {
239 demuxer_stream_provider_->GetStream(DemuxerStream::VIDEO),
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter_unittest.cc153 EXPECT_EQ(NULL, stream_registry->GetStream(kUrl).get());
162 scoped_refptr<Stream> stream = stream_registry->GetStream(kUrl);
173 stream = stream_registry->GetStream(kUrl);
187 EXPECT_TRUE(stream_registry->GetStream(kDifferentUrl).get() == NULL);
195 EXPECT_EQ(NULL, stream_registry->GetStream(kUrl).get());
215 scoped_refptr<Stream> stream = stream_registry->GetStream(kUrl);
233 EXPECT_EQ(NULL, stream_registry->GetStream(kUrl).get());
262 scoped_refptr<Stream> stream = stream_registry->GetStream(kUrl);
283 ASSERT_FALSE(stream_registry->GetStream(kUrl).get() == NULL);
287 ASSERT_EQ(NULL, stream_registry->GetStream(kUr
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DIcon.h21 CPDF_Stream* GetStream();
/external/chromium_org/content/browser/streams/
H A Dstream_unittest.cc194 TEST_F(StreamTest, GetStream) {
201 scoped_refptr<Stream> stream2 = registry_->GetStream(url);
213 scoped_refptr<Stream> stream2 = registry_->GetStream(url2);
226 scoped_refptr<Stream> stream2 = registry_->GetStream(url2);
240 scoped_refptr<Stream> stream2 = registry_->GetStream(url2);
252 scoped_refptr<Stream> stream2 = registry_->GetStream(url);
281 EXPECT_EQ(NULL, registry_->GetStream(url2).get());
286 EXPECT_FALSE(registry_->GetStream(url1).get() == NULL);
308 EXPECT_EQ(stream.get(), registry_->GetStream(url).get());
H A Dstream_registry.h46 scoped_refptr<Stream> GetStream(const GURL& url);
H A Dstream_registry.cc32 scoped_refptr<Stream> StreamRegistry::GetStream(const GURL& url) { function in class:content::StreamRegistry
43 scoped_refptr<Stream> stream(GetStream(src_url));
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_image.cpp20 if (m_pImage->IsInline() || (m_pImage->GetStream() && m_pImage->GetStream()->GetObjNum() == 0)) {
23 m_pImage->GetDocument()->GetPageData()->ReleaseImage(m_pImage->GetStream());
/external/pdfium/fpdfsdk/src/javascript/
H A DIcon.cpp45 CPDF_Stream* Icon::GetStream() function in class:Icon
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h132 virtual rtc::StreamInterface* GetStream();
138 // Helper method for GetStream() that Instantiates the
H A Dsecuretunnelsessionclient.cc341 rtc::StreamInterface* SecureTunnelSession::GetStream() { function in class:cricket::SecureTunnelSession
344 return MakeSecureStream(channel_->GetStream());
375 ssl_stream_reference_->GetStream());
H A Dpseudotcpchannel.h49 // 1) The StreamInterface provided via GetStream has been closed.
58 // PseudoTcpChannel::GetStream
59 // Note: The stream pointer returned by GetStream is owned by the caller.
77 rtc::StreamInterface* GetStream();
H A Dtunnelsessionclient.cc177 return tunnel->GetStream();
199 data->stream = tunnel->GetStream();
352 rtc::StreamInterface* TunnelSession::GetStream() { function in class:cricket::TunnelSession
354 return channel_->GetStream();
/external/lzma/CPP/7zip/Archive/
H A DIArchive.h85 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \
97 STDMETHOD(GetStream)(const wchar_t *name, IInStream **inStream) x; \
107 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
154 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream) x; \
H A DSplitHandler.cpp45 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream);
235 HRESULT result = openVolumeCallback->GetStream(fullName, &nextStream);
312 RINOK(extractCallback->GetStream(0, &outStream, askMode));
338 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) function in class:NArchive::NSplit::CHandler
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h22 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
H A DUpdateCallback.cpp158 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream) function in class:CArchiveUpdateCallback
170 return Callback->GetStream((*ArcItems)[up.ArcIndex].Name, true);
173 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false));
H A DArchiveOpenCallback.cpp87 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream) function in class:COpenCallbackImp
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.cc152 bool GetStream(const StreamParamsVec& streams, function in namespace:cricket
169 return GetStream(streams, StreamSelector(ssrc), stream_out);
176 return GetStream(streams, StreamSelector(groupid, id), stream_out);
/external/chromium_org/media/mojo/services/
H A Dmojo_renderer_impl.cc51 demuxer_stream_provider_->GetStream(DemuxerStream::AUDIO)),
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp319 GetStream () const function in class:ReadUTFBufferAndDumpToStreamOptions
407 if (!options.GetStream())
439 options.GetStream()->Printf("unable to read data");
445 return DumpUTFBufferToStream(options.GetConversionFunction(), data, *options.GetStream(), options.GetPrefixToken(), options.GetQuote(), sourceSize);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp36 HRESULT result = _updateCallback->GetStream(_fileIndices[_fileIndex], &stream);

Completed in 467 milliseconds

12345