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:streamInfoV1_1
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/camera/test/hdi/v1_2/src/
H
A
D
front_camera_hdi_uttest_v1_2.cpp
56
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
57
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
58
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
61
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
62
cameraTest->DefaultInfosCapture(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
63
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
117
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
118
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
119
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
122
cameraTest->
streamInfoV1_1
in HWTEST_F()
[all...]
H
A
D
camera_hdi_uttest_v1_2.cpp
303
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
304
cameraTest->DefaultInfosPreviewV1_2(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
305
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
449
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
450
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
451
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
454
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
455
cameraTest->DefaultInfosVideo(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
456
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
953
cameraTest->
streamInfoV1_1
in CaptureByColorSpaces()
[all...]
H
A
D
camera_stream_uttest_v1_2.cpp
51
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
52
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
53
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL;
in HWTEST_F()
54
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
69
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = OHOS_CAMERA_P3_FULL;
in HWTEST_F()
252
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
253
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
254
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL;
in HWTEST_F()
255
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
/drivers/peripheral/camera/test/fuzztest/stream_operator/
H
A
D
stream_operator_fuzzer.cpp
83
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in UpdateStreams()
84
cameraTest->
streamInfoV1_1
->v1_0.streamId_ = data[0];
in UpdateStreams()
85
cameraTest->
streamInfoV1_1
->v1_0.width_ = data[0];
in UpdateStreams()
86
cameraTest->
streamInfoV1_1
->v1_0.height_ = data[0];
in UpdateStreams()
87
cameraTest->
streamInfoV1_1
->v1_0.format_ = PIXEL_FMT_YCRCB_420_SP;
in UpdateStreams()
88
cameraTest->
streamInfoV1_1
->v1_0.tunneledMode_ = data[0];
in UpdateStreams()
89
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL;
in UpdateStreams()
90
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in UpdateStreams()
/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H
A
D
camera_benchmark_test.cpp
120
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in BENCHMARK_F()
121
cameraTest->
streamInfoV1_1
->v1_0.streamId_ = 100;
in BENCHMARK_F()
122
cameraTest->
streamInfoV1_1
->v1_0.width_ = 1920;
in BENCHMARK_F()
123
cameraTest->
streamInfoV1_1
->v1_0.height_ = 1080;
in BENCHMARK_F()
124
cameraTest->
streamInfoV1_1
->v1_0.intent_ = StreamIntent::PREVIEW;
in BENCHMARK_F()
125
cameraTest->
streamInfoV1_1
->v1_0.tunneledMode_ = UT_TUNNEL_MODE;
in BENCHMARK_F()
126
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL;
in BENCHMARK_F()
127
cameraTest->
streamInfoV1_1
->v1_0.format_ = PIXEL_FMT_YCRCB_420_SP;
in BENCHMARK_F()
128
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in BENCHMARK_F()
/drivers/peripheral/camera/test/hdi/v1_1/src/
H
A
D
camera_hdi_uttest_v1_1.cpp
82
cameraTest->
streamInfoV1_1
= std::make_shared<StreamInfo_V1_1>();
in HWTEST_F()
83
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
84
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
137
cameraTest->
streamInfoV1_1
= std::make_shared<StreamInfo_V1_1>();
in HWTEST_F()
138
cameraTest->DefaultPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
139
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
156
cameraTest->
streamInfoV1_1
->v1_0.streamId_, bufferQueue);
in HWTEST_F()
168
cameraTest->rc = cameraTest->streamOperator_V1_1->DetachBufferQueue(cameraTest->
streamInfoV1_1
->v1_0.streamId_);
in HWTEST_F()
170
std::vector<int> streamIds = {cameraTest->
streamInfoV1_1
->v1_0.streamId_};
in HWTEST_F()
220
cameraTest->
streamInfoV1_1
in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/hdi/v1_3/src/
H
A
D
camera_hdi_uttest_v1_3.cpp
410
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in CaptureByColorSpacesWithUpdateStreams()
411
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in CaptureByColorSpacesWithUpdateStreams()
412
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = captureColorSpaces[0];
in CaptureByColorSpacesWithUpdateStreams()
413
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in CaptureByColorSpacesWithUpdateStreams()
436
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in CaptureByColorSpacesWithUpdateStreams()
437
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in CaptureByColorSpacesWithUpdateStreams()
438
cameraTest->
streamInfoV1_1
->v1_0.dataspace_ = colorSpaces;
in CaptureByColorSpacesWithUpdateStreams()
439
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in CaptureByColorSpacesWithUpdateStreams()
638
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
639
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
[all...]
H
A
D
camera_front_uttest_v1_3.cpp
191
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
192
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
193
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
H
A
D
camera_professional_uttest_v1_3.cpp
233
cameraTest->
streamInfoV1_1
= std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
in HWTEST_F()
234
cameraTest->DefaultInfosPreview(cameraTest->
streamInfoV1_1
);
in HWTEST_F()
235
cameraTest->streamInfosV1_1.push_back(*cameraTest->
streamInfoV1_1
);
in HWTEST_F()
/drivers/peripheral/camera/test/common/v1_1/include/
H
A
D
hdi_common_v1_1.h
58
std::shared_ptr<StreamInfo_V1_1>
streamInfoV1_1
= nullptr;
member in OHOS::Camera::HdiCommonV1_1
Completed in 10 milliseconds