Home
last modified time | relevance | path

Searched refs:UpdateStreams (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_stream_operator_v12.md24 | [UpdateStreams](#updatestreams) ([in] struct StreamInfo_V1_1[] streamInfos) | 更新流. |
58 ### UpdateStreams()
61 IStreamOperator::UpdateStreams ([in] struct StreamInfo_V1_1[] streamInfos)
/ohos5.0/drivers/peripheral/camera/test/fuzztest/stream_operator/
H A Dstream_operator_fuzzer.cpp78 void UpdateStreams(const uint8_t *rawData) in UpdateStreams() function
95 cameraTest->rc = cameraTest->streamOperator_V1_2->UpdateStreams(cameraTest->streamInfosV1_1); in UpdateStreams()
126 UpdateStreams(rawData); in HostFuncSwitch()
/ohos5.0/drivers/interface/camera/v1_2/
H A DIStreamOperator.idl47 UpdateStreams([in] struct StreamInfo_V1_1[] streamInfos);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIStreamOperator.idl47 UpdateStreams([in] struct StreamInfo_V1_1[] streamInfos);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Distream_operator.h.txt69 …virtual int32_t UpdateStreams(const std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>& streamI…
H A Dstream_operator_service.h.txt30 …int32_t UpdateStreams(const std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>& streamInfos) ov…
H A Dstream_operator_service.cpp.txt25 int32_t StreamOperatorService::UpdateStreams(const std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_…
H A Dstream_operator_proxy.h.txt39 …int32_t UpdateStreams(const std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>& streamInfos) ov…
H A Dstream_operator_stub.cpp.txt192 int32_t streamOperatorRet = impl->UpdateStreams(streamInfos);
H A Dstream_operator_proxy.cpp.txt83 int32_t OHOS::HDI::Camera::V1_2::StreamOperatorProxy::UpdateStreams(const std::vector<OHOS::HDI::Ca…
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dcamera_benchmark_test.cpp141 … cameraTest->rc = cameraTest->streamOperator_V1_2->UpdateStreams(cameraTest->streamInfosV1_1); in BENCHMARK_F()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h54 int32_t UpdateStreams(const std::vector<StreamInfo_V1_1> &streamInfos) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h78 int32_t UpdateStreams(std::vector<StreamInfo_V1_1>& streamInfos);
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp141 fuzzCameraDevice->UpdateStreams(streamInfos); in CameraDeviceFuzzTestUpdateSetting()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_stream_uttest_v1_2.cpp71 cameraTest->rc = cameraTest->streamOperator_V1_2->UpdateStreams(cameraTest->streamInfosV1_1);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp1277 int32_t HCameraDevice::UpdateStreams(std::vector<StreamInfo_V1_1>& streamInfos) in UpdateStreams() function in OHOS::CameraStandard::HCameraDevice
1298 hdiRc = (CamRetCode)(streamOperatorV1_2->UpdateStreams(streamInfos)); in UpdateStreams()
H A Dhcapture_session.cpp732 cameraDevice->UpdateStreams(emptyStreams); in UnlinkInputAndOutputs()
1104 int errorCode = cameraDevice->UpdateStreams(streamInfos); in UpdateStreamInfos()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/dump_ast_target/
H A Ddump.txt74 [mini, lite, full] UpdateStreams(
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp187 int32_t DStreamOperator::UpdateStreams(const std::vector<StreamInfo_V1_1> &streamInfos) in UpdateStreams() function in OHOS::DistributedHardware::DStreamOperator
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_v1_3.cpp446 … cameraTest->rc = cameraTest->streamOperator_V1_3->UpdateStreams(cameraTest->streamInfosV1_1); in CaptureByColorSpacesWithUpdateStreams()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6361 EXPECT_EQ(camDevice->UpdateStreams(streamInfos), CAMERA_UNKNOWN_ERROR);