Searched refs:IPipelineCore (Results 1 – 19 of 19) sorted by relevance
/ohos5.0/drivers/peripheral/camera/test/ut/pipeline_core/ |
H A D | pipeline_core_test.cpp | 62 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 D | ipipeline_core.h | 23 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 D | camera_device_vdi_impl.h | 28 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 D | pipeline_core.cpp | 35 std::shared_ptr<IPipelineCore> IPipelineCore::Create() in Create()
|
H A D | pipeline_core.h | 20 class PipelineCore : public IPipelineCore {
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | istream.h | 65 std::shared_ptr<IPipelineCore>&, 73 … std::shared_ptr<IPipelineCore>& p, \
|
H A D | stream_base.h | 30 std::shared_ptr<IPipelineCore>& p, 77 std::shared_ptr<IPipelineCore> pipelineCore_ = nullptr;
|
H A D | stream_post_view.h | 26 std::shared_ptr<IPipelineCore>& p,
|
H A D | stream_preview.h | 26 std::shared_ptr<IPipelineCore>& p,
|
H A D | stream_video.h | 27 std::shared_ptr<IPipelineCore>& p,
|
H A D | stream_still_capture.h | 27 std::shared_ptr<IPipelineCore>& p,
|
H A D | stream_operator_vdi_impl.h | 77 std::shared_ptr<IPipelineCore> pipelineCore_ = nullptr;
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_device/ |
H A D | camera_device_vdi_impl.cpp | 37 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 D | stream_post_view.cpp | 21 std::shared_ptr<IPipelineCore>& p, in StreamPostView()
|
H A D | stream_preview.cpp | 21 std::shared_ptr<IPipelineCore>& p, in StreamPreview()
|
H A D | stream_video.cpp | 21 std::shared_ptr<IPipelineCore>& p, in StreamVideo()
|
H A D | stream_still_capture.cpp | 22 std::shared_ptr<IPipelineCore>& p, in StreamStillCapture()
|
H A D | stream_base.cpp | 33 std::shared_ptr<IPipelineCore>& p, in StreamBase()
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | camera_device_service.h | 31 class IPipelineCore; variable
|