Home | History | Annotate | Download | only in camera

Lines Matching full:whitebalance

351         int whitebalance = exif.getAttributeInt(ExifInterface.TAG_WHITE_BALANCE, -1);
352 if (whitebalance == -1) return "";
354 switch (whitebalance) {