Home
last modified time | relevance | path

Searched refs:Capture (Results 1 - 25 of 69) sorted by relevance

123

/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_video.cpp33 RetCode StreamVideo::Capture(const std::shared_ptr<CaptureRequest>& request) in Capture() function in OHOS::Camera::StreamVideo
39 CAMERA_LOGD("start StreamVideo::Capture! "); in Capture()
41 return StreamBase::Capture(request); in Capture()
H A Dstream_still_capture.cpp49 RetCode StreamStillCapture::Capture(const std::shared_ptr<CaptureRequest>& request) in Capture() function in OHOS::Camera::StreamStillCapture
55 CAMERA_LOGD("start StreamStillCapture::Capture! "); in Capture()
57 return StreamBase::Capture(request); in Capture()
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dscale_node.h34 virtual RetCode Capture(const int32_t streamId, const int32_t captureId) override;
H A Dfork_node.h32 RetCode Capture(const int32_t streamId, const int32_t captureId) override;
H A Dexif_node.h39 virtual RetCode Capture(const int32_t streamId, const int32_t captureId) override;
H A Dcodec_node.h34 virtual RetCode Capture(const int32_t streamId, const int32_t captureId) override;
H A Dscale_node.cpp75 RetCode ScaleNode::Capture(const int32_t streamId, const int32_t captureId) in Capture() function in OHOS::Camera::ScaleNode
77 CAMERA_LOGV("ScaleNode::Capture"); in Capture()
H A Dface_node.h46 virtual RetCode Capture(const int32_t streamId, const int32_t captureId) override;
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_still_capture.h33 RetCode Capture(const std::shared_ptr<CaptureRequest>& request) override;
H A Dstream_video.h36 RetCode Capture(const std::shared_ptr<CaptureRequest>& request) override;
H A Distream.h52 virtual RetCode Capture(const std::shared_ptr<CaptureRequest>& request) = 0;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/
H A Dvpss_node.cpp119 RetCode VpssNode::Capture(const int32_t streamId, const int32_t captureId) in Capture() function in OHOS::Camera::VpssNode
121 RetCode ret = SourceNode::Capture(streamId, captureId); in Capture()
H A Dvpss_node.h40 RetCode Capture(const int32_t streamId, const int32_t captureId) override;
/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h51 int (*Capture)(int captureId, CaptureInfoCIF info, int isStreaming); member
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamcapture_fuzzer/
H A Ddstreamcapture_fuzzer.cpp48 dCameraStreamOperator->Capture(captureId, info, isStreaming); in DstreamCaptureFuzzTest()
/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator.h38 CamRetCode Capture(int captureId, const std::shared_ptr<CaptureInfo> &pInfo, bool isStreaming) override;
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service.h42 int32_t Capture(int32_t captureId, const CaptureInfo &info, bool isStreaming) override;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/
H A Dfork_node.h33 RetCode Capture(const int32_t streamId, const int32_t captureId) override;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Distream_pipeline_core.h46 virtual RetCode Capture(const std::vector<int32_t>& ids, const int32_t captureId) = 0;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/
H A Dstream_pipeline_dispatcher.h33 virtual RetCode Capture(const int32_t streamId, const int32_t captureId);
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.h39 RetCode Capture(const std::vector<int32_t>& ids, const int32_t captureId) override;
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Distream_operator_vdi.h55 virtual int32_t Capture(int32_t captureId, const VdiCaptureInfo &info, bool isStreaming) = 0;
/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_preview_test.cpp671 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->Capture(captureId, captureInfo, true); in HWTEST_F()
727 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->Capture(captureId, captureInfo, true); in HWTEST_F()
763 * @tc.desc: Preview, Capture->captureInfo->streamID = -1 ,return error.
770 CAMERA_LOGD("Preview, Capture->captureInfo->streamID = -1 ,return error."); in HWTEST_F()
814 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->Capture(captureId, captureInfo, true); in HWTEST_F()
815 CAMERA_LOGD("streamOperator->Capture rc = %{public}d", cameraBase_->rc); in HWTEST_F()
817 CAMERA_LOGE("Capture failed!"); in HWTEST_F()
824 * @tc.desc: Preview, Capture->isStreaming = false ,expected success.
831 CAMERA_LOGD("Preview, Capture->isStreaming = false ,expected success."); in HWTEST_F()
843 cameraBase_->rc = (CamRetCode)cameraBase_->streamOperator->Capture(captureI in HWTEST_F()
[all...]
H A Dhdi_func_test.cpp34 * @tc.name: Capture
35 * @tc.desc: Capture, input normal.
42 std::cout << "==========[test log] Capture, input normal." << std::endl; in TEST_F()
57 * @tc.name: Capture
58 * @tc.desc: Preview, Capture->captureInfo->streamID = -1 ,return error.
65 std::cout << "==========[test log] Preview, Capture->captureInfo->streamID = -1 ,return error." << std::endl; in TEST_F()
77 cameraBase->rc = cameraBase->streamOperator->Capture(captureId, captureInfo, true); in TEST_F()
80 std::cout << "==========[test log] Capture fail." << std::endl; in TEST_F()
82 std::cout << "==========[test log] Capture success." << std::endl; in TEST_F()
88 * @tc.name: Capture
[all...]
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service.cpp109 int32_t StreamOperatorService::Capture(int32_t captureId, const CaptureInfo &info, bool isStreaming) in Capture() function in OHOS::Camera::StreamOperatorService
115 return streamOperatorVdi_->Capture(captureId, vdiInfo, isStreaming); in Capture()

Completed in 8 milliseconds

123