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:streamOperator_
(Results
1 - 4
of
4
) sorted by relevance
/test/xts/dcts/distributedhardware/distributedcameratest/
H
A
D
dcamera_hdf_demo.cpp
88
if (
streamOperator_
== nullptr) {
in GetStreamOpt()
90
rc = demoCameraDevice_->GetStreamOperator(streamOperatorCallback,
streamOperator_
);
in GetStreamOpt()
93
streamOperator_
= nullptr;
in GetStreamOpt()
146
int rc =
streamOperator_
->Capture(captureId, captureInfo_, iscapture);
in CaptureON()
149
streamOperator_
->ReleaseStreams(captureInfo_.streamIds_);
in CaptureON()
162
if (
streamOperator_
== nullptr) {
in CaptureOff()
163
DHLOGI("demo test: CaptureOff
streamOperator_
is nullptr");
in CaptureOff()
168
rc =
streamOperator_
->CancelCapture(captureId);
in CaptureOff()
170
rc =
streamOperator_
->CancelCapture(captureId);
in CaptureOff()
172
rc =
streamOperator_
in CaptureOff()
[all...]
H
A
D
dcamera_hdf_demo.h
171
OHOS::sptr<IStreamOperator>
streamOperator_
= nullptr;
member in OHOS::DistributedHardware::DcameraHdfDemo
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H
A
D
usb_camera_test_mult.cpp
50
cameraBase_->rc = (CamRetCode)cameraDevice_->GetStreamOperator(streamOperatorCallback,
streamOperator_
);
in AchieveStreamOperator()
131
cameraBase_->rc = (CamRetCode)
streamOperator_
->CreateStreams(streamInfos_);
in StartStream()
139
cameraBase_->rc = (CamRetCode)
streamOperator_
->CommitStreams(NORMAL, vecAbility_);
in StartStream()
228
cameraBase_->rc = (CamRetCode)
streamOperator_
->Capture(captureId, captureInfo_, isStreaming);
in StartCapture()
269
cameraBase_->rc = (CamRetCode)
streamOperator_
->CancelCapture(captureId);
in StopStream()
283
cameraBase_->rc = (CamRetCode)
streamOperator_
->ReleaseStreams(streamIds);
in StopStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H
A
D
usb_camera_test_mult.h
55
OHOS::sptr<IStreamOperator>
streamOperator_
= nullptr;
member in UtestUSBCameraTestMult
Completed in 4 milliseconds