Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IStream
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
capture_request.h
28
class
IStream
;
35
RetCode AddOwner(const std::weak_ptr<
IStream
>& owner);
75
std::map<int32_t, std::weak_ptr<
IStream
>> owners_ = {};
H
A
D
istream.h
37
class
IStream
{
class
39
virtual ~
IStream
() = default;
62
using StreamFactory = RegisterFactoty<
IStream
,
H
A
D
stream_base.h
26
class StreamBase : public
IStream
, public std::enable_shared_from_this<StreamBase> {
H
A
D
stream_operator_vdi_impl.h
82
std::unordered_map<int32_t, std::shared_ptr<
IStream
>> streamMap_ = {};
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
capture_request.cpp
40
RetCode CaptureRequest::AddOwner(const std::weak_ptr<
IStream
>& owner)
in AddOwner()
H
A
D
stream_operator_vdi_impl.cpp
240
std::shared_ptr<
IStream
> stream = StreamFactory::Instance().CreateShared(
in CreateStreams()
241
IStream
::g_availableStreamType[it.intent_], it.streamId_, it.intent_, pipelineCore_, messenger_);
in CreateStreams()
268
IStream
::g_availableStreamType[it.intent_].c_str());
in CreateStreams()
403
std::shared_ptr<
IStream
> stream = nullptr;
in AttachBufferQueue()
438
std::shared_ptr<
IStream
> stream = nullptr;
H
A
D
stream_base.cpp
22
std::map<VdiStreamIntent, std::string>
IStream
::g_availableStreamType = {
Completed in 3 milliseconds