/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc.h | 38 bool ScalePixelMap(const Size &size, PixelMap &pixelMap); 39 bool ScalePixelMap(float scaleX, float scaleY, PixelMap &pixelMap);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 98 if (!ScalePixelMap(opts.desiredSize, pixelMap)) { in DecodePostProc() 111 if (!ScalePixelMap(size, pixelMap)) { in DecodePostProc() 176 if (!ScalePixelMap(scale, scale, pixelMap)) { in CenterScale() 610 bool PostProc::ScalePixelMap(const Size &size, PixelMap &pixelMap) in ScalePixelMap() function in OHOS::Media::PostProc 620 return ScalePixelMap(scaleX, scaleY, pixelMap); in ScalePixelMap() 623 bool PostProc::ScalePixelMap(float scaleX, float scaleY, PixelMap &pixelMap) in ScalePixelMap() function in OHOS::Media::PostProc
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.h | 74 …static void ScalePixelMap(std::shared_ptr<PixelMap> &pixelMap, PixelMapInfo &info, const PixelMapP…
|
H A D | avmetadatahelper_impl.cpp | 579 void AVMetadataHelperImpl::ScalePixelMap( in ScalePixelMap() function in OHOS::Media::AVMetadataHelperImpl 611 ScalePixelMap(pixelMap, pixelMapInfo, param); in FetchFrameYuv()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | native_image_test.cpp | 510 bool ret = pixelmap.ScalePixelMap(targetSize, dstSize, scaleMode, dstPixelMap); 517 ret = pixelmap.ScalePixelMap(targetSize, dstSize, scaleMode, dstPixelMap);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 88 bool PixelMap::ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMod… in ScalePixelMap() function in OHOS::Media::PixelMap
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 625 bool ret = postProc.ScalePixelMap(decodeOpts.desiredSize, *pixelMap); 649 bool ret = postProc.ScalePixelMap(scaleX, scaleY, *pixelMap); 678 bool ret = postProc.ScalePixelMap(scaleX, scaleY, *pixelMap);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 232 … static bool ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode,
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 432 … static bool ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode,
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 803 if (!ScalePixelMap(targetSize, dstImageInfo.size, opts.scaleMode, *dstPixelMap.get())) { in Create() 858 bool PixelMap::ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMod… in ScalePixelMap() function in OHOS::Media::PixelMap 866 if (!postProc.ScalePixelMap(targetSize, dstPixelMap)) { in ScalePixelMap()
|