Home | History | Annotate | Download | only in camera

Lines Matching refs:quality

1820         // Set JPEG quality.
2261 * Provide a mapping for Jpeg encoding quality levels
2276 // Retrieve and return the Jpeg encoding quality number
2277 // for the given quality level.
2279 Integer quality = mHashMap.get(jpegQuality);
2280 if (quality == null) {
2281 Log.w(TAG, "Unknown Jpeg quality: " + jpegQuality);
2284 return CameraProfile.getJpegEncodingQualityParameter(quality.intValue());