Searched refs:IsSupportGenAstc (Results 1 – 7 of 7) sorted by relevance
128 EXPORT static bool IsSupportGenAstc();
320 if ((tableName == PhotoColumn::PHOTOS_TABLE) && ThumbnailUtils::IsSupportGenAstc()) { in GenerateThumbnailBackground()
1784 if (ThumbnailUtils::IsSupportGenAstc() && DeleteThumbFile(tmpData, ThumbnailType::THUMB_ASTC)) { in DeleteOriginImage()2021 bool ThumbnailUtils::IsSupportGenAstc() in IsSupportGenAstc() function in OHOS::Media::ThumbnailUtils2023 return ImageSource::IsSupportGenAstc(); in IsSupportGenAstc()
818 … if (ThumbnailUtils::IsSupportGenAstc() && !GenThumbnail(opts, data, ThumbnailType::THUMB_ASTC)) { in IsCreateThumbnailSuccess()
182 NATIVEEXPORT static bool IsSupportGenAstc();
1368 bool ret = imageSource->IsSupportGenAstc();
3416 bool ImageSource::IsSupportGenAstc() in IsSupportGenAstc() function in OHOS::Media::ImageSource