Home
last modified time | relevance | path

Searched refs:CreatePixelMapForASTC (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h305 std::unique_ptr<PixelMap> CreatePixelMapForASTC(uint32_t &errorCode, bool fastAstc = false);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp555 return CreatePixelMapForASTC(errorCode, opts.fastAstc); in CreatePixelMapEx()
3166 unique_ptr<PixelMap> ImageSource::CreatePixelMapForASTC(uint32_t &errorCode, bool fastAstc) in CreatePixelMapForASTC() function in OHOS::Media::ImageSource