Home
last modified time | relevance | path

Searched refs:CameraImpl (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp24 CameraImpl::CameraImpl(const std::string &id, const CameraAbility *ability, const CameraInfo *info):id_(id) in CameraImpl() function in OHOS::Media::CameraImpl
30 string CameraImpl::GetCameraId() in GetCameraId()
35 const CameraConfig *CameraImpl::GetCameraConfig() const in GetCameraConfig()
40 FrameConfig *CameraImpl::GetFrameConfig(int32_t type) in GetFrameConfig()
50 void CameraImpl::Configure(CameraConfig &config) in Configure()
71 void CameraImpl::OnConfigured(int32_t ret, CameraConfig &config) in OnConfigured()
80 void CameraImpl::Release() in Release()
96 int32_t CameraImpl::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture()
124 void CameraImpl
[all...]
H A Dcamera_impl.h26 class CameraImpl : public Camera { class
28 CameraImpl() = delete;
29 CameraImpl(const std::string &id, const CameraAbility *ability, const CameraInfo *info);
30 ~CameraImpl() = default;
H A Dcamera_manager.cpp158 map<string, CameraImpl *> cameraMapCache_;
165 CameraImpl *cam = new (nothrow) CameraImpl(cameraId, ability, info); in InitCameraAbility()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcamera_impl.h27 class CameraImpl : public BaseImpl { class
29 CameraImpl() {} in CameraImpl() function in OHOS::Rosen::Drawing::CameraImpl
30 ~CameraImpl() override {}
/foundation/multimedia/camera_lite/frameworks/binder/include/
H A Dcamera_device_client.h30 class CameraImpl;
45 void SetCameraImpl(CameraImpl *cameraImpl);
54 CameraImpl *cameraImpl_ = nullptr;
/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H A Dcamera_device_client.h40 void SetCameraImpl(CameraImpl *cameraImpl);
44 CameraImpl *cameraImpl_ = nullptr;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dcamera3d.h48 std::unique_ptr<CameraImpl> impl_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_camera.h28 class SkiaCamera : public CameraImpl {
H A Dskia_impl_factory.h90 static std::unique_ptr<CameraImpl> CreateCamera();
H A Dskia_impl_factory.cpp206 std::unique_ptr<CameraImpl> SkiaImplFactory::CreateCamera() in CreateCamera()
/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_device_client.cpp43 void CameraDeviceClient::SetCameraImpl(CameraImpl *cameraImpl) in SetCameraImpl()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcamera_impl.cpp28 class CameraImpl class
29 : public META_NS::ConcreteBaseMetaObjectFwd<CameraImpl, NodeImpl, SCENE_NS::ClassId::Camera, SCENE_NS::ICamera> {
517 registry.RegisterObjectType<CameraImpl>(); in RegisterCameraImpl()
523 registry.UnregisterObjectType<CameraImpl>(); in UnregisterCameraImpl()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h88 static std::unique_ptr<CameraImpl> CreateCameraImpl();
H A Dimpl_factory.cpp323 std::unique_ptr<CameraImpl> ImplFactory::CreateCameraImpl() in CreateCameraImpl()
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp60 void CameraDeviceClient::SetCameraImpl(CameraImpl *cameraImpl) in SetCameraImpl()

Completed in 6 milliseconds