Searched defs:Size (Results 1 – 3 of 3) sorted by relevance
22 public class Size { class26 public Size(int width, int height) { in Size() method in Size
53 static std::vector<bytes_t> UnpackPackets(const uint8_t *Data, size_t Size) { in UnpackPackets()
22 class Size(namedtuple('Size', ['width', 'height'])): class