HomeSort by relevance Sort by last modified time
    Searched full:zoom (Results 76 - 100 of 921) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 96 * Stores the zoom level set via the {@link VideoCall#setZoom(float)} API for retrieval using
99 * @param value The camera zoom.
199 * Retrieves the last zoom sent to the provider.
201 * @return the zoom.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasTransform.java 40 /** Canvas image size (original, before zoom), in pixels. */
43 /** Full size being scrolled (after zoom), in pixels */
104 * Returns Canvas image size (original, before zoom), in pixels.
106 * @return Canvas image size (original, before zoom), in pixels
  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 347 * Whether the camera supports zoom.
352 * The maximum zoom supported by the camera.
368 * supports zoom.
372 * @param zoomSupported True when camera supports zoom.
373 * @param maxZoom Maximum zoom supported by camera.
452 * Whether the camera supports zoom.
460 * The maximum zoom supported by the camera.
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 207 * Calculates sensor crop region for a zoom level (zoom >= 1.0).
211 public static Rect cropRegionForZoom(CameraCharacteristics characteristics, float zoom) {
215 int xDelta = (int) (0.5f * sensor.width() / zoom);
216 int yDelta = (int) (0.5f * sensor.height() / zoom);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestVideoProvider.java 136 * Sets the zoom value, creating a new CallCameraCapabalities object. If the zoom value is
137 * non-positive, assume that zoom is not supported.
141 log("Set zoom to " + value);
174 * Returns a CallCameraCapabilities object without supporting zoom.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 38 * indicators including the zoom, camera picker, flash and second-level control.
51 // first-level. For consistency, we treat the zoom control as one of the
211 // Skip the first component if it is zoom control, as we will
240 // It must be for zoom control if the touch event is in the visible
268 // Check if the touch event is for zoom control.
290 // touch from the zoom control to one of them.
322 // We also need to rotate the zoom control wheel as well.
447 // And skip the zoom control which index is zero.
520 // We also disable the zoom button during snapshot.
IndicatorControlBar.java 103 // Layout the zoom control if required.
119 // We also disable the zoom button during snapshot.
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 265 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; local
284 if (zoom) {
311 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; local
321 && !zoom
341 && !zoom
391 if (zoom) {
416 const GLboolean zoom = ctx->Pixel.ZoomX!=1.0 || ctx->Pixel.ZoomY!=1.0; local
479 if (zoom) {
544 * and pixel zoom.
559 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0 local
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 319 /** Zoom **/
322 * @return The current zoom ratio. The min is 1.0f.
329 * Sets the zoom ratio.
330 * @param ratio The new zoom ratio. Should be in the range between 1.0 to
366 * for the devices rotation---but not the zoom level---before
412 * the devices rotation---but not the zoom level---before being
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 54 const char CameraProperties::SUPPORTED_ZOOM_RATIOS[] = "prop-zoom-ratios";
55 const char CameraProperties::SUPPORTED_ZOOM_STAGES[] = "prop-zoom-stages";
57 const char CameraProperties::SMOOTH_ZOOM_SUPPORTED[] = "prop-smooth-zoom-supported";
58 const char CameraProperties::ZOOM_SUPPORTED[] = "prop-zoom-supported";
62 const char CameraProperties::ZOOM[] = "prop-zoom-default";
  /external/ceres-solver/internal/ceres/
line_search.cc 374 // Wolfe conditions, thus no Zoom required.
389 << "Starting line search zoom phase with bracket_low: "
395 // Wolfe Zoom phase: Called when the Bracketing phase finds an interval of
398 // conditions). Zoom successively decreases the size of the interval until a
442 // - A valid point, defined as a bracket of zero width [zoom not required].
443 // - A valid bracket (of width > tolerance), [zoom required].
449 // and should thus be used [zoom not required].
516 // valid termination point, therefore a Zoom not required.
626 // Ensure that even if a valid bracket was found, we will only mark a zoom
650 << "Ceres bug: f_low input to Wolfe Zoom invalid, please contact
    [all...]
  /frameworks/av/include/camera/
CameraParameters.h 291 // matter what the zoom level is, (-1000,-1000) represents the top of the
293 // outside the current field of view, even when using zoom.
393 // No matter what the zoom level is, (-1000,-1000) represents the top of the
395 // outside the current field of view, even when using zoom.
401 // Current zoom value.
404 // Maximum zoom value.
407 // The zoom ratios of all zoom values. The zoom ratio is in 1/100
408 // increments. Ex: a zoom of 3.2x is returned as 320. The number of lis
    [all...]
ICameraRecordingProxy.h 35 * needs to own the camera to do things like zoom, the media recorder cannot
56 * things like zoom. The media recorder receives the video frames from the
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 33 zoom in to show more detail. All of the zooming and animation logic is in
69 To achieve the "zoom" animation, this view's bounds are animated from the
  /external/v8/test/mjsunit/harmony/
reflect-enumerate.js 45 assertArrayEquals(["x", "y", "zoom"], props({x:1, y:2, zoom:3}), "xyzoom");
  /frameworks/base/core/java/android/webkit/
WebSettings.java 51 * It is recommended to enable zoom support {@link #setSupportZoom} when
241 * Sets whether the WebView should support zooming using its on-screen zoom
242 * controls and gestures. The particular zoom mechanisms that should be used
247 * @param support whether the WebView should support zoom
252 * Gets whether the WebView supports zoom.
254 * @return true if the WebView supports zoom
276 * Sets whether the WebView should use its built-in zoom mechanisms. The
277 * built-in zoom mechanisms comprise on-screen zoom controls, which are
282 * The built-in mechanisms are the only currently supported zoom
    [all...]
  /frameworks/base/docs/html/training/maps/
index.jd 49 zoom, and pan properties of the "camera" perspective of the map. <a class="external-link" href=
56 360-degree views. Programmatically control the zoom and orientation (tilt and bearing) of the
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 35 * A sample showing how to zoom an image thumbnail to full-screen, by animating the bounds of the
103 * <li>Zoom back out by running the reverse animation on click.</li>
106 * @param thumbView The thumbnail view to zoom in.
191 // Upon clicking the zoomed-in image, it should zoom back down to the original bounds
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ecs/
test_connection.py 45 <Title>Canon PowerShot S400 4MP Digital Camera w/ 3x Optical Zoom</Title>
  /external/opencv3/doc/tutorials/imgproc/pyramids/
pyramids.markdown 19 -# *Upsize* the image (zoom in) or
20 -# *Downsize* it (zoom out).
114 printf( "** Zoom In: Image x 2 \n" );
118 printf( "** Zoom Out: Image / 2 \n" );
  /external/skia/gm/
internal_links.cpp 17 * "Target A". Note that you'll need to zoom your PDF viewer in a fair bit in
  /frameworks/base/docs/html-intl/intl/ru/preview/
behavior-changes.jd 24 <li><a href="#screen-zoom">??????????????? ??????</a></li>
219 <h3 id="screen-zoom">??????????????? ??????</h3>
232 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" />
235 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
  /frameworks/base/docs/html-intl/intl/zh-tw/preview/
behavior-changes.jd 24 <li><a href="#screen-zoom">????</a></li>
219 <h3 id="screen-zoom">????</h3>
232 <img src="{@docRoot}preview/images/screen-zoom-1.png" alt="" height="XXX" id="figure1" />
235 <img src="{@docRoot}preview/images/screen-zoom-2.png" alt="" height="XXX" id="figure1" />
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentModuleUI.java 187 * Enables zoom UI, setting maximum zoom.
190 * @param maxZoom maximum zoom value.
275 /** Set up listener to receive zoom changes from View and send to module. */
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svgpan.go 1 // SVG pan and zoom library.
20 * You can configure the behaviour of the pan/zoom/drag with the variables
39 * Updated the zoom code to support the mouse wheel on Safari/Chrome
192 var z = 1 + delta; // Zoom factor: 0.9/1.1

Completed in 4752 milliseconds

1 2 34 5 6 7 8 91011>>