HomeSort by relevance Sort by last modified time
    Searched defs:quality (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 353 // We use numbers to represent the quality now. The quality definition is identical to
382 // Change jpeg quality {65,75,85} to {normal,fine,superfine}
383 String quality = pref.getString(KEY_JPEG_QUALITY, "85"); local
384 if (quality.equals("65")) {
385 quality = "normal";
386 } else if (quality.equals("75")) {
387 quality = "fine";
389 quality = "superfine";
391 editor.putString(KEY_JPEG_QUALITY, quality);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 48 private static final String QUALITY = "quality";
144 Uri selectedImageUri, Uri sourceImageUri, boolean doFlatten, int quality,
151 processIntent.putExtra(ProcessingService.QUALITY, quality);
199 int quality = intent.getIntExtra(QUALITY, 100); local
218 flatten, quality, sizeFactor, exit);
237 boolean flatten, int quality, float sizeFactor, boolean exit) {
254 preset, previewImage, flatten, quality, sizeFactor, exit)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 204 * @param quality
207 // TODO: why does this take disabled, its always called with a quality higher than
209 private void maybeEnableEncryption(int quality, boolean disabled) {
213 mEncryptionRequestQuality = quality;
221 Intent intent = getEncryptionInterstitialIntent(context, quality, required);
227 updateUnlockMethodAndFinish(quality, disabled);
265 int quality = intent.getIntExtra(LockPatternUtils.PASSWORD_TYPE_KEY, -1); local
266 if (quality == -1) {
267 // If caller didn't specify password quality, show UI and allow the user to choose.
268 quality = intent.getIntExtra(MINIMUM_QUALITY_KEY, -1)
    [all...]
  /bionic/libc/kernel/uapi/sound/
compress_params.h 177 __s32 quality; member in struct:snd_enc_vorbis
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RobustnessTest.java 1483 int quality = local
    [all...]
  /device/lge/hammerhead/kernel-headers/sound/
compress_params.h 205 __s32 quality; member in struct:snd_enc_vorbis
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_params.h 192 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
270 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
271 * In the default mode of operation, the quality level is 3.
272 * Normal quality range is 0 - 10.
276 * lower quality. It is primarily useful for streaming.
285 * For best quality users should specify VBR mode and set quality levels.
289 __s32 quality; member in struct:snd_enc_vorbis
321 * To make the API simpler, it is assumed that the user will select quality
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 2007 uint8_t *quality = (uint8_t *)POINTER_OF_PARAM( local
2013 uint8_t *quality = (uint8_t *)POINTER_OF_PARAM( local
    [all...]
  /external/kernel-headers/original/uapi/sound/
compress_params.h 174 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
247 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
248 * In the default mode of operation, the quality level is 3.
249 * Normal quality range is 0 - 10.
253 * lower quality. It is primarily useful for streaming.
262 * For best quality users should specify VBR mode and set quality levels.
266 __s32 quality; member in struct:snd_enc_vorbis
298 * To make the API simpler, it is assumed that the user will select quality
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1635 int quality = max_quality; local
    [all...]
  /external/webp/src/enc/
vp8l.c 486 int quality) {
503 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, 1,
559 int width, int height, int quality,
593 best_refs = VP8LGetBackwardReferences(width, height, argb, quality,
601 quality, histogram_bits, cache_bits,
649 quality);
740 int width, int height, int quality,
756 quality);
761 int quality,
767 VP8LColorSpaceTransform(width, height, ccolor_transform_bits, quality,
1009 const float quality = config->quality; local
1051 const int quality = (int)config->quality; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 1245 camcorder_quality quality = CAMCORDER_QUALITY_LOW; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 1494 int quality = newParams.getInt(CameraParameters::KEY_JPEG_THUMBNAIL_QUALITY); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 423 int quality = getKeyguardStoredPasswordQuality(userId); local
425 if (isLockPasswordEnabled(quality, userId)) {
426 // Quality is a password and a password exists. Return the quality.
427 return quality;
430 if (isLockPatternEnabled(quality, userId)) {
431 // Quality is a pattern and a pattern exists. Return the quality.
432 return quality;
573 * Compute the password quality from the given password string
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
compress_params.h 205 __s32 quality; member in struct:snd_enc_vorbis
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_params.h 192 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
270 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
271 * In the default mode of operation, the quality level is 3.
272 * Normal quality range is 0 - 10.
276 * lower quality. It is primarily useful for streaming.
285 * For best quality users should specify VBR mode and set quality levels.
289 __s32 quality; member in struct:snd_enc_vorbis
321 * To make the API simpler, it is assumed that the user will select quality
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_params.h 206 __s32 quality; member in struct:snd_enc_vorbis
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_params.h 193 * Define quality levels for FLAC encoders, from LEVEL0 (fast)
271 * @quality: Sets encoding quality to n, between -1 (low) and 10 (high).
272 * In the default mode of operation, the quality level is 3.
273 * Normal quality range is 0 - 10.
277 * lower quality. It is primarily useful for streaming.
286 * For best quality users should specify VBR mode and set quality levels.
290 __s32 quality; member in struct:snd_enc_vorbis
322 * To make the API simpler, it is assumed that the user will select quality
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 5859 int quality = 0; local
    [all...]
  /external/opencv/ml/include/
ml.h 656 float quality; member in struct:CvDTreeSplit
785 int split_point, int inversed, float quality );
786 virtual CvDTreeSplit* new_split_cat( int vi, float quality );
    [all...]
  /external/webrtc/src/
common_types.h 390 // quality.
453 char quality; member in struct:webrtc::VideoCodecH263
494 char quality; member in struct:webrtc::VideoCodecH264
557 unsigned int qpMax; // minimum quality
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 5671 int8_t quality = local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 2751 int quality = params.getInt(QCameraParameters::KEY_JPEG_QUALITY); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 2409 Integer quality = (Integer)map.get(MediaFormat.KEY_QUALITY); local
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 75 int quality; member in struct:VssProcSharpenParameterBuffer
103 enum VssFrcQuality quality; member in struct:VssProcFrcParameterBuffer
602 uint32_t quality; member in struct:VssVp8encEncodedFrame

Completed in 1965 milliseconds

1 2 34 5 6 7 8 910