Home | History | Annotate | Download | only in HAL

Lines Matching full:optimalheight

1464     int optimalWidth = 0, optimalHeight = 0;
1486 optimalHeight = THUMBNAIL_SIZES_MAP[i].height;
1490 if ((0 == optimalWidth) || (0 == optimalHeight)) {
1497 optimalHeight = height;
1505 set(KEY_JPEG_THUMBNAIL_HEIGHT, optimalHeight);