Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h312 std::unique_ptr<PixelMap> CreatePixelMapByInfos(ImagePlugin::PlImageInfo &plInfo,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp846 auto pixelMap = CreatePixelMapByInfos(plInfo, context, errorCode); in CreatePixelMapExtended()
988 unique_ptr<PixelMap> ImageSource::CreatePixelMapByInfos(ImagePlugin::PlImageInfo &plInfo, in CreatePixelMapByInfos() function in OHOS::Media::ImageSource