Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dprofession_session.cpp34 ProfessionSession::~ProfessionSession() in ~ProfessionSession()
58 ProfessionSession::metaFocusAssistFlashModeMap_ = {
65 ProfessionSession::fwkFocusAssistFlashModeMap_ = {
73 ProfessionSession::metaExposureHintModeMap_ = {
79 ProfessionSession::fwkExposureHintModeMap_ = {
127 int32_t ProfessionSession::SetMeteringMode(MeteringMode mode) in SetMeteringMode()
224 int32_t ProfessionSession::SetISO(int32_t iso) in SetISO()
258 int32_t ProfessionSession::GetISO(int32_t &iso) in GetISO()
278 bool ProfessionSession::IsManualIsoSupported() in IsManualIsoSupported()
343 int32_t ProfessionSession::SetFocusMode(FocusMode focusMode) in SetFocusMode()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dprofession_session.h65 class ProfessionSession : public CaptureSession {
69 …explicit ProfessionSessionMetadataResultProcessor(wptr<ProfessionSession> session) : session_(sess… in ProfessionSessionMetadataResultProcessor()
74 wptr<ProfessionSession> session_;
77 explicit ProfessionSession(sptr<ICaptureSession>& session, in ProfessionSession() function
85 ~ProfessionSession();
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dprofession_session_napi.h152 sptr<ProfessionSession> professionSession_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp3225 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3295 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3383 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3471 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3556 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3671 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3763 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
3849 sptr<ProfessionSession> session = static_cast<ProfessionSession*>(captureSession.GetRefPtr());
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dprofession_session_napi.cpp165 obj->professionSession_ = static_cast<ProfessionSession*>(sCameraSession_.GetRefPtr()); in ProfessionSessionNapiConstructor()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp324 return new (std::nothrow) ProfessionSession(session, GetCameraDeviceList()); in CreateCaptureSessionImpl()