Searched refs:stre (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/camera/test/mpi/src/ |
H A D | capture_test.cpp | 219 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 D | hdi_stream_test.cpp | 82 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 D | performance_hdi_test.cpp | 479 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 D | dfx_test.cpp | 310 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 D | dstream_operator_test.cpp | 138 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