Home
last modified time | relevance | path

Searched refs:innerCaptureSession (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.h31 …licit Camera_CaptureSession(OHOS::sptr<OHOS::CameraStandard::CaptureSession> &innerCaptureSession);
H A Dcamera_manager_impl.cpp467 …sptr<CaptureSession> innerCaptureSession = CameraManager::GetInstance()->CreateCaptureSession(Scen… in CreateCaptureSession() local
468 CHECK_AND_RETURN_RET_LOG(innerCaptureSession != nullptr, CAMERA_SERVICE_FATAL_ERROR, in CreateCaptureSession()
470 Camera_CaptureSession* outSession = new Camera_CaptureSession(innerCaptureSession); in CreateCaptureSession()
H A Dcapture_session_impl.cpp148 Camera_CaptureSession::Camera_CaptureSession(sptr<CaptureSession> &innerCaptureSession) in Camera_CaptureSession() argument
149 : innerCaptureSession_(innerCaptureSession) in Camera_CaptureSession()