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 - 8
of
8
) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
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)display_->streamOperator->CreateStreams(
streamInfos_
);
in CreateStream()
H
A
D
usb_camera_test_mult.cpp
75
std::vector<StreamInfo>().swap(
streamInfos_
);
in DefaultInfosPreview()
76
streamInfos_
.push_back(streamInfoPre_);
in DefaultInfosPreview()
96
std::vector<StreamInfo>().swap(
streamInfos_
);
in DefaultInfosVideo()
97
streamInfos_
.push_back(streamInfoVideo_);
in DefaultInfosVideo()
117
std::vector<StreamInfo>().swap(
streamInfos_
);
in DefaultInfosCapture()
118
streamInfos_
.push_back(streamInfoCapture_);
in DefaultInfosCapture()
131
cameraBase_->rc = (CamRetCode)streamOperator_->CreateStreams(
streamInfos_
);
in StartStream()
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)display_->streamOperator->CreateStreams(
streamInfos_
);
in CreateStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H
A
D
double_preview_test.h
46
std::vector<StreamInfo>
streamInfos_
;
member in DoublePreviewTest
H
A
D
camera_video_test.h
38
std::vector<StreamInfo>
streamInfos_
;
member in CameraVideoTest
H
A
D
usb_camera_test_mult.h
59
std::vector<StreamInfo>
streamInfos_
= {};
member in UtestUSBCameraTestMult
/test/xts/dcts/distributedhardware/distributedcameratest/
H
A
D
dcamera_hdf_demo.h
167
std::vector<StreamInfo>
streamInfos_
;
member in OHOS::DistributedHardware::DcameraHdfDemo
H
A
D
dcamera_hdf_demo.cpp
201
streamInfos_
.push_back(streamInfo);
in CreateStreamInfo()
210
rc = streamOperator_->CreateStreams(
streamInfos_
);
in CreateStream()
603
streamInfos_
.clear();
in ReleaseAllStream()
Completed in 7 milliseconds