Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp327 FinalOutputStep ImageSource::GetFinalOutputStep(const DecodeOptions &opts, PixelMap &pixelMap, bool… in GetFinalOutputStep() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1214 FinalOutputStep ret = imageSource->GetFinalOutputStep(opt, pixelMap, hasNinePatch);
1217 ret = imageSource->GetFinalOutputStep(opt, pixelMap, hasNinePatch);
1240 FinalOutputStep ret = imageSource->GetFinalOutputStep(opt, pixelMap, hasNinePatch);
1249 ret = imageSource->GetFinalOutputStep(opt, pixelMap, hasNinePatch);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h294 …FinalOutputStep GetFinalOutputStep(const DecodeOptions &opts, PixelMap &pixelMap, bool hasNinePatc…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1194 finalOutputStep = GetFinalOutputStep(opts_, *(pixelMap.get()), hasNinePatch); in CreatePixelMap()
2629 FinalOutputStep ImageSource::GetFinalOutputStep(const DecodeOptions &opts, PixelMap &pixelMap, bool… in GetFinalOutputStep() function in OHOS::Media::ImageSource