Home | History | Annotate | Download | only in src

Lines Matching defs:frameHeight

226     int frameWidth, frameHeight;
289 frameHeight = 480;
367 frameHeight = (int)height;
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;
713 frameHeight = 0;
719 frameHeight = cvRound(value);