am 555123e9: Restore the support for SQVGA (bug 1901755)

Merge commit '555123e9f23a8e04aa51f1715faccd7af6c661b0'

* commit '555123e9f23a8e04aa51f1715faccd7af6c661b0':
  Restore the support for SQVGA (bug 1901755)
This commit is contained in:
James Dong 2009-06-05 21:17:52 -07:00 committed by The Android Open Source Project
commit f98b50d17f

View File

@ -118,6 +118,7 @@ static preview_size_type preview_sizes[] = {
{ 480, 320 }, // HVGA
{ 352, 288 }, // CIF
{ 320, 240 }, // QVGA
{ 240, 160 }, // SQVGA
{ 176, 144 }, // QCIF
};