Searched defs:destPixelMap (Results 1 – 4 of 4) sorted by relevance
31 std::shared_ptr<PixelMap> destPixelMap = nullptr; member
641 …ic uint32_t ImageConvert_YuvToRgb(OH_PixelmapNative *srcPixelMap, OH_PixelmapNative **destPixelMap, in ImageConvert_YuvToRgb()662 …ic uint32_t ImageConvert_RgbToYuv(OH_PixelmapNative *srcPixelMap, OH_PixelmapNative **destPixelMap, in ImageConvert_RgbToYuv()684 …PixelMapNative_ConvertPixelFormat(OH_PixelmapNative *srcPixelMap, OH_PixelmapNative **destPixelMap, in OH_PixelMapNative_ConvertPixelFormat()
716 uint32_t ImageFormatConvert::MakeDestPixelMap(std::shared_ptr<PixelMap> &destPixelMap, ImageInfo &s… in MakeDestPixelMap()766 uint32_t ImageFormatConvert::MakeDestPixelMapUnique(std::unique_ptr<PixelMap> &destPixelMap, ImageI… in MakeDestPixelMapUnique()
1750 std::shared_ptr<PixelMap> destPixelMap = nullptr; variable