Home
last modified time | relevance | path

Searched refs:OHOS_CAMERA_MOVING_PHOTO_ON (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_device_ability_items.h2469 OHOS_CAMERA_MOVING_PHOTO_ON, enumerator
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_v1_3.cpp684 uint8_t movingPhoto = static_cast<uint8_t>(OHOS_CAMERA_MOVING_PHOTO_ON);
2089 uint8_t movingPhoto = static_cast<uint8_t>(OHOS_CAMERA_MOVING_PHOTO_ON);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp4587 …uint8_t enableValue = static_cast<uint8_t>(isEnable ? OHOS_CAMERA_MOVING_PHOTO_ON : OHOS_CAMERA_MO… in EnableMovingPhoto()