Lines Matching refs:height
187 int height; // Number of pixels.
205 Construct(format.width, format.height, format.interval, format.fourcc);
210 height = h;
235 return width == format.width && height == format.height &&
247 height < format.height) ||
249 height == format.height && interval > format.interval);
254 // Check if both width and height are 0.
255 bool IsSize0x0() const { return 0 == width && 0 == height; }
260 return width * height * framerate() <
261 format.width * format.height * format.framerate();
264 // Get a string presentation in the form of "fourcc width x height x fps"