Home | History | Annotate | Download | only in base

Lines Matching refs:height

219   os << "VideoCodec[" << id << ":" << name << ":" << width << ":" << height
227 int height,
232 height(height),
239 height(0),
243 VideoCodec::VideoCodec() : Codec(), width(0), height(0), framerate(0) {
252 height = c.height;
258 return width == c.width && height == c.height && framerate == c.framerate &&
295 if (width <= 0 || height <= 0) {