Home | History | Annotate | Download | only in HAL

Lines Matching full:optimalheight

1690     int optimalWidth = 0, optimalHeight = 0;
1712 optimalHeight = THUMBNAIL_SIZES_MAP[i].height;
1716 if ((0 == optimalWidth) || (0 == optimalHeight)) {
1723 optimalHeight = height;
1731 set(KEY_JPEG_THUMBNAIL_HEIGHT, optimalHeight);