Home
last modified time | relevance | path

Searched refs:streamInfos (Results 1 - 25 of 30) sorted by relevance

12

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_preview_test.cpp83 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 Dtest_display.cpp103 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 Dcamera_capture_test.cpp293 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 Dusb_camera_test.cpp890 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 Dcamera_video_test.cpp534 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 Dhdi_stream_uttest.cpp113 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 Dcommon.cpp182 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 Dhdf_camera_benchmark_test.cpp180 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 Dbenchmark_common.cpp156 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 Dcommon.cpp162 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 Dhdi_stream_uttest.cpp1346 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 Dhdi_common_v1_1.cpp281 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 Dhdi_common_v1_1.cpp279 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 Dbenchmark_common.cpp181 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 Dcamera_hdi_test_securestream_v1_3.cpp72 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 Dhdi_common_v1_3.cpp570 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 Ddcameraprovidercase.cpp59 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 Ddcameraprovidercase.h47 int32_t ConfigStreams(std::vector<std::shared_ptr<DCStreamInfo>>& streamInfos) in ConfigStreams() argument
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp211 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 Dhdi_common_v1_2.cpp368 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 Ddcameraprovidercase.h35 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 Dcommon.h67 std::vector<StreamInfo> streamInfos; member in OHOS::Camera::Test
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Dtest_display.h111 std::vector<StreamInfo> streamInfos = {}; member in TestDisplay
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
H A Dcommon.h66 std::vector<StreamInfo> streamInfos; member in OHOS::Camera::Test
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.cpp382 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

12