Home
last modified time | relevance | path

Searched refs:MakeDestPixelMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h62 … static uint32_t MakeDestPixelMap(std::shared_ptr<PixelMap> &destPixelMap, ImageInfo &srcImageinfo,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp578 auto ret = MakeDestPixelMap(srcPiexlMap, imageInfo, destInfo, m->extend.data); in RGBConvertImageFormatOption()
690 auto ret = MakeDestPixelMap(srcPiexlMap, imageInfo, destInfo, m->extend.data); in YUVConvertImageFormatOption()
716 uint32_t ImageFormatConvert::MakeDestPixelMap(std::shared_ptr<PixelMap> &destPixelMap, ImageInfo &s… in MakeDestPixelMap() function in OHOS::Media::ImageFormatConvert
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp1754 EXPECT_EQ(ImageFormatConvert::MakeDestPixelMap(destPixelMap, info, destInfo, nullptr),