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:hostStreamMgr_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H
A
D
stream_pipeline_builder.h
33
std::shared_ptr<HostStreamMgr>
hostStreamMgr_
= nullptr;
member in OHOS::Camera::StreamPipelineBuilder
H
A
D
stream_pipeline_builder.cpp
19
const std::shared_ptr<Pipeline>& p) :
hostStreamMgr_
(streamMgr), pipeline_(p)
in StreamPipelineBuilder()
57
newNode->SetCallBack(
hostStreamMgr_
->GetBufferCb(it.streamId_));
in Build()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H
A
D
stream_pipeline_strategy.h
48
std::shared_ptr<HostStreamMgr>
hostStreamMgr_
= nullptr;
member in OHOS::Camera::StreamPipelineStrategy
H
A
D
stream_pipeline_strategy.cpp
19
const std::shared_ptr<PipelineSpec>& spec) :
hostStreamMgr_
(streamMgr), pipelineSpec_(spec)
in StreamPipelineStrategy()
45
hostStreamMgr_
->GetStreamTypes(streamTypeSet);
in ConstructKeyStrIndex()
138
int32_t streamId =
hostStreamMgr_
->DesignateStreamIdForType(typeId.value());
in SetNodeSpec()
139
HostStreamInfo hostStreamInfo =
hostStreamMgr_
->GetStreamInfo(streamId);
in SetNodeSpec()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_base.cpp
48
if (
hostStreamMgr_
!= nullptr) {
in ~StreamBase()
49
hostStreamMgr_
->DestroyHostStream({streamId_});
in ~StreamBase()
86
hostStreamMgr_
= pipelineCore_->GetHostStreamMgr();
in CommitStream()
87
CHECK_IF_PTR_NULL_RETURN_VALUE(
hostStreamMgr_
, RC_ERROR);
in CommitStream()
115
RetCode rc =
hostStreamMgr_
->CreateHostStream(info, [this](auto buffer) { HandleResult(buffer); });
in CommitStream()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
stream_base.h
79
std::shared_ptr<HostStreamMgr>
hostStreamMgr_
= nullptr;
member in OHOS::Camera::StreamBase
Completed in 2 milliseconds