| /test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
| H A D | camera_preview_test.cpp | 634 std::vector<int> streamIds; HWTEST_F() local 686 std::vector<int> streamIds; HWTEST_F() local 912 std::vector<int> streamIds; HWTEST_F() local 934 std::vector<int> streamIds; HWTEST_F() local [all...] |
| H A D | camera_video_test.cpp | 145 void CameraVideoTest::StopStream(std::vector<int> &captureIds, std::vector<int> &streamIds) in StopStream() argument [all...] |
| H A D | double_preview_test.cpp | 127 void DoublePreviewTest::StopStream(std::vector<int> &captureIds, std::vector<int> &streamIds) in StopStream() argument 188 std::vector<int> streamIds = {display_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE}; in HWTEST_F() local 250 std::vector<int> streamIds = {display_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE, display_->STREAM_ID_CAPTURE}; in HWTEST_F() local 282 std::vector<int> streamIds = {display_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE, display_->STREAM_ID_VIDEO}; in HWTEST_F() local
|
| /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
|
| /test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
| H A D | camera_hdi_uttest_v1_1.cpp | 225 std::vector<int> streamIds = {cameraTest->streamInfoV1_1->v1_0.streamId_};
in HWTEST_F() local [all...] |
| /test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
| H A D | hdi_stream_uttest.cpp | 117 std::vector<int> streamIds;
in HWTEST_F() local 920 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; HWTEST_F() local 1001 std::vector<int> streamIds = {102}; HWTEST_F() local [all...] |
| /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
|
| /test/xts/hats/distributedhardware/distributedcameratest/ |
| H A D | dcameraprovidercase.h | 51 int32_t ReleaseStreams(std::vector<int>& streamIds, bool& isAllRelease)
in ReleaseStreams() argument 64 int32_t StopCapture(std::vector<int>& streamIds, bool& isAllStop)
in StopCapture() argument
|
| H A D | dcameraprovidercase.cpp | 68 std::vector<int> streamIds;
member
|
| /test/xts/hats/distributedhardware/distributedcameratest_additional/ |
| H A D | dcameraprovidercase.h | 36 int32_t ReleaseStreams(std::vector<int> &streamIds, bool &isAllRelease) in ReleaseStreams() argument 43 int32_t StopCapture(std::vector<int> &streamIds, bool &isAllStop) in StopCapture() argument
|
| H A D | dcameraprovidercase.cpp | 69 std::vector<int> streamIds; member [all...] |
| /test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
| H A D | hdf_camera_benchmark_test.cpp | 548 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_};
in BENCHMARK_F() local 627 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_};
in BENCHMARK_F() local 712 std::vector<int> streamIds = {102};
in BENCHMARK_F() local 799 std::vector<int> streamIds = {102};
in BENCHMARK_F() local 884 std::vector<int> streamIds = {102};
in BENCHMARK_F() local 967 std::vector<int> streamIds = {102}; BENCHMARK_F() local [all...] |
| /test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
| H A D | common.cpp | 255 void Test::StopStream(std::vector<int>& captureIds, std::vector<int>& streamIds)
in StopStream() argument 403 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) OnFrameShutter() argument
|
| H A D | hdi_stream_uttest.cpp | 1490 std::vector<int> streamIds;
in HWTEST_F() local 1598 std::vector<int> streamIds;
in HWTEST_F() local 1672 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; HWTEST_F() local 1744 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; HWTEST_F() local 1825 std::vector<int> streamIds = {65535}; HWTEST_F() local 1933 std::vector<int> streamIds = {102}; HWTEST_F() local 2017 std::vector<int> streamIds = {102}; HWTEST_F() local 2090 std::vector<int> streamIds = {102}; HWTEST_F() local [all...] |