Home | History | Annotate | Download | only in camera

Lines Matching defs:oldWidth

563         int oldWidth, oldHeight;
564 mParameters.getPreviewSize(&oldWidth, &oldHeight);
565 if ( ( oldWidth != w ) || ( oldHeight != h ) )