Lines Matching refs:old_height
1515 int old_width = 0, old_height = 0; in setPreviewSize() local
1517 CameraParameters::getPreviewSize(&old_width, &old_height); in setPreviewSize()
1524 if (width != old_width || height != old_height) { in setPreviewSize()
1550 if (width != old_width || height != old_height) { in setPreviewSize()
1578 int old_width, old_height; in setPictureSize() local
1579 CameraParameters::getPictureSize(&old_width, &old_height); in setPictureSize()
1588 (width != old_width || height != old_height)) { in setPictureSize()
1604 (width != old_width || height != old_height)) { in setPictureSize()
1634 if (width != old_width || height != old_height) { in setPictureSize()
1722 int old_width, old_height; in setVideoSize() local
1723 CameraParameters::getVideoSize(&old_width, &old_height); in setVideoSize()
1739 (width != old_width || height != old_height)) { in setVideoSize()
1754 if (width != old_width || height != old_height) { in setVideoSize()