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:streamInfos_
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
double_preview_test.cpp
68
std::vector<StreamInfo>().swap(
streamInfos_
);
in CreateStream()
69
streamInfos_
.push_back(streamInfo);
in CreateStream()
75
std::vector<StreamInfo>().swap(
streamInfos_
);
in CreateStream()
76
streamInfos_
.push_back(streamInfo);
in CreateStream()
80
result_ = (CamRetCode)cameraBase_->streamOperator->CreateStreams(
streamInfos_
);
in CreateStream()
H
A
D
usb_camera_test_mult.cpp
74
std::vector<StreamInfo>().swap(
streamInfos_
);
in DefaultInfosPreview()
75
streamInfos_
.push_back(streamInfoPre_);
in DefaultInfosPreview()
95
std::vector<StreamInfo>().swap(
streamInfos_
);
in DefaultInfosVideo()
96
streamInfos_
.push_back(streamInfoVideo_);
in DefaultInfosVideo()
116
std::vector<StreamInfo>().swap(
streamInfos_
);
in DefaultInfosCapture()
117
streamInfos_
.push_back(streamInfoCapture_);
in DefaultInfosCapture()
130
cameraBase_->rc = (CamRetCode)streamOperator_->CreateStreams(
streamInfos_
);
in StartStream()
H
A
D
camera_video_test.h
38
std::vector<StreamInfo>
streamInfos_
;
member in CameraVideoTest
H
A
D
double_preview_test.h
46
std::vector<StreamInfo>
streamInfos_
;
member in DoublePreviewTest
H
A
D
meta_data_test.h
52
std::vector<StreamInfo>
streamInfos_
;
member in MetaDataTest
H
A
D
usb_camera_test_mult.h
59
std::vector<StreamInfo>
streamInfos_
= {};
member in UtestUSBCameraTestMult
H
A
D
meta_data_test.cpp
107
std::vector<StreamInfo>().swap(
streamInfos_
);
in CreateStream()
108
streamInfos_
.push_back(streamInfo);
in CreateStream()
109
result_ = static_cast<CamRetCode>(cameraBase_->streamOperator->CreateStreams(
streamInfos_
));
in CreateStream()
H
A
D
camera_video_test.cpp
87
std::vector<StreamInfo>().swap(
streamInfos_
);
in CreateStream()
88
streamInfos_
.push_back(streamInfo);
in CreateStream()
89
CamRetCode result = (CamRetCode)cameraBase_->streamOperator->CreateStreams(
streamInfos_
);
in CreateStream()
/drivers/peripheral/camera/vdi_base/v4l2/include/
H
A
D
utils.h
29
std::vector<std::shared_ptr<VdiStreamInfo>>
streamInfos_
;
member
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H
A
D
dcamera_hdf_demo.h
168
std::vector<StreamInfo>
streamInfos_
;
member in OHOS::DistributedHardware::DcameraHdfDemo
H
A
D
dcamera_hdf_demo.cpp
190
streamInfos_
.push_back(streamInfo);
in CreateStreamInfo()
199
rc = streamOperator_->CreateStreams(
streamInfos_
);
in CreateStream()
596
streamInfos_
.clear();
in ReleaseAllStream()
Completed in 8 milliseconds