Home
last modified time | relevance | path

Searched refs:NightSession (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dnight_session.h33 class NightSession : public CaptureSession {
37 … explicit NightSessionMetadataResultProcessor(wptr<NightSession> session) : session_(session) {} in NightSessionMetadataResultProcessor()
42 wptr<NightSession> session_;
45 explicit NightSession(sptr<ICaptureSession>& nightSession) : CaptureSession(nightSession) in NightSession() function
49 ~NightSession();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dnight_session.cpp26 NightSession::~NightSession() in ~NightSession()
31 int32_t NightSession::GetExposureRange(std::vector<uint32_t> &exposureRange) in GetExposureRange()
54 int32_t NightSession::SetExposure(uint32_t exposureValue) in SetExposure()
86 int32_t NightSession::GetExposure(uint32_t &exposureValue) in GetExposure()
111 void NightSession::NightSessionMetadataResultProcessor::ProcessCallbacks( in ProcessCallbacks()
123 bool NightSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dnight_session_napi.h41 sptr<NightSession> nightSession_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dnight_session_napi.cpp216 obj->nightSession_ = static_cast<NightSession*>(sCameraSession_.GetRefPtr()); in NightSessionNapiConstructor()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp7079 sptr<NightSession> nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
7130 sptr<NightSession> nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7891 auto nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
7918 auto nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
7919 nightSession->~NightSession();
10100 sptr<NightSession> nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp328 return new (std::nothrow) NightSession(session); in CreateCaptureSessionImpl()
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md4277 Subscribes to **NightSession** error events. This API uses an asynchronous callback to return the r…
4308 Unsubscribes from **NightSession** error events.