Lines Matching defs:frameWidth
226 int frameWidth, frameHeight;
288 frameWidth = 640;
366 frameWidth = (int)width;
371 if (userMode == -1 && (frameWidth > 0 || frameHeight > 0))
387 if ((int)width == frameWidth || (int)height == frameHeight)
664 return frameWidth ? frameWidth : frameHeight*4 / 3;
666 return frameHeight ? frameHeight : frameWidth*3 / 4;
712 frameWidth = cvRound(value);
718 frameWidth = 0;