Home
last modified time | relevance | path

Searched refs:GetStreamIds (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_mgr_impl.cpp25 void GetStreamIds(std::vector<int32_t>& s) const;
79 void HostStreamMgrImpl::GetStreamIds(std::vector<int32_t>& s) const in GetStreamIds() function in OHOS::Camera::HostStreamMgrImpl
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/include/
H A Dhost_stream_mgr.h30 virtual void GetStreamIds(std::vector<int32_t>& s) const = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp36 context_->streamMgr_->GetStreamIds(ids); in PreConfig()
180 context_->streamMgr_->GetStreamIds(ids); in CheckStreamsSupported()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp79 int32_t DCameraSourceEvent::GetStreamIds(std::vector<int>& streamIds) in GetStreamIds() function in OHOS::DistributedHardware::DCameraSourceEvent
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h111 int32_t GetStreamIds(std::vector<int>& streamIds);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp356 std::vector<int> streamIds = dCameraStreamOperator_->GetStreamIds(); in Close()
589 std::vector<int> streamIds = dCameraStreamOperator_->GetStreamIds(); in NotifyStartCaptureError()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp193 int32_t ret = event.GetStreamIds(streamIds); in DoStopCaptureTask()
H A Ddcamera_source_config_stream_state.cpp200 int32_t ret = event.GetStreamIds(streamIds); in DoReleaseStreamsTask()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h89 std::vector<int> GetStreamIds();
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp921 std::vector<int> streamIds = GetStreamIds(); in Release()
941 std::vector<int> DStreamOperator::GetStreamIds() in GetStreamIds() function in OHOS::DistributedHardware::DStreamOperator