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:StreamContainer
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcapture_session.h
106
class
StreamContainer
{
class
108
StreamContainer
() {};
in StreamContainer()
function in OHOS::OHOS::CameraStandard::StreamContainer
109
virtual ~
StreamContainer
() = default;
332
StreamContainer
streamContainer_;
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcapture_session.cpp
2194
bool
StreamContainer
::AddStream(sptr<HStreamCommon> stream)
in AddStream()
2206
bool
StreamContainer
::RemoveStream(sptr<HStreamCommon> stream)
in RemoveStream()
2218
sptr<HStreamCommon>
StreamContainer
::GetStream(int32_t streamId)
in GetStream()
2231
sptr<HStreamCommon>
StreamContainer
::GetHdiStream(int32_t streamId)
in GetHdiStream()
2244
void
StreamContainer
::Clear()
in Clear()
2250
size_t
StreamContainer
::Size()
in Size()
2260
std::list<sptr<HStreamCommon>>
StreamContainer
::GetStreams(const StreamType streamType)
in GetStreams()
2272
std::list<sptr<HStreamCommon>>
StreamContainer
::GetAllStreams()
in GetAllStreams()
Completed in 5 milliseconds