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:streamProcess
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H
A
D
dcamera_stream_data_process_test.cpp
104
std::shared_ptr<DCameraStreamDataProcess>
streamProcess
=
in HWTEST_F()
local
112
streamProcess
->ConfigStreams(srcConfig, streamIds);
in HWTEST_F()
113
streamProcess
->StartCapture(srcConfig, streamIds);
in HWTEST_F()
114
int32_t ret =
streamProcess
->GetProducerSize();
in HWTEST_F()
127
std::shared_ptr<DCameraStreamDataProcess>
streamProcess
=
in HWTEST_F()
local
132
streamProcess
->FeedStreamToSnapShot(buffer);
in HWTEST_F()
133
int32_t ret =
streamProcess
->GetProducerSize();
in HWTEST_F()
146
std::shared_ptr<DCameraStreamDataProcess>
streamProcess
=
in HWTEST_F()
local
156
streamProcess
->ConfigStreams(srcConfig, streamIds);
in HWTEST_F()
157
streamProcess
in HWTEST_F()
175
std::shared_ptr<DCameraStreamDataProcess>
streamProcess
=
HWTEST_F()
local
202
std::shared_ptr<DCameraStreamDataProcess>
streamProcess
=
HWTEST_F()
local
[all...]
H
A
D
dcamera_stream_data_process_producer_test.cpp
179
std::shared_ptr<DCameraStreamDataProcessProducer>
streamProcess
=
in HWTEST_F()
local
182
streamProcess
->LooperSnapShot();
in HWTEST_F()
183
streamProcess
->state_ = DCameraStreamDataProcessProducer::DCAMERA_PRODUCER_STATE_STOP;
in HWTEST_F()
184
streamProcess
->LooperSnapShot();
in HWTEST_F()
188
int32_t ret =
streamProcess
->FeedStreamToDriver(dhBase, buffer);
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H
A
D
dcamera_source_data_process.cpp
101
std::shared_ptr<DCameraStreamDataProcess>
streamProcess
=
in ConfigStreams()
local
106
streamProcess
->ConfigStreams(streamConfig, iter->second);
in ConfigStreams()
108
streamProcess_.push_back(
streamProcess
);
in ConfigStreams()
/foundation/multimedia/media_lite/services/player_lite/server/src/
H
A
D
player_server.cpp
212
static void*
streamProcess
(void* arg)
in streamProcess()
function
325
pthread_create(&g_streamThreadControl.process, &attr,
streamProcess
, stream_.get());
in SetStreamSource()
Completed in 3 milliseconds