Lines Matching refs:IsStreamsSupported
36 * @tc.name: IsStreamsSupported
37 * @tc.desc: IsStreamsSupported, normal cameraId.
43 std::cout << "==========[test log]Check hdi: IsStreamsSupported, normal cameraId." << std::endl;
84 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType);
88 std::cout << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << std::endl;
90 std::cout << "==========[test log]Check hdi: IsStreamsSupported fail, rc = " << Test_->rc << std::endl;
96 * @tc.name: IsStreamsSupported
97 * @tc.desc: IsStreamsSupported, input modeSetting nullptr.
103 std::cout << "==========[test log]Check hdi: IsStreamsSupported, input modeSetting nullptr." << std::endl;
137 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, nullptr, stre, pType);
140 std::cout << "==========[test log]Check hdi: IsStreamsSupported success." << std::endl;
142 std::cout << "==========[test log]Check hdi: IsStreamsSupported fail, rc = " << Test_->rc << std::endl;
148 * @tc.name: IsStreamsSupported
149 * @tc.desc: IsStreamsSupported, input streamInfo nullptr.
155 std::cout << "==========[test log]Check hdi: IsStreamsSupported, input mode abnormal." << std::endl;
165 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, Test_->ability, infos, pType);
168 std::cout << "==========[test log]Check hdi: IsStreamsSupported success." << std::endl;
170 std::cout << "==========[test log]Check hdi: IsStreamsSupported fail, rc = " << Test_->rc << std::endl;
175 * @tc.name: IsStreamsSupported
176 * @tc.desc: IsStreamsSupported, normal cameraId, excepted not supported.
224 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType);
227 std::cout << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << std::endl;
229 std::cout << "==========[test log]Check hdi: IsStreamsSupported fail, rc = " << Test_->rc << std::endl;
582 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType);
585 std::cout << "==========[test log]Check hdi: IsStreamsSupported success." << std::endl;
587 std::cout << "==========[test log]Check hdi: IsStreamsSupported fail, rc = " << Test_->rc << std::endl;
682 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType);
685 std::cout << "==========[test log]Check hdi: IsStreamsSupported success." << std::endl;
687 std::cout << "==========[test log]Check hdi: IsStreamsSupported fail, rc = " << Test_->rc << std::endl;