Searched defs:oldHeight (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp563 int oldWidth, oldHeight; local
564 mParameters.getPreviewSize(&oldWidth, &oldHeight);
565 if ( ( oldWidth != w ) || ( oldHeight != h ) )
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp346 int oldWidth, oldHeight; local
347 mParameters.getPreviewSize(&oldWidth, &oldHeight);
398 if ( ( oldWidth != w ) || ( oldHeight != h ) ) {

Completed in 131 milliseconds