Home
last modified time | relevance | path

Searched refs:stre (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/camera/test/mpi/src/
H A Dcapture_test.cpp219 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; in HWTEST_F() local
220 stre.push_back(streamInfo_capture); in HWTEST_F()
221 Test_->rc = Test_->streamOperator->IsStreamsSupported(Camera::NORMAL, modeSetting, stre, pType); in HWTEST_F()
H A Dhdi_stream_test.cpp82 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; in HWTEST_F() local
83 stre.push_back(Test_->streamInfo); in HWTEST_F()
84 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); in HWTEST_F()
135 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; in HWTEST_F() local
136 stre.push_back(Test_->streamInfo); in HWTEST_F()
137 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, nullptr, stre, pType); in HWTEST_F()
222 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; in HWTEST_F() local
223 stre.push_back(Test_->streamInfo); in HWTEST_F()
224 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); in HWTEST_F()
580 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; in HWTEST_F() local
680 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; HWTEST_F() local
[all...]
H A Dperformance_hdi_test.cpp479 std::vector<std::shared_ptr<OHOS::Camera::StreamInfo>> stre; in HWTEST_F() local
480 stre.push_back(Test_->streamInfo); in HWTEST_F()
481 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); in HWTEST_F()
H A Ddfx_test.cpp310 std::vector<std::shared_ptr<Camera::StreamInfo>> stre; in HWTEST_F() local
311 stre.push_back(Test_->streamInfo); in HWTEST_F()
312 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); in HWTEST_F()
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Ddstream_operator_test.cpp138 std::vector<StreamInfo> stre; in HWTEST_F() local
139 stre.push_back(streamInfo); in HWTEST_F()
140 int32_t rc = dstreamOperator_->IsStreamsSupported(mode, modeSetting, stre, pType); in HWTEST_F()

Completed in 8 milliseconds