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:streamInfoPre_
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H
A
D
usb_camera_test_mult.cpp
64
streamInfoPre_
.streamId_ = STREAM_ID_PREVIEW_DOUBLE;
in DefaultInfosPreview()
65
streamInfoPre_
.width_ = PREVIEW_WIDTH; // 640:picture width
in DefaultInfosPreview()
66
streamInfoPre_
.height_ = PREVIEW_HEIGHT; // 480:picture height
in DefaultInfosPreview()
67
streamInfoPre_
.format_ = PIXEL_FMT_RGBA_8888;
in DefaultInfosPreview()
68
streamInfoPre_
.dataspace_ = 8; // 8:picture dataspace
in DefaultInfosPreview()
69
streamInfoPre_
.intent_ = PREVIEW;
in DefaultInfosPreview()
70
streamInfoPre_
.tunneledMode_ = 5; // 5:tunnel mode
in DefaultInfosPreview()
71
streamInfoPre_
.bufferQueue_ = new BufferProducerSequenceable(streamCustomerPreview_->CreateProducer());
in DefaultInfosPreview()
72
ASSERT_NE(
streamInfoPre_
.bufferQueue_, nullptr);
in DefaultInfosPreview()
73
streamInfoPre_
in DefaultInfosPreview()
[all...]
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H
A
D
usb_camera_test_mult.h
60
StreamInfo
streamInfoPre_
= {};
member in UtestUSBCameraTestMult
Completed in 1 milliseconds