Home
last modified time | relevance | path

Searched refs:CenterScale (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp192 * @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 Dpost_proc.h41 bool CenterScale(const Size &size, PixelMap &pixelMap);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp391 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 Dpost_proc.cpp145 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 Dmedia_library_manager.cpp660 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 Dthumbnail_utils.cpp380 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 Dpixel_map.cpp858 if (!postProc.CenterScale(targetSize, dstPixelMap)) { in ScalePixelMap()

Completed in 17 milliseconds