Searched refs:GetValidAlphaTypeByFormat (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_utils_test.cpp | 372 * @tc.desc: ImageUtils::GetValidAlphaTypeByFormat 375 HWTEST_F(ImageUtilsTest, GetValidAlphaTypeByFormat, TestSize.Level3) in HWTEST_F() 377 GTEST_LOG_(INFO) << "ImageUtilsTest: GetValidAlphaTypeByFormat start"; in HWTEST_F() 381 auto ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); in HWTEST_F() 385 ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); in HWTEST_F() 389 ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); in HWTEST_F() 393 ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); in HWTEST_F() 395 GTEST_LOG_(INFO) << "ImageUtilsTest: GetValidAlphaTypeByFormat end"; in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_utils.h | 42 static AlphaType GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_utils.cpp | 284 AlphaType ImageUtils::GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format) in GetValidAlphaTypeByFormat() function in OHOS::Media::ImageUtils 318 IMAGE_LOGE("GetValidAlphaTypeByFormat unsupport the format(%{public}d).", format); in GetValidAlphaTypeByFormat()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 427 dstAlphaType = ImageUtils::GetValidAlphaTypeByFormat(dstAlphaType, dstPixelFormat); in Create() 650 dstAlphaType = ImageUtils::GetValidAlphaTypeByFormat(dstAlphaType, dstPixelFormat); in Create() 1729 AlphaType dstAlphaType = ImageUtils::GetValidAlphaTypeByFormat(GetAlphaType(), format); in ResetConfig() 1745 AlphaType type = ImageUtils::GetValidAlphaTypeByFormat(alphaType, imageInfo_.pixelFormat); in SetAlphaType()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 693 dstImageInfo.alphaType = ImageUtils::GetValidAlphaTypeByFormat(dstImageInfo.alphaType, dstImageInfo.pixelFormat); in HasPixelConvert()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2667 dstImageInfo.alphaType = ImageUtils::GetValidAlphaTypeByFormat(dstImageInfo.alphaType, dstImageInfo.pixelFormat);
|
Completed in 15 milliseconds