Home
last modified time | relevance | path

Searched refs:GetValidAlphaTypeByFormat (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_utils_test.cpp372 * @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 Dimage_utils.h42 static AlphaType GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp284 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 Dpixel_map.cpp427 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 Dpost_proc.cpp693 dstImageInfo.alphaType = ImageUtils::GetValidAlphaTypeByFormat(dstImageInfo.alphaType, dstImageInfo.pixelFormat); in HasPixelConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2667 dstImageInfo.alphaType = ImageUtils::GetValidAlphaTypeByFormat(dstImageInfo.alphaType, dstImageInfo.pixelFormat);

Completed in 15 milliseconds