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:curStreamInfo
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_common.cpp
227
StreamInfo_V1_1
curStreamInfo
;
in DumpStreamInfo()
local
228
SetStreamInfo(
curStreamInfo
);
in DumpStreamInfo()
232
if (
curStreamInfo
.v1_0.bufferQueue_ &&
curStreamInfo
.v1_0.bufferQueue_->producer_) {
in DumpStreamInfo()
233
streamInfo.append("[" + std::to_string(
curStreamInfo
.v1_0.bufferQueue_->producer_->GetUniqueId()) + "]");
in DumpStreamInfo()
238
streamInfo.append(" stream Id:[" + std::to_string(
curStreamInfo
.v1_0.streamId_) + "]");
in DumpStreamInfo()
243
streamInfo.append(" width:[" + std::to_string(
curStreamInfo
.v1_0.width_) + "]");
in DumpStreamInfo()
244
streamInfo.append(" height:[" + std::to_string(
curStreamInfo
.v1_0.height_) + "]");
in DumpStreamInfo()
245
streamInfo.append(" dataspace:[" + std::to_string(
curStreamInfo
.v1_0.dataspace_) + "]");
in DumpStreamInfo()
246
streamInfo.append(" StreamType:[" + std::to_string(
curStreamInfo
in DumpStreamInfo()
[all...]
H
A
D
hcapture_session.cpp
203
StreamInfo_V1_1
curStreamInfo
;
in GetCurrentStreamInfos()
local
204
stream->SetStreamInfo(
curStreamInfo
);
in GetCurrentStreamInfos()
206
streamInfos.push_back(
curStreamInfo
);
in GetCurrentStreamInfos()
646
StreamInfo_V1_1
curStreamInfo
;
in LinkInputAndOutputs()
local
647
stream->SetStreamInfo(
curStreamInfo
);
in LinkInputAndOutputs()
649
allStreamInfos.push_back(
curStreamInfo
);
in LinkInputAndOutputs()
997
StreamInfo_V1_1
curStreamInfo
;
in CancelStreamsAndGetStreamInfos()
local
1009
stream->SetStreamInfo(
curStreamInfo
);
in CancelStreamsAndGetStreamInfos()
1010
streamInfos.push_back(
curStreamInfo
);
in CancelStreamsAndGetStreamInfos()
1072
StreamInfo_V1_1
curStreamInfo
;
in CheckIfColorSpaceMatchesFormat()
local
[all...]
Completed in 4 milliseconds