Home
last modified time | relevance | path

Searched refs:MovingPhotoEffectMode (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp272 …fileAsset_->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY))… in IsMovingPhoto()
289 { MovingPhotoEffectMode::DEFAULT,
291 { MovingPhotoEffectMode::BOUNCE_PLAY,
293 { MovingPhotoEffectMode::LOOP_PLAY,
295 { MovingPhotoEffectMode::CINEMA_GRAPH,
297 { MovingPhotoEffectMode::LONG_EXPOSURE,
299 { MovingPhotoEffectMode::MULTI_EXPOSURE,
301 { MovingPhotoEffectMode::IMAGE_ONLY,
317MovingPhotoEffectMode effectMode = static_cast<MovingPhotoEffectMode>(fileAsset_->GetMovingPhotoEf… in CheckEffectModeWriteOperation()
1185 …fileAsset->GetMovingPhotoEffectMode() != static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)))… in JSSetEffectMode()
[all …]
H A Dphotoaccesshelperinf.js851 MovingPhotoEffectMode: photoAccessHelper.MovingPhotoEffectMode,
H A Dmedia_asset_manager_napi.cpp1198 effectMode == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)); in IsMovingPhoto()
H A Dmedia_library_napi.cpp6611 static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)), JS_INNER_FAIL); in CreateMovingPhotoEffectModeEnum()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfile_manager_types.h145 enum class MovingPhotoEffectMode : int32_t { enum
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp380 (effectMode == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY) && in CheckOpenMovingPhoto()
1758 if (effectMode == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in RevertMetadata()
1760 static_cast<int32_t>(MovingPhotoEffectMode::DEFAULT)); in RevertMetadata()
1763 effectMode != static_cast<int32_t>(MovingPhotoEffectMode::DEFAULT)) { in RevertMetadata()
1765 static_cast<int32_t>(MovingPhotoEffectMode::DEFAULT)); in RevertMetadata()
1789 if (effectMode == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in UpdateEffectMode()
2205 …fileAsset->GetMovingPhotoEffectMode() != static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in IsNeedRevertEffectMode()
2210 (effectMode != static_cast<int32_t>(MovingPhotoEffectMode::DEFAULT) && in IsNeedRevertEffectMode()
2211 effectMode != static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY))) { in IsNeedRevertEffectMode()
2226 if (effectMode == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in ProcessEditedEffectMode()
[all …]
H A Dmoving_photo_processor.cpp171 …->EqualTo(PhotoColumn::MOVING_PHOTO_EFFECT_MODE, static_cast<int32_t>(MovingPhotoEffectMode::IMAGE… in QueryMovingPhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp74 data->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY); in IsMovingPhoto()
H A Dmedia_scanner.cpp466 … data->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in IsFileNotChanged()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp795 effectMode == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY) || in IsMovingPhoto()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md4153 setEffectMode(mode: MovingPhotoEffectMode): void
4165 | mode | [MovingPhotoEffectMode](#movingphotoeffectmode12) | 是 | 动态照片效果模式。 |
4185 assetChangeRequest.setEffectMode(photoAccessHelper.MovingPhotoEffectMode.LONG_EXPOSURE);
6434 ## MovingPhotoEffectMode<sup>12+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md4153 setEffectMode(mode: MovingPhotoEffectMode): void
4165 | mode | [MovingPhotoEffectMode](#movingphotoeffectmode12) | Yes | Effect to set.|
4185 assetChangeRequest.setEffectMode(photoAccessHelper.MovingPhotoEffectMode.LONG_EXPOSURE);
6434 ## MovingPhotoEffectMode<sup>12+</sup>