Home
last modified time | relevance | path

Searched refs:ScalePixelMapWithSLR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h44 bool ScalePixelMapWithSLR(const Size &desiredSize, PixelMap &pixelMap);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp841 bool PostProc::ScalePixelMapWithSLR(const Size &desiredSize, PixelMap &pixelMap) in ScalePixelMapWithSLR() function in OHOS::Media::PostProc
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3596 if (!postProc.ScalePixelMapWithSLR(desiredSize, *this)) { in scale()