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:UpdateStreams
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/test/fuzztest/stream_operator/
H
A
D
stream_operator_fuzzer.cpp
77
void
UpdateStreams
(const uint8_t *rawData)
in UpdateStreams()
function
91
cameraTest->rc = cameraTest->streamOperator_V1_3->
UpdateStreams
(cameraTest->streamInfosV1_1);
in UpdateStreams()
143
UpdateStreams
(rawData);
in HostFuncSwitch()
/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H
A
D
camera_benchmark_test.cpp
107
* @tc.name:
UpdateStreams
141
cameraTest->rc = cameraTest->streamOperator_V1_2->
UpdateStreams
(cameraTest->streamInfosV1_1);
in BENCHMARK_F()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dstream_operator.h
54
int32_t
UpdateStreams
(const std::vector<StreamInfo_V1_1> &streamInfos) override;
/drivers/peripheral/camera/test/hdi/v1_2/src/
H
A
D
camera_stream_uttest_v1_2.cpp
71
cameraTest->rc = cameraTest->streamOperator_V1_2->
UpdateStreams
(cameraTest->streamInfosV1_1);
in HWTEST_F()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dstream_operator.cpp
187
int32_t DStreamOperator::
UpdateStreams
(const std::vector<StreamInfo_V1_1> &streamInfos)
in UpdateStreams()
function in OHOS::DistributedHardware::DStreamOperator
/drivers/peripheral/camera/test/hdi/v1_3/src/
H
A
D
camera_hdi_uttest_v1_3.cpp
445
//
UpdateStreams
in CaptureByColorSpacesWithUpdateStreams()
446
cameraTest->rc = cameraTest->streamOperator_V1_3->
UpdateStreams
(cameraTest->streamInfosV1_1);
in CaptureByColorSpacesWithUpdateStreams()
Completed in 8 milliseconds