/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_data_process_test.cpp | 168 std::vector<int32_t> streamIds; in HWTEST_F() local
|
H A D | dcamera_stream_data_process_test.cpp | 110 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 D | mock_dcamera_source_dev.h | 52 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 D | dcamera_provider_callback_impl_test.cpp | 201 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 D | dcamera_source_dev_test.cpp | 232 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 D | dcamera_source_config_stream_state.cpp | 199 std::vector<int> streamIds; in DoReleaseStreamsTask() local
|
H A D | dcamera_source_capture_state.cpp | 192 std::vector<int> streamIds; in DoStopCaptureTask() local
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_event.cpp | 79 int32_t DCameraSourceEvent::GetStreamIds(std::vector<int>& streamIds) in GetStreamIds() argument
|
H A D | dcamera_source_dev.cpp | 199 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 D | dcamera_source_event.h | 94 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 D | dcamera_provider_callback_impl.cpp | 157 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 D | dcamera_stream_data_process.cpp | 83 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 D | dcamera_source_data_process.cpp | 114 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 D | dcamera_source_input.cpp | 101 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 D | hcamera_device.cpp | 1110 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 D | hcapture_session.cpp | 1890 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 D | camera_framework_unittest.cpp | 3337 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...] |