Home
last modified time | relevance | path

Searched refs:IPipelineCore (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/pipeline_core/
H A Dpipeline_core_test.cpp62 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
82 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
102 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
126 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
153 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
177 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
201 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
216 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
235 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
263 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/include/
H A Dipipeline_core.h23 class IPipelineCore : public NoCopyable {
25 static std::shared_ptr<IPipelineCore> Create();
29 virtual ~IPipelineCore() = default;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/camera_device/
H A Dcamera_device_vdi_impl.h28 class IPipelineCore; variable
33 const std::shared_ptr<IPipelineCore> &pipelineCore);
53 std::shared_ptr<IPipelineCore> GetPipelineCore() const;
70 std::shared_ptr<IPipelineCore> pipelineCore_;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/src/
H A Dpipeline_core.cpp35 std::shared_ptr<IPipelineCore> IPipelineCore::Create() in Create()
H A Dpipeline_core.h20 class PipelineCore : public IPipelineCore {
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Distream.h65 std::shared_ptr<IPipelineCore>&,
73 … std::shared_ptr<IPipelineCore>& p, \
H A Dstream_base.h30 std::shared_ptr<IPipelineCore>& p,
77 std::shared_ptr<IPipelineCore> pipelineCore_ = nullptr;
H A Dstream_post_view.h26 std::shared_ptr<IPipelineCore>& p,
H A Dstream_preview.h26 std::shared_ptr<IPipelineCore>& p,
H A Dstream_video.h27 std::shared_ptr<IPipelineCore>& p,
H A Dstream_still_capture.h27 std::shared_ptr<IPipelineCore>& p,
H A Dstream_operator_vdi_impl.h77 std::shared_ptr<IPipelineCore> pipelineCore_ = nullptr;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_device/
H A Dcamera_device_vdi_impl.cpp37 const std::shared_ptr<IPipelineCore> &pipelineCore) in CameraDeviceVdiImpl()
52 std::shared_ptr<IPipelineCore> pipelineCore = IPipelineCore::Create(); in CreateCameraDevice()
345 std::shared_ptr<IPipelineCore> CameraDeviceVdiImpl::GetPipelineCore() const in GetPipelineCore()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_post_view.cpp21 std::shared_ptr<IPipelineCore>& p, in StreamPostView()
H A Dstream_preview.cpp21 std::shared_ptr<IPipelineCore>& p, in StreamPreview()
H A Dstream_video.cpp21 std::shared_ptr<IPipelineCore>& p, in StreamVideo()
H A Dstream_still_capture.cpp22 std::shared_ptr<IPipelineCore>& p, in StreamStillCapture()
H A Dstream_base.cpp33 std::shared_ptr<IPipelineCore>& p, in StreamBase()
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_device_service.h31 class IPipelineCore; variable