Searched refs:TimeLapsePhotoSession (Results 1 – 9 of 9) sorted by relevance
184 int32_t TimeLapsePhotoSession::IsTryAENeeded(bool& result) in IsTryAENeeded()202 int32_t TimeLapsePhotoSession::StartTryAE() in StartTryAE()222 int32_t TimeLapsePhotoSession::StopTryAE() in StopTryAE()333 TimeLapsePhotoSession::fwkExposureHintModeMap_ = {385 int32_t TimeLapsePhotoSession::GetExposure(uint32_t& result) in GetExposure()405 int32_t TimeLapsePhotoSession::SetExposure(uint32_t exposure) in SetExposure()568 int32_t TimeLapsePhotoSession::GetIso(int32_t& result) in GetIso()589 int32_t TimeLapsePhotoSession::SetIso(int32_t iso) in SetIso()613 int32_t TimeLapsePhotoSession::IsManualIsoSupported(bool& result) in IsManualIsoSupported()805 int32_t TimeLapsePhotoSession::GetWhiteBalance(int32_t& result) in GetWhiteBalance()[all …]
48 class TimeLapsePhotoSession; variable52 …TimeLapsePhotoSessionMetadataResultProcessor(wptr<TimeLapsePhotoSession> session) : session_(sessi… in TimeLapsePhotoSessionMetadataResultProcessor()56 wptr<TimeLapsePhotoSession> session_;59 class TimeLapsePhotoSession : public CaptureSession {67 … explicit TimeLapsePhotoSession(sptr<ICaptureSession> &session, vector<sptr<CameraDevice>> devices) in TimeLapsePhotoSession() function
53 sptr<TimeLapsePhotoSession> session;283 sptr<TimeLapsePhotoSession> tlpSession = new TimeLapsePhotoSession(iCaptureSession, devices); in TestGetMetadata2()477 session = reinterpret_cast<TimeLapsePhotoSession*>(captureSession.GetRefPtr()); in Test()
7744 ## TimeLapsePhotoSession<sup>12+</sup>7784 function registerSessionError(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {7817 function unregisterSessionError(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {7934 function registerIsoInfoEvent(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {7965 function unregisterIsoInfoEvent(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8150 function registerTryAEInfoEvent(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8216 function isTryAENeeded(timeLapsePhotoSession: camera.TimeLapsePhotoSession): boolean {8253 function startTryAE(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8288 function stopTryAE(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8372 function getTimeLapseInterval(timeLapsePhotoSession: camera.TimeLapsePhotoSession): number {[all …]
113 sptr<TimeLapsePhotoSession> timeLapsePhotoSession_;
7768 ## TimeLapsePhotoSession<sup>12+</sup>7808 function registerSessionError(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {7817 Unsubscribes from **TimeLapsePhotoSession** error events.7841 function unregisterSessionError(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {7958 function registerIsoInfoEvent(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {7989 function unregisterIsoInfoEvent(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8174 function registerTryAEInfoEvent(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8240 function isTryAENeeded(timeLapsePhotoSession: camera.TimeLapsePhotoSession): boolean {8277 function startTryAE(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {8312 function stopTryAE(timeLapsePhotoSession: camera.TimeLapsePhotoSession): void {[all …]
957 … obj->timeLapsePhotoSession_ = static_cast<TimeLapsePhotoSession*>(sCameraSession_.GetRefPtr()); in Constructor()
346 return new(std::nothrow) TimeLapsePhotoSession(session, GetCameraDeviceList()); in CreateCaptureSessionImpl()
12048 …sptr<TimeLapsePhotoSession> session = reinterpret_cast<TimeLapsePhotoSession*>(captureSession.GetR…