Home
last modified time | relevance | path

Searched refs:GetExtraDataLen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h59 … EXPORT static int32_t GetExtraDataLen(const std::string &imagePath, const std::string &videoPath,
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp300 EXPECT_EQ(MovingPhotoFileUtils::GetExtraDataLen(imagePath, videoPath, 0, fileSize), E_OK);
320 EXPECT_EQ(MovingPhotoFileUtils::GetExtraDataLen(imagePath, videoPath, 0, fileSize), E_OK);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp663 if (MovingPhotoFileUtils::GetExtraDataLen(data->GetFilePath(), in CombineMovingPhotoMetadata()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp257 int32_t MovingPhotoFileUtils::GetExtraDataLen(const string& imagePath, const string& videoPath, in GetExtraDataLen() function in OHOS::Media::MovingPhotoFileUtils