Home
last modified time | relevance | path

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

12

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_preview_test.cpp634 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 Dcamera_video_test.cpp145 void CameraVideoTest::StopStream(std::vector<int> &captureIds, std::vector<int> &streamIds) in StopStream() argument
[all...]
H A Ddouble_preview_test.cpp127 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 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
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp225 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 Dhdi_stream_uttest.cpp117 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 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
/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameraprovidercase.h51 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 Ddcameraprovidercase.cpp68 std::vector<int> streamIds; member
/test/xts/hats/distributedhardware/distributedcameratest_additional/
H A Ddcameraprovidercase.h36 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 Ddcameraprovidercase.cpp69 std::vector<int> streamIds; member
[all...]
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dhdf_camera_benchmark_test.cpp548 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 Dcommon.cpp255 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 Dhdi_stream_uttest.cpp1490 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...]

Completed in 22 milliseconds

12