Searched refs:CreatePixelMapForASTC (Results 1 – 2 of 2) sorted by relevance
305 std::unique_ptr<PixelMap> CreatePixelMapForASTC(uint32_t &errorCode, bool fastAstc = false);
555 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