Home
last modified time | relevance | path

Searched defs:streamIds (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp64 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 Ddstreamchangetoofflinestream_fuzzer.cpp32 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 Dmock_dstream_operator_callback.h30 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 Ddstream_operator_test.cpp199 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 Dstream_operator_callback.cpp21 … 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 Dhdi_stream_uttest.cpp102 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 Dcamera_device_fuzzer.h69 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 Ddcamera_source_data_process.cpp114 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 Ddcamera_stream_data_process.cpp71 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 Ddouble_preview_test.cpp127 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 Dcamera_preview_test.cpp323 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 Dhdi_interfaces_test.cpp78 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 Dstream_operator_service_callback.cpp25 …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 Doffline_stream_operator_service.cpp38 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 Dmock_dcamera_source_dev.h52 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 Ddcamera_stream_data_process_test.cpp110 std::set<int32_t> streamIds; variable
154 std::set<int32_t> streamIds; variable
182 std::set<int32_t> streamIds; variable
H A Ddcamera_provider_callback_impl_test.cpp201 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 Ddcamera_source_dev_test.cpp232 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 Ddoffline_stream_operator.cpp27 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 Ddcamerareleasestreams_fuzzer.cpp35 std::vector<int> streamIds; in DcameraReleaseStreamsFuzzTest() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastopcapture_fuzzer/
H A Ddcamerastopcapture_fuzzer.cpp35 std::vector<int> streamIds; in DcameraStopCaptureFuzzTest() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamreleasestreams_fuzzer/
H A Ddstreamreleasestreams_fuzzer.cpp31 std::vector<int32_t> streamIds; in DstreamReleaseStreamsFuzzTest() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/
H A Ddcameraadddcameradevice_fuzzer.cpp46 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 Ddcameraenabledcameradevice_fuzzer.cpp46 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 Doffline_stream_operator.cpp43 CamRetCode OfflineStreamOperator::ReleaseStreams(const std::vector<int>& streamIds) in ReleaseStreams()

1234