Searched refs:GetMovingPhotoEffectMode (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
H A D | metadata.h | 140 EXPORT int32_t GetMovingPhotoEffectMode() const;
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | file_asset.h | 193 EXPORT int32_t GetMovingPhotoEffectMode() const;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | file_asset.cpp | 520 int32_t FileAsset::GetMovingPhotoEffectMode() const in GetMovingPhotoEffectMode() function in OHOS::Media::FileAsset
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | metadata.cpp | 460 int32_t Metadata::GetMovingPhotoEffectMode() const in GetMovingPhotoEffectMode() function in OHOS::Media::Metadata
|
H A D | metadata_extractor.cpp | 75 data->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY); in IsMovingPhoto()
|
H A D | media_scanner.cpp | 471 data->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in IsFileNotChanged()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 277 fileAsset_->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY))); in IsMovingPhoto() 322 MovingPhotoEffectMode effectMode = static_cast<MovingPhotoEffectMode>(fileAsset_->GetMovingPhotoEffectMode()); in CheckEffectModeWriteOperation() 1248 fileAsset->GetMovingPhotoEffectMode() != static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY))) { in JSSetEffectMode() 1871 valuesBucket.Put(PhotoColumn::MOVING_PHOTO_EFFECT_MODE, fileAsset_->GetMovingPhotoEffectMode()); in SubmitCache() 2194 valuesBucket.Put(PhotoColumn::MOVING_PHOTO_EFFECT_MODE, fileAsset->GetMovingPhotoEffectMode()); in SetEffectModeExecute()
|
H A D | media_asset_manager_napi.cpp | 1531 fileAssetPtr->GetMovingPhotoEffectMode(), static_cast<int32_t>(context->sourceMode)), in ParseArgsForRequestMovingPhoto()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 392 fileAsset->GetMovingPhotoEffectMode(), cmd.GetQuerySetParam(MEDIA_OPERN_KEYWORD)), in ProcessMovingPhotoOprnKey() 1638 fileAsset->GetMovingPhotoEffectMode() == static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)), in CheckFileAssetStatus() 1713 CheckOpenMovingPhoto(fileAsset->GetPhotoSubType(), fileAsset->GetMovingPhotoEffectMode(), in RequestEditSource() 2158 errCode = RevertMetadata(fileId, 0, fileAsset->GetMovingPhotoEffectMode(), fileAsset->GetPhotoSubType()); in DoRevertEdit() 2258 fileAsset->GetMovingPhotoEffectMode() != static_cast<int32_t>(MovingPhotoEffectMode::IMAGE_ONLY)) { in IsNeedRevertEffectMode()
|
Completed in 21 milliseconds