Searched defs:EncodedResolution (Results 1 – 1 of 1) sorted by relevance
28 struct EncodedResolution { struct29 bool empty() const { return width == 0 && height == 0; } in empty()53 virtual EncodedResolution resolution() const = 0; argument