/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator.cpp | 34 StreamSupportType& pType) in IsStreamsSupported() argument 64 pType = static_cast<StreamSupportType>(ret); in IsStreamsSupported() 66 return static_cast<CamRetCode>(pType); in IsStreamsSupported()
|
/ohos5.0/drivers/peripheral/camera/test/mpi/src/ |
H A D | capture_test.cpp | 212 Camera::StreamSupportType pType; variable 221 Test_->rc = Test_->streamOperator->IsStreamsSupported(Camera::NORMAL, modeSetting, stre, pType); 223 std::cout << "ptype = " << pType << std::endl; 224 EXPECT_EQ(true, pType == Camera::RE_CONFIGURED_REQUIRED);
|
H A D | hdi_stream_test.cpp | 81 Camera::StreamSupportType pType; variable 84 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); 86 EXPECT_NE(pType, Camera::NOT_SUPPORTED); 134 Camera::StreamSupportType pType; variable 137 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, nullptr, stre, pType); 163 Camera::StreamSupportType pType; variable 221 Camera::StreamSupportType pType; variable 224 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); 579 Camera::StreamSupportType pType; variable 582 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); [all …]
|
H A D | dfx_test.cpp | 309 Camera::StreamSupportType pType; variable 312 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType); 314 EXPECT_NE(pType, NOT_SUPPORTED); 316 …out << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << std::endl; 1065 Camera::StreamSupportType pType; variable 1066 …_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, {Test_->streamInfo}, pType); 1068 EXPECT_NE(pType, NOT_SUPPORTED); 1070 …out << "==========[test log]Check hdi: IsStreamsSupported success, pType = " << pType << std::endl;
|
H A D | performance_hdi_test.cpp | 475 Camera::StreamSupportType pType; variable 481 Test_->rc = Test_->streamOperator->IsStreamsSupported(NORMAL, modeSetting, stre, pType);
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/stream_operator/ |
H A D | stream_operator_fuzzer.cpp | 71 HDI::Camera::V1_0::StreamSupportType pType; in IsStreamSupportedApi() local 75 streamInfosV1_1, pType); in IsStreamSupportedApi()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | dstream_operator_test.cpp | 137 StreamSupportType pType; variable 140 int32_t rc = dstreamOperator_->IsStreamsSupported(mode, modeSetting, stre, pType); 142 EXPECT_EQ(pType, DYNAMIC_SUPPORTED);
|
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/include/ |
H A D | stream_operator.h | 30 StreamSupportType &pType) override;
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A D | camera_hdi_uttest_v1_1.cpp | 256 StreamSupportType pType; variable 258 modeSettingVec, cameraTest->streamInfosV1_1, pType);
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
H A D | camera_benchmark_test.cpp | 472 StreamSupportType pType; in BENCHMARK_F() local 479 streams, pType); in BENCHMARK_F()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | hdi_stream_uttest.cpp | 72 StreamSupportType pType; variable 78 streams, pType);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | native_module_buffer.cpp | 410 int32_t pType = -1; in BufferConstructor() local 411 NAPI_CALL(env, napi_get_value_int32(env, argv[0], &pType)); in BufferConstructor() 412 ParaType paraType = static_cast<ParaType>(pType); in BufferConstructor()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | camera_hdi_uttest_v1_2.cpp | 495 StreamSupportType pType; variable 498 modeSettingVec, cameraTest->streamInfosV1_1, pType); 1550 StreamSupportType pType; variable 1553 setting, cameraTest->streamInfosV1_1, pType);
|