/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/ |
H A D | stream_pipeline_core.cpp | 64 RetCode StreamPipelineCore::DestroyPipeline(const std::vector<int>& streamIds) in DestroyPipeline() 76 RetCode StreamPipelineCore::Prepare(const std::vector<int>& streamIds) in Prepare() 86 RetCode StreamPipelineCore::Start(const std::vector<int>& streamIds) in Start() 105 RetCode StreamPipelineCore::Stop(const std::vector<int>& streamIds) in Stop() 116 RetCode StreamPipelineCore::Config(const std::vector<int>& streamIds, const CaptureMeta& meta) in Config() 126 RetCode StreamPipelineCore::Capture(const std::vector<int>& streamIds, const int32_t captureId) in Capture() 136 RetCode StreamPipelineCore::CancelCapture(const std::vector<int>& streamIds) in CancelCapture() 146 RetCode StreamPipelineCore::Flush(const std::vector<int>& streamIds) in Flush()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/ |
H A D | dstreamchangetoofflinestream_fuzzer.cpp | 32 int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() 47 …int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestam… in OnFrameShutter() 58 std::vector<int32_t> streamIds; in DstreamChangeToOfflineStreamFuzzTest() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | mock_dstream_operator_callback.h | 30 int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() 45 …int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestam… in OnFrameShutter()
|
H A D | dstream_operator_test.cpp | 199 std::vector<int> streamIds; variable 236 std::vector<int> streamIds; variable 270 std::vector<int> streamIds; variable 311 std::vector<int> streamIds; variable 353 std::vector<int> streamIds; variable
|
/ohos5.0/drivers/peripheral/camera/test/common/callback/src/ |
H A D | stream_operator_callback.cpp | 21 … StreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) in OnCaptureStarted() 46 const std::vector<int32_t>& streamIds, uint64_t timestamp) in OnFrameShutter()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | hdi_stream_uttest.cpp | 102 std::vector<int> streamIds; variable 598 …std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->s… variable 691 std::vector<int> streamIds = {101}; variable
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/ |
H A D | camera_device_fuzzer.h | 69 const std::vector<int32_t>& streamIds, uint64_t timestamp) override in OnCaptureReady() 75 const std::vector<int32_t>& streamIds, uint64_t timestamp) override in OnFrameShutterEnd() 85 … inline int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() 103 const std::vector<int32_t>& streamIds, uint64_t timestamp) override in OnFrameShutter()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_data_process.cpp | 114 int32_t DCameraSourceDataProcess::ReleaseStreams(std::vector<int32_t>& streamIds) in ReleaseStreams() 158 std::set<int32_t> streamIds(captureInfo->streamIds_.begin(), captureInfo->streamIds_.end()); in StartCapture() local 169 int32_t DCameraSourceDataProcess::StopCapture(std::vector<int32_t>& streamIds) in StopCapture() 209 void DCameraSourceDataProcess::GetAllStreamIds(std::vector<int32_t>& streamIds) in GetAllStreamIds()
|
H A D | dcamera_stream_data_process.cpp | 71 std::set<int32_t>& streamIds) in ConfigStreams() 83 void DCameraStreamDataProcess::ReleaseStreams(std::set<int32_t>& streamIds) in ReleaseStreams() 105 std::set<int32_t>& streamIds) in StartCapture() 143 void DCameraStreamDataProcess::StopCapture(std::set<int32_t>& streamIds) in StopCapture() 174 void DCameraStreamDataProcess::GetAllStreamIds(std::set<int32_t>& streamIds) in GetAllStreamIds()
|
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | double_preview_test.cpp | 127 void DoublePreviewTest::StopStream(std::vector<int> &captureIds, std::vector<int> &streamIds) in StopStream() 188 std::vector<int> streamIds = {cameraBase_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE}; variable 251 std::vector<int> streamIds = {cameraBase_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE, variable 284 std::vector<int> streamIds = {cameraBase_->STREAM_ID_PREVIEW, STREAMID_PREVIEW_DOUBLE, variable
|
H A D | camera_preview_test.cpp | 323 std::vector<int> streamIds; variable 374 std::vector<int> streamIds; variable 599 std::vector<int> streamIds; variable 621 std::vector<int> streamIds; variable
|
H A D | hdi_interfaces_test.cpp | 78 std::vector<int> streamIds; in TEST_F() local 267 std::vector<int> streamIds; in TEST_F() local 453 std::vector<int> streamIds; in TEST_F() local 552 std::vector<int> streamIds; in TEST_F() local 607 std::vector<int> streamIds; in TEST_F() local 662 std::vector<int> streamIds; in TEST_F() local 717 std::vector<int> streamIds; in TEST_F() local 772 std::vector<int> streamIds; in TEST_F() local 827 std::vector<int> streamIds; in TEST_F() local 1064 std::vector<int> streamIds; in TEST_F() local
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service_callback.cpp | 25 …OperatorServiceCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_t> &streamIds) in OnCaptureStarted() 56 const std::vector<int32_t> &streamIds, uint64_t timestamp) in OnFrameShutter()
|
H A D | offline_stream_operator_service.cpp | 38 int32_t OfflineStreamOperatorService::ReleaseStreams(const std::vector<int32_t> &streamIds) in ReleaseStreams()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_dcamera_source_dev.h | 52 int32_t ReleaseStreams(std::vector<int>& streamIds, bool& isAllRelease) in ReleaseStreams() 65 int32_t StopCapture(std::vector<int>& streamIds, bool& isAllStop) in StopCapture()
|
H A D | dcamera_stream_data_process_test.cpp | 110 std::set<int32_t> streamIds; variable 154 std::set<int32_t> streamIds; variable 182 std::set<int32_t> streamIds; variable
|
H A D | dcamera_provider_callback_impl_test.cpp | 201 std::vector<int> streamIds; variable 239 std::vector<int> streamIds; variable 362 std::vector<int> streamIds; variable 444 std::vector<int> streamIds; variable
|
H A D | dcamera_source_dev_test.cpp | 232 std::vector<int> streamIds; variable 297 std::vector<int> streamIds; variable 331 std::vector<int> streamIds; variable 487 std::vector<int> streamIds; variable 583 std::vector<int> streamIds; variable
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | doffline_stream_operator.cpp | 27 int32_t DOfflineStreamOperator::ReleaseStreams(const std::vector<int32_t>& streamIds) in ReleaseStreams()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerareleasestreams_fuzzer/ |
H A D | dcamerareleasestreams_fuzzer.cpp | 35 std::vector<int> streamIds; in DcameraReleaseStreamsFuzzTest() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastopcapture_fuzzer/ |
H A D | dcamerastopcapture_fuzzer.cpp | 35 std::vector<int> streamIds; in DcameraStopCaptureFuzzTest() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamreleasestreams_fuzzer/ |
H A D | dstreamreleasestreams_fuzzer.cpp | 31 std::vector<int32_t> streamIds; in DstreamReleaseStreamsFuzzTest() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/ |
H A D | dcameraadddcameradevice_fuzzer.cpp | 46 int32_t ReleaseStreams(const DHBase& dhBase, const std::vector<int>& streamIds) in ReleaseStreams() 54 int32_t StopCapture(const DHBase& dhBase, const std::vector<int>& streamIds) in StopCapture()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/ |
H A D | dcameraenabledcameradevice_fuzzer.cpp | 46 int32_t ReleaseStreams(const DHBase& dhBase, const std::vector<int>& streamIds) in ReleaseStreams() 54 int32_t StopCapture(const DHBase& dhBase, const std::vector<int>& streamIds) in StopCapture()
|
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | offline_stream_operator.cpp | 43 CamRetCode OfflineStreamOperator::ReleaseStreams(const std::vector<int>& streamIds) in ReleaseStreams()
|