Lines Matching refs:old_height
1480 int old_width = 0, old_height = 0; in setPreviewSize() local
1482 CameraParameters::getPreviewSize(&old_width, &old_height); in setPreviewSize()
1489 if (width != old_width || height != old_height) { in setPreviewSize()
1515 if (width != old_width || height != old_height) { in setPreviewSize()
1543 int old_width, old_height; in setPictureSize() local
1544 CameraParameters::getPictureSize(&old_width, &old_height); in setPictureSize()
1553 (width != old_width || height != old_height)) { in setPictureSize()
1569 (width != old_width || height != old_height)) { in setPictureSize()
1599 if (width != old_width || height != old_height) { in setPictureSize()
1687 int old_width, old_height; in setVideoSize() local
1688 CameraParameters::getVideoSize(&old_width, &old_height); in setVideoSize()
1704 (width != old_width || height != old_height)) { in setVideoSize()
1719 if (width != old_width || height != old_height) { in setVideoSize()