Home
last modified time | relevance | path

Searched refs:GetStream (Results 1 – 25 of 95) sorted by relevance

1234

/external/webrtc/media/base/
Dstream_params.h253 const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream() function
260 StreamParams* GetStream(StreamParamsVec& streams, Condition condition) { in GetStream() function
266 return GetStream(streams, in HasStreamWithNoSsrcs()
272 return GetStream( in GetStreamBySsrc()
279 return GetStream(streams, [&groupid, &id](const StreamParams& sp) { in GetStreamByIds()
287 return GetStream(streams, [&groupid, &id](const StreamParams& sp) { in GetStreamByIds()
292 inline const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream() function
294 return GetStream(streams, [&selector](const StreamParams& sp) { in GetStream()
Dstream_params.cc73 bool GetStream(const StreamParamsVec& streams, in GetStream() function
76 const StreamParams* found = GetStream(streams, selector); in GetStream()
/external/pdfium/core/fpdfapi/render/
Dcpdf_pagerendercache.cpp45 it.second->GetImage()->GetStream()); in CacheOptimization()
81 CPDF_Stream* pStream = pImage->GetStream(); in StartGetCachedBitmap()
114 m_ImageCache[m_pCurImageCacheEntry->GetImage()->GetStream()] = in Continue()
124 CPDF_Stream* pStream = pImage->GetStream(); in ResetBitmapForImage()
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasTebs()
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list); in HasPeb()
134 size_t memory_list_size = GetStream(MemoryListStream, &memory_list); in HasMemoryImpl()
158 memory_list_size = GetStream(Memory64ListStream, &memory64_list); in HasMemoryImpl()
Ddump_analysis.h56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream() function
/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.h57 port::StatusOr<Stream *> GetStream(int device_ordinal) override;
104 port::StatusOr<Stream *> GetStream(int device_ordinal) override { in GetStream() function
105 return per_device_allocators_[device_ordinal].GetStream(device_ordinal); in GetStream()
Ddevice_memory_allocator.h223 virtual port::StatusOr<Stream *> GetStream(int device_ordinal) = 0;
257 port::StatusOr<Stream *> GetStream(int device_ordinal) override;
Dtf_allocator_adapter.cc62 port::StatusOr<Stream *> TfAllocatorAdapter::GetStream(int device_ordinal) { in GetStream() function in stream_executor::TfAllocatorAdapter
/external/vixl/examples/aarch32/
Dcustom-aarch32-disasm.cc73 CustomStream* GetStream() const { in GetStream() function in vixl::aarch32::CustomDisassembler
80 GetStream()->GetSymbols().find(pc); in PrintCodeAddress()
81 if (symbol != GetStream()->GetSymbols().end()) { in PrintCodeAddress()
/external/llvm-project/lldb/source/Commands/
DCommandObjectGUI.cpp34 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() && in DoExecute()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp38 debugger.GetOutputFile().GetStream(), in IOHandlerLuaInterpreter()
39 debugger.GetErrorFile().GetStream())); in IOHandlerLuaInterpreter()
94 m_lua->ChangeIO(io_redirect.GetOutputFile()->GetStream(), in ExecuteOneLine()
95 io_redirect.GetErrorFile()->GetStream())) { in ExecuteOneLine()
/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp263 assert(dump_options.GetStream() && "need a Stream to print the string to"); in DumpEncodedBufferToStream()
264 Stream &stream(*dump_options.GetStream()); in DumpEncodedBufferToStream()
382 SetStream(options.GetStream()); in ReadBufferAndDumpToStreamOptions()
403 assert(options.GetStream() && "need a Stream to print the string to"); in ReadEncodedBufferAndDumpToStream()
404 if (!options.GetStream()) in ReadEncodedBufferAndDumpToStream()
474 options.GetStream()->Printf("unable to read data"); in ReadEncodedBufferAndDumpToStream()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp48 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream);
216 HRESULT result = volumeCallback->GetStream(fullName, &nextStream); in Open2()
306 RINOK(extractCallback->GetStream(0, &outStream, askMode)); in Extract()
332 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream() function in NArchive::NSplit::CHandler
DIArchive.h175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \
206 STDMETHOD(GetStream)(const wchar_t *name, IInStream **inStream) x; \
216 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
407 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream) x; \
/external/pdfium/fpdfsdk/
Dfpdf_editimg.cpp229 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataDecoded()
248 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataRaw()
332 if (!pPage || !pPage->GetDocument() || !pImg->GetStream()) in FPDFImageObj_GetImageMetadata()
337 pPage->GetDocument(), pImg->GetStream(), false, nullptr, in FPDFImageObj_GetImageMetadata()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp46 llvm::ArrayRef<uint8_t> MinidumpParser::GetStream(StreamType stream_type) { in GetStream() function in MinidumpParser
218 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::MiscInfo); in GetMiscInfo()
227 llvm::ArrayRef<uint8_t> data = GetStream(StreamType::LinuxProcStatus); in GetLinuxProcStatus()
263 auto data = parser.GetStream(StreamType::LinuxMaps); in CreateRegionsCacheFromLinuxMaps()
432 llvm::ArrayRef<uint8_t> data64 = GetStream(StreamType::Memory64List); in FindMemoryRange()
581 parser.GetStream(StreamType::Memory64List); in CreateRegionsCacheFromMemory64List()
/external/grpc-grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc311 ProtoReflectionDescriptorDatabase::GetStream() { in GetStream() function in grpc::ProtoReflectionDescriptorDatabase
323 if (GetStream()->Write(request) && GetStream()->Read(&response)) { in DoOneRequest()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_transfer_manager.cc72 se::Stream* stream = infeed_manager->GetStream(executor); in EnqueueBuffersToInfeed()
103 se::Stream* stream = infeed_manager->GetStream(executor); in TransferBufferToInfeedInternal()
Dinfeed_manager.cc23 se::Stream* InfeedManager::GetStream(se::StreamExecutor* executor) { in GetStream() function in xla::gpu::InfeedManager
Dinfeed_manager.h71 se::Stream* GetStream(se::StreamExecutor* executor);
/external/pdfium/xfa/fgas/font/
Dcfx_fontsourceenum_file.h29 RetainPtr<IFX_SeekableStream> GetStream() const;
/external/llvm-project/lldb/include/lldb/Host/
DFile.h152 virtual FILE *GetStream();
400 FILE *GetStream() override;
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h27 const CPDF_Stream* GetStream() const { return m_pStream.Get(); } in GetStream() function
Dcpdf_imageobject.cpp82 CPDF_Stream* pStream = m_pImage->GetStream(); in MaybePurgeCache()
Dcpdf_form.h54 const CPDF_Stream* GetStream() const;

1234