Home | History | Annotate | Download | only in camera

Lines Matching refs:oldWidth

346             int oldWidth, oldHeight;
347 mParameters.getPreviewSize(&oldWidth, &oldHeight);
398 if ( ( oldWidth != w ) || ( oldHeight != h ) ) {