Home
last modified time | relevance | path

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

12

/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_preview_test.cpp60 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
71 streamInfos.push_back(streamInfo); in HWTEST_F()
72 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in HWTEST_F()
103 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
114 std::vector<StreamInfo>().swap(streamInfos); in HWTEST_F()
115 streamInfos.push_back(streamInfo); in HWTEST_F()
116 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in HWTEST_F()
157 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
168 streamInfos.push_back(streamInfo); in HWTEST_F()
169 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in HWTEST_F()
199 std::vector<StreamInfo> streamInfos; HWTEST_F() local
302 std::vector<StreamInfo> streamInfos; HWTEST_F() local
356 std::vector<StreamInfo> streamInfos; HWTEST_F() local
408 std::vector<StreamInfo> streamInfos; HWTEST_F() local
452 std::vector<StreamInfo> streamInfos; HWTEST_F() local
496 std::vector<StreamInfo> streamInfos; HWTEST_F() local
538 std::vector<StreamInfo> streamInfos; HWTEST_F() local
579 std::vector<StreamInfo> streamInfos; HWTEST_F() local
647 std::vector<StreamInfo> streamInfos; HWTEST_F() local
703 std::vector<StreamInfo> streamInfos; HWTEST_F() local
784 std::vector<StreamInfo> streamInfos; HWTEST_F() local
924 std::vector<StreamInfo> streamInfos; HWTEST_F() local
[all...]
H A Dhdi_interfaces_test.cpp59 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local
69 streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
70 cameraBase->rc = cameraBase->streamOperator->CreateStreams(streamInfos); in TEST_F()
112 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local
122 streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
123 cameraBase->rc = cameraBase->streamOperator->CreateStreams(streamInfos); in TEST_F()
157 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local
168 std::vector<std::shared_ptr<StreamInfo>>().swap(streamInfos); in TEST_F()
169 streamInfos.push_back(streamInfo); in TEST_F()
170 cameraBase->rc = cameraBase->streamOperator->CreateStreams(streamInfos); in TEST_F()
203 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
247 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
301 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
345 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
389 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
433 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
487 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
532 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
587 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
642 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
697 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
752 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
807 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
862 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
909 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
954 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
1000 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
1045 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
1098 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
1164 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
1218 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
1302 std::vector<std::shared_ptr<StreamInfo>> streamInfos; TEST_F() local
[all...]
H A Dpipeline_test.cpp119 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local
139 std::vector<std::shared_ptr<StreamInfo>>().swap(streamInfos); in TEST_F()
140 streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
141 cameraBase->rc = cameraBase->streamOperator->CreateStreams(streamInfos); in TEST_F()
H A Dhdi_func_test.cpp346 cameraBase->streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
347 cameraBase->rc = cameraBase->streamOperator->CreateStreams(cameraBase->streamInfos); in TEST_F()
398 cameraBase->streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
399 cameraBase->rc = cameraBase->streamOperator->CreateStreams(cameraBase->streamInfos); in TEST_F()
445 cameraBase->streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
446 cameraBase->rc = cameraBase->streamOperator->CreateStreams(cameraBase->streamInfos); in TEST_F()
498 cameraBase->streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
499 cameraBase->rc = cameraBase->streamOperator->CreateStreams(cameraBase->streamInfos); in TEST_F()
554 cameraBase->streamInfos.push_back(cameraBase->streamInfo); in TEST_F()
555 cameraBase->rc = cameraBase->streamOperator->CreateStreams(cameraBase->streamInfos); in TEST_F()
[all...]
H A Dusb_camera_test.cpp520 std::vector<StreamInfo> streamInfos; in TEST_F() local
531 std::vector<StreamInfo>().swap(streamInfos); in TEST_F()
532 streamInfos.push_back(streamInfo); in TEST_F()
533 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in TEST_F()
675 std::vector<StreamInfo> streamInfos; in TEST_F() local
687 streamInfos.push_back(streamInfo); in TEST_F()
704 streamInfos.push_back(streamInfoCapture); in TEST_F()
705 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in TEST_F()
830 std::vector<StreamInfo> streamInfos; in TEST_F() local
842 streamInfos in TEST_F()
1058 std::vector<StreamInfo> streamInfos; TEST_F() local
[all...]
H A Dlogic_camera_test.cpp70 cameraBase->streamInfos.push_back(streamInfoPre); in TEST_F()
71 cameraBase->rc = cameraBase->streamOperator->CreateStreams(cameraBase->streamInfos); in TEST_F()
H A Dcamera_capture_test.cpp291 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
302 streamInfos.push_back(cameraBase_->streamInfo); in HWTEST_F()
303 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in HWTEST_F()
345 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
356 streamInfos.push_back(cameraBase_->streamInfo); in HWTEST_F()
357 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in HWTEST_F()
H A Dtest_camera_base.cpp542 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
543 streamInfos.push_back(streamInfoPre); in StartStream()
560 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
561 streamInfos.push_back(streamInfoVideo); in StartStream()
578 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
579 streamInfos.push_back(streamInfoCapture); in StartStream()
595 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
596 streamInfos.push_back(streamInfoAnalyze); in StartStream()
598 rc = (CamRetCode)streamOperator->CreateStreams(streamInfos); in StartStream()
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Ddstream_operator_test.cpp165 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
166 streamInfos.push_back(streamInfo); in HWTEST_F()
167 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); in HWTEST_F()
194 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
195 streamInfos.push_back(streamInfo); in HWTEST_F()
196 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); in HWTEST_F()
227 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
228 streamInfos.push_back(streamInfo); in HWTEST_F()
229 int32_t rc = dstreamOperator_->CreateStreams(streamInfos); in HWTEST_F()
261 std::vector<StreamInfo> streamInfos; in HWTEST_F() local
298 std::vector<StreamInfo> streamInfos; HWTEST_F() local
339 std::vector<StreamInfo> streamInfos; HWTEST_F() local
[all...]
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp69 CamRetCode StreamOperator::CreateStreams(const std::vector<std::shared_ptr<StreamInfo>>& streamInfos) in CreateStreams() argument
75 int count = streamInfos.size(); in CreateStreams()
85 sis[i].streamId = streamInfos[i]->streamId_; in CreateStreams()
86 sis[i].width = streamInfos[i]->width_; in CreateStreams()
87 sis[i].height = streamInfos[i]->height_; in CreateStreams()
88 sis[i].format = streamInfos[i]->format_; in CreateStreams()
89 sis[i].dataspace = streamInfos[i]->dataspace_; in CreateStreams()
90 sis[i].intent = streamInfos[i]->intent_; in CreateStreams()
91 sis[i].tunneledMode = streamInfos[i]->tunneledMode_; in CreateStreams()
92 sis[i].minFrameDuration = streamInfos[ in CreateStreams()
[all...]
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/
H A Ddcameraconfigurestreams_fuzzer.cpp48 std::vector<DCStreamInfo> streamInfos; in DcameraConfigureStreamsFuzzTest() local
58 streamInfos.push_back(streamInfo); in DcameraConfigureStreamsFuzzTest()
59 DCameraProvider::GetInstance()->ConfigureStreams(dhBase, streamInfos); in DcameraConfigureStreamsFuzzTest()
/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dhdi_stream_uttest.cpp98 cameraTest->streamInfos.push_back(*cameraTest->streamInfo); in HWTEST_F()
99 cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->streamInfos); in HWTEST_F()
125 cameraTest->streamInfos.push_back(*cameraTest->streamInfo); in HWTEST_F()
126 cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->streamInfos); in HWTEST_F()
147 cameraTest->streamInfos.push_back(*cameraTest->streamInfo); in HWTEST_F()
148 cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->streamInfos); in HWTEST_F()
169 cameraTest->streamInfos.push_back(*cameraTest->streamInfo); in HWTEST_F()
170 cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->streamInfos); in HWTEST_F()
194 cameraTest->streamInfos.push_back(*cameraTest->streamInfo); in HWTEST_F()
195 cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->streamInfos); in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/common/v1_3/src/
H A Dhdi_common_v1_3.cpp197 streamInfos.push_back(*streamInfoPre); in StartProfessionalStream()
200 streamInfos.push_back(*streamInfoVideo); in StartProfessionalStream()
203 streamInfos.push_back(*streamInfoAnalyze); in StartProfessionalStream()
206 streamInfos.push_back(*streamInfoCapture); in StartProfessionalStream()
209 rc = streamOperator_V1_3->CreateStreams_V1_1(streamInfos); in StartProfessionalStream()
221 std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>().swap(streamInfos); in StartProfessionalStream()
248 streamInfos.push_back(*streamInfoPre); in StartStream()
251 streamInfos.push_back(*streamInfoVideo); in StartStream()
254 streamInfos.push_back(*streamInfoAnalyze); in StartStream()
257 streamInfos in StartStream()
[all...]
/drivers/peripheral/camera/test/mpi/src/
H A Dpipeline_test.cpp140 std::vector<std::shared_ptr<Camera::StreamInfo>>().swap(Test_->streamInfos); in HWTEST_F()
141 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
142 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
222 std::vector<std::shared_ptr<StreamInfo>>().swap(Test_->streamInfos); in HWTEST_F()
223 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
241 Test_->streamInfos.push_back(Test_->streamInfo2); in HWTEST_F()
243 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
H A Dresolution_test.cpp81 Test_->streamInfos.push_back(Test_->streamInfo_pre); in HWTEST_F()
110 Test_->streamInfos.push_back(Test_->streamInfo_capture); in HWTEST_F()
112 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
127 std::vector<std::shared_ptr<Camera::StreamInfo>>().swap(Test_->streamInfos); in HWTEST_F()
187 Test_->streamInfos.push_back(Test_->streamInfo_pre); in HWTEST_F()
217 Test_->streamInfos.push_back(Test_->streamInfo_video); in HWTEST_F()
219 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
234 std::vector<std::shared_ptr<Camera::StreamInfo>>().swap(Test_->streamInfos); in HWTEST_F()
294 Test_->streamInfos.push_back(Test_->streamInfo_pre); in HWTEST_F()
324 Test_->streamInfos in HWTEST_F()
[all...]
H A Dhdi_stream_test.cpp269 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
270 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
315 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
316 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
356 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
357 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
400 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
401 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
442 Test_->streamInfos.push_back(Test_->streamInfo); in HWTEST_F()
443 Test_->rc = Test_->streamOperator->CreateStreams(Test_->streamInfos); in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dcamera_benchmark_test.cpp187 std::vector<StreamInfo> streamInfos; in BENCHMARK_F() local
188 streamInfos.push_back(*streamInfoPre); in BENCHMARK_F()
190 cameraTest->rc = cameraTest->streamOperator->CreateStreams(streamInfos); in BENCHMARK_F()
225 std::vector<StreamInfo> streamInfos; in BENCHMARK_F() local
226 streamInfos.push_back(*streamInfoPre); in BENCHMARK_F()
227 cameraTest->rc = cameraTest->streamOperator->CreateStreams(streamInfos); in BENCHMARK_F()
515 cameraTest->streamInfos.push_back(*cameraTest->streamInfo); in BENCHMARK_F()
534 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in BENCHMARK_F()
536 cameraTest->rc = cameraTest->streamOperator->CreateStreams(cameraTest->streamInfos); in BENCHMARK_F()
594 cameraTest->streamInfos in BENCHMARK_F()
[all...]
/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_securestream_v1_3.cpp87 cameraTest->streamInfos.push_back(*(cameraTest->streamInfoPre)); in HWTEST_F()
88 cameraTest->rc = cameraTest->streamOperator_V1_3->CreateStreams_V1_1(cameraTest->streamInfos); in HWTEST_F()
/drivers/peripheral/camera/test/common/v1_1/src/
H A Dhdi_common_v1_1.cpp227 streamInfos.push_back(*streamInfoPre); in StartStream()
230 streamInfos.push_back(*streamInfoVideo); in StartStream()
233 streamInfos.push_back(*streamInfoAnalyze); in StartStream()
236 streamInfos.push_back(*streamInfoCapture); in StartStream()
239 rc = streamOperator_V1_1->CreateStreams_V1_1(streamInfos); in StartStream()
250 std::vector<StreamInfo_V1_1>().swap(streamInfos); in StartStream()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp519 std::vector<StreamInfo> streamInfos; in TEST_F() local
530 std::vector<StreamInfo>().swap(streamInfos); in TEST_F()
531 streamInfos.push_back(streamInfo); in TEST_F()
532 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in TEST_F()
676 std::vector<StreamInfo> streamInfos; in TEST_F() local
688 streamInfos.push_back(streamInfo); in TEST_F()
705 streamInfos.push_back(streamInfoCapture); in TEST_F()
706 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos); in TEST_F()
831 std::vector<StreamInfo> streamInfos; in TEST_F() local
843 streamInfos in TEST_F()
1693 std::vector<StreamInfo> streamInfos; TEST_F() local
1776 std::vector<StreamInfo> streamInfos; TEST_F() local
1848 std::vector<StreamInfo> streamInfos; TEST_F() local
[all...]
H A Dtest_camera_base.cpp564 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
565 streamInfos.push_back(streamInfoPre); in StartStream()
582 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
583 streamInfos.push_back(streamInfoVideo); in StartStream()
600 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
601 streamInfos.push_back(streamInfoCapture); in StartStream()
617 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
618 streamInfos.push_back(streamInfoAnalyze); in StartStream()
620 rc = (CamRetCode)streamOperator->CreateStreams(streamInfos); in StartStream()
/drivers/peripheral/camera/test/fuzztest/offline_stream_operator/
H A Doffline_stream_operator_fuzzer.cpp71 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in FuncCancelCapture()
111 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in FuncRelease()
/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp266 streamInfos.push_back(*streamInfoPre); in StartStream()
269 streamInfos.push_back(*streamInfoVideo); in StartStream()
272 streamInfos.push_back(*streamInfoAnalyze); in StartStream()
275 streamInfos.push_back(*streamInfoCapture); in StartStream()
279 rc = streamOperator->CreateStreams(streamInfos); in StartStream()
290 std::vector<StreamInfo>().swap(streamInfos); in StartStream()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h54 int32_t UpdateStreams(const std::vector<StreamInfo_V1_1> &streamInfos) override;
59 int32_t CreateStreams_V1_1(const std::vector<StreamInfo_V1_1> &streamInfos) override;
64 int32_t CreateStreams(const std::vector<StreamInfo> &streamInfos) override;
/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator.h31 CamRetCode CreateStreams(const std::vector<std::shared_ptr<StreamInfo>> &streamInfos) override;

Completed in 19 milliseconds

12