Searched refs:pixelMapStr (Results 1 – 4 of 4) sorted by relevance
163 std::string pixelMapStr = "101"; variable164 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);183 std::string pixelMapStr = ""; variable184 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);203 std::string pixelMapStr = "101"; variable204 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);223 std::string pixelMapStr = "101"; variable224 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);243 std::string pixelMapStr = "101"; variable244 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);[all …]
66 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() argument75 if (pixelMapStr.empty()) { in UnPackImage()79 auto binStr = HexToBin(pixelMapStr); in UnPackImage()
49 static std::shared_ptr<Media::PixelMap> UnPackImage(const std::string &pixelMapStr,
599 std::string pixelMapStr = "_pixelMap_w" + std::to_string(pixelMap->GetWidth()) + in GetPixelMapName() local620 std::string pixelMapStr = "_pixelMap_w" + std::to_string(pixelMap->GetWidth()) + in GetPixelMapName() local630 return pixelMapStr; in GetPixelMapName()