Home
last modified time | relevance | path

Searched refs:pixelMapStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/
H A Dans_image_util_unit_test.cpp163 std::string pixelMapStr = "101"; variable
164 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
183 std::string pixelMapStr = ""; variable
184 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
203 std::string pixelMapStr = "101"; variable
204 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
223 std::string pixelMapStr = "101"; variable
224 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
243 std::string pixelMapStr = "101"; variable
244 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp66 std::string pixelMapStr(reinterpret_cast<char*>(pbuf), static_cast<size_t>(packedSize)); in PackImage()
70 return BinToHex(pixelMapStr); in PackImage()
73 std::shared_ptr<Media::PixelMap> AnsImageUtil::UnPackImage(const std::string &pixelMapStr, const st… in UnPackImage() argument
75 if (pixelMapStr.empty()) { in UnPackImage()
79 auto binStr = HexToBin(pixelMapStr); in UnPackImage()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_image_util.h49 static std::shared_ptr<Media::PixelMap> UnPackImage(const std::string &pixelMapStr,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp599 std::string pixelMapStr = "_pixelMap_w" + std::to_string(pixelMap->GetWidth()) + in GetPixelMapName() local
620 std::string pixelMapStr = "_pixelMap_w" + std::to_string(pixelMap->GetWidth()) + in GetPixelMapName() local
630 return pixelMapStr; in GetPixelMapName()