Searched refs:HandleHighMemoryThumbnail (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_dfx_test/src/ |
H A D | medialibrary_dfx_test.cpp | 56 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F() 66 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F() 76 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F() 86 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F() 96 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_manager.h | 58 int32_t HandleHighMemoryThumbnail(std::string &path, int32_t mediaType, int32_t width, int32_t height);
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_manager.cpp | 84 int32_t DfxManager::HandleHighMemoryThumbnail(std::string &path, int32_t mediaType, int32_t width, in HandleHighMemoryThumbnail() function in OHOS::Media::DfxManager
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 336 DfxManager::GetInstance()->HandleHighMemoryThumbnail(data_.path, MEDIA_TYPE_IMAGE, imageInfo.size.width,
in CreateImagePixelMap()
|
H A D | thumbnail_utils.cpp | 279 DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, MEDIA_TYPE_VIDEO, videoWidth, videoHeight); in LoadVideoFile()
|
Completed in 7 milliseconds