/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator.cpp | 34 StreamSupportType& pType) in IsStreamsSupported() 64 pType = static_cast<StreamSupportType>(ret); in IsStreamsSupported() 66 return static_cast<CamRetCode>(pType); in IsStreamsSupported() 31 IsStreamsSupported(OperationMode mode, const std::shared_ptr<CameraMetadata>& modeSetting, const std::shared_ptr<StreamInfo>& pInfo, StreamSupportType& pType) IsStreamsSupported() argument
|
/drivers/peripheral/camera/hal_c/hdi_cif/include/ |
H A D | stream_operator.h | 30 StreamSupportType &pType) override;
|
/drivers/peripheral/camera/test/fuzztest/stream_operator/ |
H A D | stream_operator_fuzzer.cpp | 70 HDI::Camera::V1_0::StreamSupportType pType; in IsStreamSupportedApi() local 74 streamInfosV1_1, pType); in IsStreamSupportedApi() local
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | capture_test.cpp | 212 Camera::StreamSupportType pType; in HWTEST_F() local 221 Test_->rc = Test_->streamOperator->IsStreamsSupported(Camera::NORMAL, modeSetting, stre, pType); in HWTEST_F() 223 std::cout << "ptype = " << pType << std::endl; in HWTEST_F() 224 EXPECT_EQ(true, pType == Camera::RE_CONFIGURED_REQUIRED); in HWTEST_F()
|
H A D | hdi_stream_test.cpp | 81 Camera::StreamSupportType pType; in HWTEST_F() local 84 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); in HWTEST_F() 86 EXPECT_NE(pType, Camera::NOT_SUPPORTED); in HWTEST_F() 88 std::cout << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << std::endl; in HWTEST_F() 134 Camera::StreamSupportType pType; in HWTEST_F() local 137 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, nullptr, stre, pType); in HWTEST_F() 163 Camera::StreamSupportType pType; in HWTEST_F() local 165 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, Test_->ability, infos, pType); in HWTEST_F() 221 Camera::StreamSupportType pType; in HWTEST_F() local 579 Camera::StreamSupportType pType; HWTEST_F() local 679 Camera::StreamSupportType pType; HWTEST_F() local [all...] |
H A D | dfx_test.cpp | 309 Camera::StreamSupportType pType;
in HWTEST_F() local 312 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType);
in HWTEST_F() 314 EXPECT_NE(pType, NOT_SUPPORTED);
in HWTEST_F() 316 std::cout << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << std::endl;
in HWTEST_F() 1065 Camera::StreamSupportType pType;
in HWTEST_F() local 1066 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, {Test_->streamInfo}, pType);
in HWTEST_F() 1068 EXPECT_NE(pType, NOT_SUPPORTED);
in HWTEST_F() 1070 std::cout << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << st in HWTEST_F() [all...] |
H A D | performance_hdi_test.cpp | 475 Camera::StreamSupportType pType; in HWTEST_F() local 481 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 | 137 StreamSupportType pType; in HWTEST_F() local 140 int32_t rc = dstreamOperator_->IsStreamsSupported(mode, modeSetting, stre, pType); in HWTEST_F() 142 EXPECT_EQ(pType, DYNAMIC_SUPPORTED); in HWTEST_F()
|
/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A D | camera_hdi_uttest_v1_1.cpp | 255 StreamSupportType pType;
in HWTEST_F() local 257 modeSettingVec, cameraTest->streamInfosV1_1, pType);
in HWTEST_F()
|
/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | camera_hdi_uttest_v1_2.cpp | 466 StreamSupportType pType;
in HWTEST_F() local 469 modeSettingVec, cameraTest->streamInfosV1_1, pType);
in HWTEST_F() 1526 StreamSupportType pType;
in HWTEST_F() local 1529 setting, cameraTest->streamInfosV1_1, pType);
in HWTEST_F()
|
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
H A D | camera_benchmark_test.cpp | 471 StreamSupportType pType; in BENCHMARK_F() local 478 streams, pType); in BENCHMARK_F()
|
/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | hdi_stream_uttest.cpp | 72 StreamSupportType pType;
in HWTEST_F() local 78 streams, pType);
in HWTEST_F()
|