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/src/distributedcameramgr/dcameradata/
H
A
D
dcamera_source_data_process.cpp
37
streamProcess_
.clear();
in ~DCameraSourceDataProcess()
61
for (auto iter =
streamProcess_
.begin(); iter !=
streamProcess_
.end(); iter++) {
in FeedStream()
108
streamProcess_
.push_back(streamProcess);
in ConfigStreams()
120
auto iter =
streamProcess_
.begin();
in ReleaseStreams()
121
while (iter !=
streamProcess_
.end()) {
in ReleaseStreams()
126
iter =
streamProcess_
.erase(iter);
in ReleaseStreams()
137
uint64_t processSize = static_cast<uint64_t>(
streamProcess_
.size());
in ReleaseStreams()
163
for (auto iter =
streamProcess_
.begin(); iter !=
streamProcess_
in StartCapture()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H
A
D
dcamera_source_data_process.h
49
std::vector<std::shared_ptr<DCameraStreamDataProcess>>
streamProcess_
;
member in OHOS::DistributedHardware::DCameraSourceDataProcess
/foundation/multimedia/media_lite/services/player_lite/impl/
H
A
D
player_impl.h
61
pthread_t
streamProcess_
;
member in OHOS::Media::AdapterStreamCallback
H
A
D
player_impl.cpp
985
:
streamProcess_
(0),
in AdapterStreamCallback()
1053
int32_t ret = pthread_create(&
streamProcess_
, nullptr, IdleBufferProcess, this);
in Init()
1070
if (
streamProcess_
!= 0) {
in DeInit()
1071
pthread_join(
streamProcess_
, nullptr);
in DeInit()
Completed in 3 milliseconds