Home
last modified time | relevance | path

Searched refs:innerCaptureSession_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp157 if (innerCaptureSession_) { in ~Camera_CaptureSession()
158 innerCaptureSession_ = nullptr; in ~Camera_CaptureSession()
208 …CHECK_AND_RETURN_RET_LOG(!innerCaptureSession_->IsSessionConfiged() && !innerCaptureSession_->IsSe… in SetSessionMode()
307 if (innerCaptureSession_ == nullptr) { in RemoveMetaDataOutput()
364 innerCaptureSession_->LockForControl(); in SetZoomRatio()
398 innerCaptureSession_->LockForControl(); in SetFocusMode()
416 innerCaptureSession_->LockForControl(); in SetFocusPoint()
468 innerCaptureSession_->LockForControl(); in SetFlashMode()
502 innerCaptureSession_->LockForControl(); in SetExposureMode()
529 innerCaptureSession_->LockForControl(); in SetMeteringPoint()
[all …]
H A Dcapture_session_impl.h166 OHOS::sptr<OHOS::CameraStandard::CaptureSession> innerCaptureSession_;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1648 return innerCaptureSession_; in GetCaptureSession()
1890 innerCaptureSession_ = captureSession; in SetCaptureSession()
1902 sptr<ICaptureSession> innerCaptureSession_ = nullptr; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp225 CaptureSession::CaptureSession(sptr<ICaptureSession>& captureSession) : innerCaptureSession_(captur… in CaptureSession()
228 sptr<IRemoteObject> object = innerCaptureSession_->AsObject(); in CaptureSession()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp4788 session->innerCaptureSession_ = nullptr;
5077 session->innerCaptureSession_ = nullptr;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7616 session_->innerCaptureSession_ = nullptr;