Home
last modified time | relevance | path

Searched refs:TimeLapsePhotoSession (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp184 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 …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dtime_lapse_photo_session.h48 class TimeLapsePhotoSession; variable
52 …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
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp53 sptr<TimeLapsePhotoSession> session;
283 sptr<TimeLapsePhotoSession> tlpSession = new TimeLapsePhotoSession(iCaptureSession, devices); in TestGetMetadata2()
477 session = reinterpret_cast<TimeLapsePhotoSession*>(captureSession.GetRefPtr()); in Test()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md7744 ## 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 …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dtime_lapse_photo_session_napi.h113 sptr<TimeLapsePhotoSession> timeLapsePhotoSession_;
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md7768 ## 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 …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dtime_lapse_photo_session_napi.cpp957 … obj->timeLapsePhotoSession_ = static_cast<TimeLapsePhotoSession*>(sCameraSession_.GetRefPtr()); in Constructor()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp346 return new(std::nothrow) TimeLapsePhotoSession(session, GetCameraDeviceList()); in CreateCaptureSessionImpl()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12048 …sptr<TimeLapsePhotoSession> session = reinterpret_cast<TimeLapsePhotoSession*>(captureSession.GetR…