Home
last modified time | relevance | path

Searched refs:deferredPhotoSwitch_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp57 deferredPhotoSwitch_ = 0; in HStreamCapture()
233 deferredPhotoSwitch_ = 1; in DeferImageDeliveryFor()
239 deferredPhotoSwitch_ = 0; in DeferImageDeliveryFor()
809 …G("HStreamCapture IsDeferredPhotoEnabled deferredPhotoSwitch_: %{public}d", deferredPhotoSwitch_); in IsDeferredPhotoEnabled()
810 if (deferredPhotoSwitch_ == 1) { in IsDeferredPhotoEnabled()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h102 int32_t deferredPhotoSwitch_; variable