Home
last modified time | relevance | path

Searched refs:IsStreamsSupported_V1_1 (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_stream_operator_v11.md24 | [IsStreamsSupported_V1_1](#isstreamssupported_v1_1) ([in] enum [OperationMode_V1_1](_camera_v11.m…
70 此函数接口依据输入的流信息创建流,调用该接口之前需先通过[IsStreamsSupported_V1_1](#isstreamssupported_v1_1)查询HAL是否支持要创建的流。
87 ### IsStreamsSupported_V1_1()
90 IStreamOperator::IsStreamsSupported_V1_1 ([in] enum OperationMode_V1_1 mode, [in] unsigned char[] m…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/cpp_target/camera/v1_1/
H A Distream_operator.h.txt69 virtual int32_t IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
H A Dstream_operator_service.cpp.txt25 int32_t StreamOperatorService::IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 …
H A Dstream_operator_service.h.txt30 int32_t IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
H A Dstream_operator_proxy.h.txt39 int32_t IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
H A Dstream_operator_proxy.cpp.txt97 int32_t OHOS::HDI::Camera::V1_1::StreamOperatorProxy::IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1…
H A Dstream_operator_stub.cpp.txt220 int32_t streamOperatorRet = impl->IsStreamsSupported_V1_1(mode, modeSetting, infos, type);
/ohos5.0/drivers/peripheral/camera/test/fuzztest/stream_operator/
H A Dstream_operator_fuzzer.cpp73 cameraTest->streamOperator_V1_2->IsStreamsSupported_V1_1( in IsStreamSupportedApi()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dstream_operator_service.h.txt34 int32_t IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
H A Dstream_operator_service.cpp.txt35 int32_t StreamOperatorService::IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 …
H A Dstream_operator_proxy.h.txt43 int32_t IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
H A Dstream_operator_proxy.cpp.txt93 int32_t OHOS::HDI::Camera::V1_2::StreamOperatorProxy::IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1…
/ohos5.0/drivers/interface/camera/v1_1/
H A DIStreamOperator.idl63 IsStreamsSupported_V1_1([in] enum OperationMode_V1_1 mode, [in] unsigned char[] modeSetting,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/
H A DIStreamOperator.idl63 IsStreamsSupported_V1_1([in] enum OperationMode_V1_1 mode, [in] unsigned char[] modeSetting,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_1/
H A DIStreamOperator.idl63 IsStreamsSupported_V1_1([in] enum OperationMode_V1_1 mode, [in] unsigned char[] modeSetting,
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h57 … int32_t IsStreamsSupported_V1_1(OperationMode_V1_1 mode, const std::vector<uint8_t> &modeSetting,
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp257 …cameraTest->rc = cameraTest->streamOperator_V1_1->IsStreamsSupported_V1_1(OHOS::HDI::Camera::V1_1:…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/dump_ast_target/
H A Ddump.txt190 [mini, lite, full] IsStreamsSupported_V1_1(
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp496 cameraTest->rc = cameraTest->streamOperator_V1_1->IsStreamsSupported_V1_1(
1551 cameraTest->rc = cameraTest->streamOperator_V1_1->IsStreamsSupported_V1_1(
1601 cameraTest->rc = cameraTest->streamOperator_V1_1->IsStreamsSupported_V1_1(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/dump_ast_target/
H A Ddump.txt400 [mini, lite, full] IsStreamsSupported_V1_1(
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp54 int32_t DStreamOperator::IsStreamsSupported_V1_1(OperationMode_V1_1 mode, const std::vector<uint8_t… in IsStreamsSupported_V1_1() function in OHOS::DistributedHardware::DStreamOperator
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-camera-des.md69 …| 查询是否支持添加参数对应的流 | int32_t IsStreamsSupported_V1_1(<br>OperationMode mode,<br>const std::vecto…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp83 ON_CALL(*this, IsStreamsSupported_V1_1(_, _, A<const std::shared_ptr<StreamInfo> &>(), _)) in MockStreamOperator()
85 ON_CALL(*this, IsStreamsSupported_V1_1(_, _, A<const std::vector<StreamInfo_V1_1> &>(), _)) in MockStreamOperator()
116 MOCK_METHOD4(IsStreamsSupported_V1_1, int32_t(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
119 MOCK_METHOD4(IsStreamsSupported_V1_1, int32_t(OHOS::HDI::Camera::V1_1::OperationMode_V1_1 mode,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-camera-des.md77 …| int32_t IsStreamsSupported_V1_1(OperationMode mode,<br>const std::vector<uint8_t>& modeSetting,<…