Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp34 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 Dcapture_test.cpp212 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 Dhdi_stream_test.cpp81 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 Ddfx_test.cpp309 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 Dperformance_hdi_test.cpp475 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 Dstream_operator_fuzzer.cpp71 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 Ddstream_operator_test.cpp137 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 Dstream_operator.h30 StreamSupportType &pType) override;
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp256 StreamSupportType pType; variable
258 modeSettingVec, cameraTest->streamInfosV1_1, pType);
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dcamera_benchmark_test.cpp472 StreamSupportType pType; in BENCHMARK_F() local
479 streams, pType); in BENCHMARK_F()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dhdi_stream_uttest.cpp72 StreamSupportType pType; variable
78 streams, pType);
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp410 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 Dcamera_hdi_uttest_v1_2.cpp495 StreamSupportType pType; variable
498 modeSettingVec, cameraTest->streamInfosV1_1, pType);
1550 StreamSupportType pType; variable
1553 setting, cameraTest->streamInfosV1_1, pType);