Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp63 return Media::ImageSource::IsASTC(data, size); in IsAstc()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h178 NATIVEEXPORT static bool IsASTC(const uint8_t *fileData, size_t fileSize);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1121 HWTEST_F(ImageSourceTest, IsASTC, TestSize.Level3)
1128 bool ret = imageSource->IsASTC(fileData, fileSize);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp551 isAstc_ = IsASTC(outData.inputStreamBuffer, outData.dataSize); in CreatePixelMapEx()
2165 isAstc_ = IsASTC(outData.inputStreamBuffer, outData.dataSize); in OnSourceUnresolved()
2921 bool ImageSource::IsASTC(const uint8_t *fileData, size_t fileSize) __attribute__((no_sanitize("cfi"… in IsASTC() function in OHOS::Media::ImageSource