Searched refs:HandleHighMemoryThumbnail (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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, heig… 66 …int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, heig… 76 …int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, heig… 86 …int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, heig… 96 …int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, heig…
|
/ohos5.0/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 hei…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_manager.cpp | 86 int32_t DfxManager::HandleHighMemoryThumbnail(std::string &path, int32_t mediaType, int32_t width, in HandleHighMemoryThumbnail() function in OHOS::Media::DfxManager
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 393 …DfxManager::GetInstance()->HandleHighMemoryThumbnail(data_.path, MEDIA_TYPE_IMAGE, imageInfo.size.… in CreateImagePixelMap()
|
H A D | thumbnail_utils.cpp | 247 …DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, MEDIA_TYPE_VIDEO, videoWidth, videoHeig… in LoadVideoFile()
|