Searched refs:CenterScale (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 192 * @tc.desc: test CenterScale 224 bool ret = postProc.CenterScale(targetSize, *pixelMap); in HWTEST_F() 231 * @tc.desc: test CenterScale size is 0 or -1 263 bool ret = postProc.CenterScale(targetSize, *pixelMap); in HWTEST_F() 270 * @tc.desc: test CenterScale 302 bool ret = postProc.CenterScale(targetSize, *pixelMap); in HWTEST_F() 309 * @tc.desc: test CenterScale 341 bool ret = postProc.CenterScale(targetSize, *pixelMap); in HWTEST_F() 348 * @tc.desc: test CenterScale 367 bool ret = postProc.CenterScale(targetSiz in HWTEST_F() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc.h | 41 bool CenterScale(const Size &size, PixelMap &pixelMap);
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | thumbnail_manager.cpp | 391 if (size.width != DEFAULT_ORIGINAL && !isEqualsRatio && !postProc.CenterScale(size, *pixelMap)) { in DecodeThumbnail() 392 NAPI_ERR_LOG("CenterScale failed, size: %{public}d * %{public}d, imageInfo size: %{public}d * %{public}d", in DecodeThumbnail()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 145 bool PostProc::CenterScale(const Size &size, PixelMap &pixelMap) in CenterScale() function in OHOS::Media::PostProc
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/ |
H A D | media_library_manager.cpp | 660 if (size.width != 0 && size.width != DEFAULT_ORIGINAL && !isEqualsRatio && !postProc.CenterScale(size, *pixelMap)) { in DecodeThumbnail() 661 MEDIA_ERR_LOG("CenterScale failed, size: %{public}d * %{public}d, imageInfo size: %{public}d * %{public}d", in DecodeThumbnail()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_utils.cpp | 380 innerTracer.Start("CenterScale"); in CenterScaleEx() 382 if (!postProc.CenterScale(desiredSize, *dataSource)) { in CenterScaleEx() 383 MEDIA_ERR_LOG("Fail in CenterScaleEx, CenterScale failed, path: %{public}s", in CenterScaleEx()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 858 if (!postProc.CenterScale(targetSize, dstPixelMap)) { in ScalePixelMap()
|
Completed in 17 milliseconds