Home
last modified time | relevance | path

Searched refs:MakeImageInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp434 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRGBX()
439 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRGBX()
466 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRgbA()
471 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRgbA()
498 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformBGRX()
503 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformBGRX()
530 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformBGRA()
535 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformBGRA()
562 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformBgrA()
567 const ImageInfo dstInfo = MakeImageInfo(pixelMa in DoTransformBgrA()
780 ImageInfo WebpEncoder::MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpace cs) MakeImageInfo() function in OHOS::ImagePlugin::WebpEncoder
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_encoder.h63 static Media::ImageInfo MakeImageInfo(int width, int height, Media::PixelFormat pf, Media::AlphaType at,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dpixel_map_utils.h160 static ImageInfo MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpace cs = ColorSpace::SRGB) in MakeImageInfo() function
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp116 static ImageInfo MakeImageInfo(const Size &size, PixelFormat format, AlphaType alphaType, in MakeImageInfo() function
160 ImageInfo imageinfo = MakeImageInfo(context.outInfo.size, context.pixelFormat, in CreatePixelMapByContext()
H A Dpicture.cpp174 static ImageInfo MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpace cs) in MakeImageInfo() function
272 ImageInfo imageInfo = MakeImageInfo(surfaceBuffer->GetWidth(), in SurfaceBuffer2PixelMap()
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp207 SkImageInfo MakeImageInfo(const PixelDecodeOptions &opts) in MakeImageInfo() function
615 auto imageInfo = MakeImageInfo(opts_); in DoDecode()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp423 ImageInfo srcImageInfo = MakeImageInfo(info.width_, opts.size.height, format, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); in Create()
428 ImageInfo dstImageInfo = MakeImageInfo(opts.size.width, opts.size.height, dstPixelFormat, dstAlphaType); in Create()
651 ImageInfo dstImageInfo = MakeImageInfo(opts.size.width, opts.size.height, dstPixelFormat, dstAlphaType); in Create()
1597 ImageInfo dstImageInfo = MakeImageInfo(imageInfo_.size.width, imageInfo_.size.height, PixelFormat::ARGB_8888, in ReadARGBPixels()
1679 MakeImageInfo(region.width, region.height, PixelFormat::BGRA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); in ReadPixels()
1700 MakeImageInfo(PER_PIXEL_LEN, PER_PIXEL_LEN, PixelFormat::BGRA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); in ReadPixel()
1734 ImageInfo dstInfo = MakeImageInfo(size.width, size.height, format, dstAlphaType); in ResetConfig()
1781 MakeImageInfo(PER_PIXEL_LEN, PER_PIXEL_LEN, PixelFormat::BGRA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); in WritePixel()
1819 MakeImageInfo(region.width, region.height, PixelFormat::BGRA_8888, AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL); in WritePixels()
1893 MakeImageInfo(imageInfo in WritePixels()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_encoder_test.cpp711 encoder.MakeImageInfo(width, height, pf, at, cs); in HWTEST_F()

Completed in 11 milliseconds