Lines Matching defs:set

52  * The Camera class is used to set image capture settings, start/stop preview,
242 // Only set this when sound is forced; otherwise let native code
304 * <p>If this field is set to true, then a call of
305 * {@code enableShutterSound(false)} will be successful. If set to
606 * preview is necessary to take pictures. The same surface can be re-set
607 * without harm. Setting a preview surface will un-set any preview surface
608 * texture that was set via {@link #setPreviewTexture}.
618 * one exception is that if the preview surface is not set (or set to null)
620 * with a non-null parameter to set the preview surface. (This allows
646 * re-set without harm. Setting a preview surface texture will un-set any
647 * preview surface that was set via {@link #setPreviewDisplay}.
650 * one exception is that if the preview surface texture is not set (or set
652 * once with a non-null parameter to set the preview surface. (This allows
658 * SurfaceTexture set as the preview texture have an unspecified zero point,
954 * @param usage additional usage flags to set for the Allocation. The usage
956 * be set on the created Allocation, but additional flags may be provided
993 * set by {@link #setPreviewCallback setPreviewCallback} or
996 * preview target to be set, either with
1009 * <p>Once a preview allocation is set, the preview size set by
1014 * {@link #createPreviewAllocation createPreviewAllocation}, and set it as
1200 * <code>success</code> set to <code>true</code>.
1421 // If callback is not set, do not send me callbacks.
1533 * sound. If the shutter sound state cannot be set to the desired value,
1543 * is already set to the requested state.
1573 * is already set to the requested state.
1773 * If not supported, id will always be set to -1. The optional fields
1774 * are supported as a set. Either they are all valid, or none of them
1783 * value will always be set to null. The optional fields are supported
1784 * as a set. Either they are all valid, or none of them are.
1792 * value will always be set to null. The optional fields are supported
1793 * as a set. Either they are all valid, or none of them are.
1801 * value will always be set to null. The optional fields are supported
1802 * as a set. Either they are all valid, or none of them are.
2297 * Focus is set at infinity. Applications should not call
2331 * set.
2350 * starts when the parameter is set.
2412 * Order matters: Keys that are {@link #set(String, String) set} later
2413 * will take precedence over keys that are set earlier (if the two keys
2417 * conflicts with {@link #setPreviewFrameRate(int)} whichever key is set later
2473 * Creates a single string with all the parameters set in
2527 public void set(String key, String value) {
2546 public void set(String key, int value) {
2561 private void set(String key, List<Area> areas) {
2563 set(key, "(0,0,0,0,0)");
2582 set(key, buffer.toString());
2616 * preview ratio. If the display orientation is set to 0 or 180, preview
2617 * size should be set to 480x320. If the display orientation is set to
2618 * 90 or 270, preview size should be set to 320x480. The display
2631 set(KEY_PREVIEW_SIZE, v);
2679 * set the preview size to a value that is not larger than the
2698 * applications set both width and height to 0, EXIF will not contain
2709 set(KEY_JPEG_THUMBNAIL_WIDTH, width);
2710 set(KEY_JPEG_THUMBNAIL_HEIGHT, height);
2743 set(KEY_JPEG_THUMBNAIL_QUALITY, quality);
2762 set(KEY_JPEG_QUALITY, quality);
2783 set(KEY_PREVIEW_FRAME_RATE, fps);
2825 set(KEY_PREVIEW_FPS_RANGE, "" + min + "," + max);
2919 set(KEY_PREVIEW_FORMAT, s);
2968 set(KEY_PICTURE_SIZE, v);
3009 set(KEY_PICTURE_FORMAT, s);
3080 * JPEG {@link PictureCallback}. The camera driver may set orientation
3105 * orientation is 90. The rotation should be set to 0 (270 + 90).
3136 set(KEY_ROTATION, Integer.toString(rotation));
3150 set(KEY_GPS_LATITUDE, Double.toString(latitude));
3160 set(KEY_GPS_LONGITUDE, Double.toString(longitude));
3169 set(KEY_GPS_ALTITUDE, Double.toString(altitude));
3179 set(KEY_GPS_TIMESTAMP, Long.toString(timestamp));
3189 set(KEY_GPS_PROCESSING_METHOD, processing_method);
3235 set(KEY_WHITE_BALANCE, value);
3236 set(KEY_AUTO_WHITEBALANCE_LOCK, FALSE);
3277 set(KEY_EFFECT, value);
3314 set(KEY_ANTIBANDING, antibanding);
3368 set(KEY_SCENE_MODE, value);
3405 set(KEY_FLASH_MODE, value);
3445 set(KEY_FOCUS_MODE, value);
3513 set(KEY_EXPOSURE_COMPENSATION, value);
3554 * <p>If set to true, the camera auto-exposure routine will immediately
3555 * pause until the lock is set to false. Exposure compensation settings
3584 set(KEY_AUTO_EXPOSURE_LOCK, toggle ? TRUE : FALSE);
3622 * <p>If set to true, the camera auto-white balance routine will
3623 * immediately pause until the lock is set to false.</p>
3635 * will release the auto-white balance lock if it is set.</p>
3654 set(KEY_AUTO_WHITEBALANCE_LOCK, toggle ? TRUE : FALSE);
3712 set(KEY_ZOOM, value);
3728 * value that applications can set to {@link #setZoom(int)}.
3839 * dynamically. Apps can set the focus area list to {@code null} if they
3845 * area cannot be set to be outside the current field of view, even
3866 set(KEY_FOCUS_AREAS, focusAreas);
3907 * can set the metering area list to {@code null} if they want the
3913 * metering area cannot be set to be outside the current field of view,
3933 set(KEY_METERING_AREAS, meteringAreas);
3968 set(KEY_RECORDING_HINT, hint ? TRUE : FALSE);
3986 * <p>Applications can set shutter callback as null to avoid the shutter
3987 * sound. It is also recommended to set raw picture and post view
3993 * size is set higher than can be supported by video snapshot, the
4024 set(KEY_VIDEO_STABILIZATION, toggle ? TRUE : FALSE);