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:streamInfos
(Results
1 - 25
of
30
) sorted by relevance
1
2
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H
A
D
camera_preview_test.cpp
83
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
94
streamInfos
.push_back(streamInfo);
in HWTEST_F()
95
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
202
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
213
std::vector<StreamInfo>().swap(
streamInfos
);
in HWTEST_F()
214
streamInfos
.push_back(streamInfo);
in HWTEST_F()
215
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
256
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
267
streamInfos
.push_back(streamInfo);
in HWTEST_F()
268
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
299
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
353
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
397
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
440
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
484
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
613
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
668
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
721
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
765
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
810
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
852
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
892
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
960
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
1016
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
1085
std::vector<std::shared_ptr<StreamInfo>>
streamInfos
;
HWTEST_F()
local
1104
std::vector<std::shared_ptr<StreamInfo>>
streamInfos
;
HWTEST_F()
local
1134
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
1192
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
1353
std::vector<StreamInfo>
streamInfos
;
HWTEST_F()
local
[all...]
H
A
D
test_display.cpp
103
std::vector<StreamInfo>
streamInfos
;
in StartStreamUpdate()
local
114
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStreamUpdate()
115
streamInfos
.push_back(streamInfo);
in StartStreamUpdate()
116
rc = (CamRetCode)streamOperator->CreateStreams(
streamInfos
);
in StartStreamUpdate()
563
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStream()
564
streamInfos
.push_back(streamInfoPre);
in StartStream()
581
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStream()
582
streamInfos
.push_back(streamInfoVideo);
in StartStream()
599
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStream()
600
streamInfos
in StartStream()
[all...]
H
A
D
camera_capture_test.cpp
293
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
304
streamInfos
.push_back(display_->streamInfo);
in HWTEST_F()
305
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
347
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
358
streamInfos
.push_back(display_->streamInfo);
in HWTEST_F()
359
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
H
A
D
usb_camera_test.cpp
890
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
902
streamInfos
.push_back(streamInfo);
in HWTEST_F()
919
streamInfos
.push_back(streamInfoCapture);
in HWTEST_F()
920
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
1046
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
1058
streamInfos
.push_back(streamInfo);
in HWTEST_F()
1074
streamInfos
.push_back(streamInfoVideo);
in HWTEST_F()
1075
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
1193
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
1205
streamInfos
in HWTEST_F()
[all...]
H
A
D
camera_video_test.cpp
534
std::vector<StreamInfo>
streamInfos
;
in HWTEST_F()
local
544
streamInfos
.push_back(display_->streamInfo);
in HWTEST_F()
545
display_->rc = (CamRetCode)display_->streamOperator->CreateStreams(
streamInfos
);
in HWTEST_F()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H
A
D
hdi_stream_uttest.cpp
113
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
114
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
153
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
154
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
188
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
189
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
226
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
227
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
262
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
263
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
[all...]
H
A
D
common.cpp
182
streamInfos
.push_back(*streamInfoPre);
in StartStream()
198
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
231
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
246
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
250
rc = streamOperator->CreateStreams(
streamInfos
);
in StartStream()
255
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H
A
D
hdf_camera_benchmark_test.cpp
180
std::vector<StreamInfo>
streamInfos
;
in BENCHMARK_F()
local
181
streamInfos
.push_back(*streamInfoPre);
in BENCHMARK_F()
183
cameraTest->rc = cameraTest->streamOperator->CreateStreams(
streamInfos
);
in BENCHMARK_F()
218
std::vector<StreamInfo>
streamInfos
;
in BENCHMARK_F()
local
219
streamInfos
.push_back(*streamInfoPre);
in BENCHMARK_F()
220
cameraTest->rc = cameraTest->streamOperator->CreateStreams(
streamInfos
);
in BENCHMARK_F()
507
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in BENCHMARK_F()
526
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfoSnapshot);
in BENCHMARK_F()
528
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in BENCHMARK_F()
586
cameraTest->
streamInfos
in BENCHMARK_F()
[all...]
H
A
D
benchmark_common.cpp
156
streamInfos
.push_back(*streamInfoPre);
in StartStream()
172
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
205
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
220
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
224
rc = streamOperator->CreateStreams(
streamInfos
);
in StartStream()
229
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H
A
D
common.cpp
162
streamInfos
.push_back(*streamInfoPre);
in StartStream()
178
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
211
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
226
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
230
rc = streamOperator->CreateStreams(
streamInfos
);
in StartStream()
235
std::vector<StreamInfo>().swap(
streamInfos
);
in StartStream()
H
A
D
hdi_stream_uttest.cpp
1346
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
1347
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
1380
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
1381
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
1414
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
1415
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
1452
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
1453
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
1486
cameraTest->
streamInfos
.push_back(*cameraTest->streamInfo);
in HWTEST_F()
1487
cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->
streamInfos
);
in HWTEST_F()
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
281
streamInfos
.push_back(*streamInfoPre);
in StartStream()
284
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
287
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
290
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
294
rc = streamOperator_V1_1->CreateStreams_V1_1(
streamInfos
);
in StartStream()
299
std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
279
streamInfos
.push_back(*streamInfoPre);
in StartStream()
282
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
285
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
288
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
292
rc = streamOperator_V1_1->CreateStreams_V1_1(
streamInfos
);
in StartStream()
297
std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H
A
D
benchmark_common.cpp
181
streamInfos
.push_back(*streamInfoPre);
in StartStream()
197
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
231
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
247
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
251
rc = streamOperator_V1_1->CreateStreams_V1_1(
streamInfos
);
in StartStream()
256
std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H
A
D
camera_hdi_test_securestream_v1_3.cpp
72
cameraTest->
streamInfos
.push_back(*(cameraTest->streamInfoPre));
in HWTEST_F()
73
cameraTest->rc = cameraTest->streamOperator_V1_3->CreateStreams_V1_1(cameraTest->
streamInfos
);
in HWTEST_F()
H
A
D
hdi_common_v1_3.cpp
570
streamInfos
.push_back(*streamInfoPre);
in StartProfessionalStream()
573
streamInfos
.push_back(*streamInfoVideo);
in StartProfessionalStream()
576
streamInfos
.push_back(*streamInfoAnalyze);
in StartProfessionalStream()
579
streamInfos
.push_back(*streamInfoCapture);
in StartProfessionalStream()
583
rc = streamOperator_V1_3->CreateStreams_V1_1(
streamInfos
);
in StartProfessionalStream()
590
std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(
streamInfos
);
in StartProfessionalStream()
620
streamInfos
.push_back(*streamInfoPre);
in StartStream()
623
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
626
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
629
streamInfos
in StartStream()
[all...]
/test/xts/hats/distributedhardware/distributedcameratest/
H
A
D
dcameraprovidercase.cpp
59
std::vector<DCStreamInfo>
streamInfos
;
109
streamInfos
.push_back(streamInfo1);
in SetUpTestCase()
162
int32_t ret = cameraProvider.ConfigureStreams(dhBase,
streamInfos
);
in HWTEST_F()
283
int32_t ret = cameraProvider.ConfigureStreams(dhBase,
streamInfos
);
in HWTEST_F()
H
A
D
dcameraprovidercase.h
47
int32_t ConfigStreams(std::vector<std::shared_ptr<DCStreamInfo>>&
streamInfos
)
in ConfigStreams()
argument
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H
A
D
benchmark_common.cpp
211
streamInfos
.push_back(*streamInfoPre);
in StartStream()
227
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
261
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
277
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
281
rc = streamOperator_V1_1->CreateStreams_V1_1(
streamInfos
);
in StartStream()
286
std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H
A
D
hdi_common_v1_2.cpp
368
streamInfos
.push_back(*streamInfoPre);
in StartStream()
371
streamInfos
.push_back(*streamInfoVideo);
in StartStream()
374
streamInfos
.push_back(*streamInfoAnalyze);
in StartStream()
377
streamInfos
.push_back(*streamInfoCapture);
in StartStream()
381
rc = streamOperator_V1_1->CreateStreams_V1_1(
streamInfos
);
in StartStream()
386
std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(
streamInfos
);
in StartStream()
/test/xts/hats/distributedhardware/distributedcameratest_additional/
H
A
D
dcameraprovidercase.h
35
int32_t ConfigStreams(std::vector<std::shared_ptr<DCStreamInfo>> &
streamInfos
) { return DCAMERA_OK; }
in ConfigStreams()
argument
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
H
A
D
common.h
67
std::vector<StreamInfo>
streamInfos
;
member in OHOS::Camera::Test
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H
A
D
test_display.h
111
std::vector<StreamInfo>
streamInfos
= {};
member in TestDisplay
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
H
A
D
common.h
66
std::vector<StreamInfo>
streamInfos
;
member in OHOS::Camera::Test
/test/xts/dcts/distributedhardware/distributedcameratest/
H
A
D
dcamera_hdf_demo.cpp
382
std::vector<StreamInfo>
streamInfos
;
in CreateStreams()
local
383
std::vector<StreamInfo>().swap(
streamInfos
);
in CreateStreams()
398
streamInfos
.push_back(previewStreamInfo);
in CreateStreams()
411
streamInfos
.push_back(secondStreamInfo);
in CreateStreams()
413
rc = streamOperator_->CreateStreams(
streamInfos
);
in CreateStreams()
Completed in 26 milliseconds
1
2