Home
last modified time | relevance | path

Searched refs:THUMB_ASTC (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h44 THUMB_ASTC, member in OHOS::Media::ThumbnailType
88 { ThumbnailType::THUMB_ASTC, "THUMB_ASTC" },
199 case ThumbnailType::THUMB_ASTC: in GetThumbSuffix()
230 return isAstc ? ThumbnailType::THUMB_ASTC : ThumbnailType::THUMB; in GetThumbType()
241 std::string suffix = (type == ThumbnailType::THUMB_ASTC) ? ".astc" : ".jpg"; in GetSandboxPath()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_helper.cpp360 if (thumbType == ThumbnailType::THUMB_ASTC) { in GetAvailableFile()
425 case ThumbnailType::THUMB_ASTC: in IsLocalThumbnailAvailable()
467 case ThumbnailType::THUMB_ASTC: in UpdateStreamReadThumbDbStatus()
H A Dithumbnail_helper.cpp551 if (type == ThumbnailType::THUMB || type == ThumbnailType::THUMB_ASTC) { in GenThumbnail()
553 false, type == ThumbnailType::THUMB_ASTC)) { in GenThumbnail()
761 if (ThumbnailUtils::IsSupportGenAstc() && !GenThumbnail(opts, data, ThumbnailType::THUMB_ASTC)) { in IsCreateThumbnailSuccess()
889 if (!GenThumbnail(opts, data, ThumbnailType::THUMB_ASTC)) { in DoCreateAstc()
H A Dthumbnail_utils.cpp102 case ThumbnailType::THUMB_ASTC: in GetThumbnailSuffix()
1622 case ThumbnailType::THUMB_ASTC: in TrySaveFile()
1787 if (ThumbnailUtils::IsSupportGenAstc() && DeleteThumbFile(tmpData, ThumbnailType::THUMB_ASTC)) { in DeleteOriginImage()
2359 if (type != ThumbnailType::THUMB && type != ThumbnailType::LCD && type != ThumbnailType::THUMB_ASTC) { in GetLocalThumbSize()
2366 case ThumbnailType::THUMB_ASTC: in GetLocalThumbSize()
H A Dthumbnail_service.cpp191 if (thumbType != ThumbnailType::THUMB && thumbType != ThumbnailType::THUMB_ASTC) { in GetThumbFd()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_service_test.cpp433 ThumbnailType type = ThumbnailType::THUMB_ASTC; in HWTEST_F()
708 ThumbnailType type2 = ThumbnailType::THUMB_ASTC;

Completed in 11 milliseconds