Home
last modified time | relevance | path

Searched defs:streamIds (Results 1 - 17 of 17) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_data_process_test.cpp168 std::vector<int32_t> streamIds; in HWTEST_F() local
H A Ddcamera_stream_data_process_test.cpp110 std::set<int32_t> streamIds; in HWTEST_F() local
154 std::set<int32_t> streamIds; in HWTEST_F() local
182 std::set<int32_t> streamIds; in HWTEST_F() local
[all...]
H A Dmock_dcamera_source_dev.h52 int32_t ReleaseStreams(std::vector<int>& streamIds, bool& isAllRelease) in ReleaseStreams() argument
65 int32_t StopCapture(std::vector<int>& streamIds, bool& isAllStop) in StopCapture() argument
H A Ddcamera_provider_callback_impl_test.cpp201 std::vector<int> streamIds; in HWTEST_F() local
239 std::vector<int> streamIds; in HWTEST_F() local
362 std::vector<int> streamIds; in HWTEST_F() local
444 std::vector<int> streamIds; in HWTEST_F() local
H A Ddcamera_source_dev_test.cpp232 std::vector<int> streamIds; in HWTEST_F() local
297 std::vector<int> streamIds; in HWTEST_F() local
331 std::vector<int> streamIds; in HWTEST_F() local
487 std::vector<int> streamIds; in HWTEST_F() local
583 std::vector<int> streamIds; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_config_stream_state.cpp199 std::vector<int> streamIds; in DoReleaseStreamsTask() local
H A Ddcamera_source_capture_state.cpp192 std::vector<int> streamIds; in DoStopCaptureTask() local
/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() argument
H A Ddcamera_source_dev.cpp199 int32_t DCameraSourceDev::ReleaseCameraStreams(const std::vector<int>& streamIds) in ReleaseCameraStreams() argument
225 int32_t DCameraSourceDev::StopCameraCapture(const std::vector<int>& streamIds) in StopCameraCapture() argument
550 int32_t DCameraSourceDev::ReleaseStreams(std::vector<int>& streamIds, bool& isAllRelease) in ReleaseStreams() argument
646 int32_t DCameraSourceDev::StopCapture(std::vector<int>& streamIds, bool& isAllStop) in StopCapture() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h94 explicit DCameraSourceEvent(DCAMERA_EVENT eventType, const std::vector<int>& streamIds) in DCameraSourceEvent() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp157 int32_t DCameraProviderCallbackImpl::ReleaseStreams(const DHBase& dhBase, const std::vector<int>& streamIds) in ReleaseStreams() argument
245 int32_t DCameraProviderCallbackImpl::StopCapture(const DHBase& dhBase, const std::vector<int>& streamIds) in StopCapture() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process.cpp83 void DCameraStreamDataProcess::ReleaseStreams(std::set<int32_t>& streamIds) in ReleaseStreams() argument
70 ConfigStreams(std::shared_ptr<DCameraStreamConfig>& dstConfig, std::set<int32_t>& streamIds) ConfigStreams() argument
104 StartCapture(std::shared_ptr<DCameraStreamConfig>& srcConfig, std::set<int32_t>& streamIds) StartCapture() argument
143 StopCapture(std::set<int32_t>& streamIds) StopCapture() argument
174 GetAllStreamIds(std::set<int32_t>& streamIds) GetAllStreamIds() argument
[all...]
H A Ddcamera_source_data_process.cpp114 int32_t DCameraSourceDataProcess::ReleaseStreams(std::vector<int32_t>& streamIds) in ReleaseStreams() argument
169 int32_t DCameraSourceDataProcess::StopCapture(std::vector<int32_t>& streamIds) in StopCapture() argument
209 GetAllStreamIds(std::vector<int32_t>& streamIds) GetAllStreamIds() argument
[all...]
H A Ddcamera_source_input.cpp101 int32_t DCameraSourceInput::ReleaseStreams(std::vector<int>& streamIds, bool& isAllRelease) in ReleaseStreams() argument
152 int32_t DCameraSourceInput::StopCapture(std::vector<int>& streamIds, bool& isAllStop) in StopCapture() argument
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp1110 std::vector<int32_t> streamIds; in CreateStreams() local
1285 int32_t HCameraDevice::OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) in OnCaptureStarted() argument
1322 int32_t HCameraDevice::OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) in OnFrameShutter() argument
1329 int32_t HCameraDevice::OnFrameShutterEnd(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) in OnFrameShutterEnd() argument
1336 OnCaptureReady(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) OnCaptureReady() argument
[all...]
H A Dhcapture_session.cpp1890 int32_t StreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) in OnCaptureStarted() argument
2077 OnFrameShutter( int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) OnFrameShutter() argument
2098 OnFrameShutterEnd( int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) OnFrameShutterEnd() argument
2117 OnCaptureReady( int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) OnCaptureReady() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp3337 std::vector<int32_t> streamIds = {1, 2}; in HWTEST_F() local
3401 std::vector<int32_t> streamIds = {1, 2}; in HWTEST_F() local
3463 std::vector<int32_t> streamIds = {0, 1, 2}; HWTEST_F() local
6295 const std::vector<int32_t> streamIds = {1, 2}; HWTEST_F() local
6333 const std::vector<int32_t> streamIds = {1, 2}; HWTEST_F() local
6384 const std::vector<int32_t> streamIds = {1, 2}; HWTEST_F() local
[all...]

Completed in 34 milliseconds