Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp311 if (srcPiexlMap == nullptr) { in ConvertImageFormat()
319 PixelFormat srcFormat = srcPiexlMap->GetPixelFormat(); in ConvertImageFormat()
544 srcPiexlMap->GetImageInfo(imageInfo); in RGBConvertImageFormatOption()
549 auto allocType = srcPiexlMap->GetAllocatorType(); in RGBConvertImageFormatOption()
555 int32_t stride = srcPiexlMap->GetRowStride(); in RGBConvertImageFormatOption()
595 srcPiexlMap->GetImageInfo(imageInfo); in RGBConvertImageFormatOptionUnique()
600 auto allocType = srcPiexlMap->GetAllocatorType(); in RGBConvertImageFormatOptionUnique()
606 int32_t stride = srcPiexlMap->GetRowStride(); in RGBConvertImageFormatOptionUnique()
638 auto allocType = srcPiexlMap->GetAllocatorType(); in GetAllocatorType()
655 srcPiexlMap->GetImageYUVInfo(yDInfo); in YUVConvertImageFormatOption()
[all …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h48 …static uint32_t ConvertImageFormat(std::shared_ptr<PixelMap> &srcPiexlMap, PixelFormat destFormat);
51 static uint32_t RGBConvertImageFormatOptionUnique(std::unique_ptr<PixelMap> &srcPiexlMap,
57 …static uint32_t YUVConvertImageFormatOption(std::shared_ptr<PixelMap> &srcPiexlMap, const PixelFor…
68 static uint32_t RGBConvertImageFormatOption(std::shared_ptr<PixelMap> &srcPiexlMap,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp1762 std::shared_ptr<PixelMap> srcPiexlMap = std::make_shared<PixelMap>(); variable
1765 EXPECT_EQ(ImageFormatConvert::YUVConvertImageFormatOption(srcPiexlMap, srcFormat, destFormat),
1769 EXPECT_EQ(ImageFormatConvert::YUVConvertImageFormatOption(srcPiexlMap, srcFormat, destFormat),