Home
last modified time | relevance | path

Searched refs:pType (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp34 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 Dstream_operator.h30 StreamSupportType &pType) override;
/drivers/peripheral/camera/test/fuzztest/stream_operator/
H A Dstream_operator_fuzzer.cpp70 HDI::Camera::V1_0::StreamSupportType pType; in IsStreamSupportedApi() local
74 streamInfosV1_1, pType); in IsStreamSupportedApi() local
/drivers/peripheral/camera/test/mpi/src/
H A Dcapture_test.cpp212 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 Dhdi_stream_test.cpp81 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 Ddfx_test.cpp309 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 Dperformance_hdi_test.cpp475 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 Ddstream_operator_test.cpp137 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 Dcamera_hdi_uttest_v1_1.cpp255 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 Dcamera_hdi_uttest_v1_2.cpp466 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 Dcamera_benchmark_test.cpp471 StreamSupportType pType; in BENCHMARK_F() local
478 streams, pType); in BENCHMARK_F()
/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dhdi_stream_uttest.cpp72 StreamSupportType pType; in HWTEST_F() local
78 streams, pType); in HWTEST_F()

Completed in 14 milliseconds