Home
last modified time | relevance | path

Searched refs:captureInterval (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dtime_lapse_photo_session.h38 int32_t captureInterval; member
75 info_.captureInterval = 0; in TimeLapsePhotoSession()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/dump/src/
H A Dcamera_dump.cpp150 int32_t captureInterval = 1; in DumpBuffer() local
152 ssVideo >> captureInterval; in DumpBuffer()
156 if (dumpCount_ % captureInterval != 0) { in DumpBuffer()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp158 info.captureInterval = item.data.i32[0]; in ProcessSetTryAEChange()
159 changed = changed || info.captureInterval != info_.captureInterval; in ProcessSetTryAEChange()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dtime_lapse_photo_session_napi.cpp157 auto value = obj->tryAEInfo_->captureInterval; in GetCaptureInterval()
1089 MEDIA_DEBUG_LOG("captureInterval = %{captureInterval}d", info.captureInterval); in OnTryAEInfoChanged()
1107 MEDIA_DEBUG_LOG("captureInterval = %{captureInterval}d", obj->tryAEInfo_->captureInterval); in OnTryAEInfoChangedCallback()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md7742 | captureInterval | number | 是 | 是 | 拍摄间隔,单位毫秒(ms)。 |
8147 …fo: ${info.isTryAEDone}, ${info.isTryAEHintNeeded}, ${info.previewType}, ${info.captureInterval}`);
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md7766 | captureInterval | number | Yes | Yes| Shooting interval, in ms. |
8171 …fo: ${info.isTryAEDone}, ${info.isTryAEHintNeeded}, ${info.previewType}, ${info.captureInterval}`);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12116 EXPECT_EQ(info.captureInterval, 1); in OnTryAEInfoChanged()