Searched refs:UpdatePixelMapInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 279 …uint32_t UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo, PixelMap … 280 uint32_t UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 270 uint32_t ImageSource::UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInf… in UpdatePixelMapInfo() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1006 errorCode = UpdatePixelMapInfo(opts_, plInfo, *(pixelMap.get()), opts_.fitDensity, true); in CreatePixelMapByInfos() 1182 errorCode = UpdatePixelMapInfo(opts_, plInfo, *(pixelMap.get())); in CreatePixelMap() 1330 ret = UpdatePixelMapInfo(opts_, plInfo, pixelMap); in PromoteDecoding() 2365 uint32_t ImageSource::UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInf… in UpdatePixelMapInfo() function in OHOS::Media::ImageSource 2368 return UpdatePixelMapInfo(opts, plInfo, pixelMap, INT_ZERO); in UpdatePixelMapInfo() 2370 uint32_t ImageSource::UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInf… in UpdatePixelMapInfo() function in OHOS::Media::ImageSource
|