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:pipeline_
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H
A
D
stream_pipeline_builder.cpp
19
const std::shared_ptr<Pipeline>& p) : hostStreamMgr_(streamMgr),
pipeline_
(p)
in StreamPipelineBuilder()
32
pipeline_
->maxWidth_ = max[0];
in SetMaxSize()
33
pipeline_
->maxHeight_ = max[1];
in SetMaxSize()
59
pipeline_
->nodes_.push_back(newNode);
in Build()
66
auto peerNode = std::find_if(
pipeline_
->nodes_.begin(),
pipeline_
->nodes_.end(),
in Build()
70
if (peerNode !=
pipeline_
->nodes_.end()) {
in Build()
89
return
pipeline_
;
in Build()
94
CHECK_IF_PTR_NULL_RETURN_VALUE(
pipeline_
, RC_ERROR);
in Destroy()
96
pipeline_
in Destroy()
[all...]
H
A
D
stream_pipeline_builder.h
34
std::shared_ptr<Pipeline>
pipeline_
= nullptr;
member in OHOS::Camera::StreamPipelineBuilder
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_base.cpp
52
if (
pipeline_
!= nullptr) {
in ~StreamBase()
53
pipeline_
->DestroyPipeline({streamId_});
in ~StreamBase()
83
pipeline_
= pipelineCore_->GetStreamPipelineCore();
in CommitStream()
84
CHECK_IF_PTR_NULL_RETURN_VALUE(
pipeline_
, RC_ERROR);
in CommitStream()
128
CHECK_IF_PTR_NULL_RETURN_VALUE(
pipeline_
, RC_ERROR);
in StartStream()
145
RetCode rc =
pipeline_
->Prepare({streamId_});
in StartStream()
166
rc =
pipeline_
->Start({streamId_});
in StartStream()
178
CHECK_IF_PTR_NULL_RETURN_VALUE(
pipeline_
, RC_ERROR);
in StopStream()
207
RetCode rc =
pipeline_
->Flush({streamId_});
in StopStream()
210
rc =
pipeline_
in StopStream()
[all...]
H
A
D
stream_still_capture.cpp
69
context->pipeline =
pipeline_
;
in ChangeToOfflineStream()
97
CHECK_IF_PTR_NULL_RETURN_VALUE(
pipeline_
, RC_ERROR);
in StopStream()
125
RetCode rc =
pipeline_
->Flush({streamId_});
in StopStream()
137
rc =
pipeline_
->Stop({streamId_});
in StopStream()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
stream_base.h
78
std::shared_ptr<IStreamPipelineCore>
pipeline_
= nullptr;
member in OHOS::Camera::StreamBase
Completed in 3 milliseconds