/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 | 34 * needs to own the camera to do things like zoom, the media recorder cannot 55 * 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
|
/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
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlBar.java | 103 // Layout the zoom control if required. 119 // We also disable the zoom button during snapshot.
|
ZoomControlWheel.java | 32 * A view that contains camera zoom control and its layout. In addition to the 33 * zoom control, the method {@link #rotate} is added for rotation animation 100 // zoom control is active. So we take care of the following events
|
/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/skia/gm/ |
internal_links.cpp | 17 * "Target A". Note that you'll need to zoom your PDF viewer in a fair bit in
|
/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. */
|
/external/libexif/libexif/canon/ |
mnote-canon-tag.c | 65 {MNOTE_CANON_TAG_SETTINGS_1, 11, N_("Digital Zoom")}, 86 {MNOTE_CANON_TAG_SETTINGS_1, 35, N_("Zoom Source Width")}, 87 {MNOTE_CANON_TAG_SETTINGS_1, 36, N_("Zoom Target Width")},
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 44 {MNOTE_PENTAX_TAG_ZOOM, "Zoom", N_("Zoom"), NULL}, 89 {MNOTE_PENTAX2_TAG_DIGITAL_ZOOM, "DigitalZoom", N_("Digital Zoom"), ""},
|
/external/pdfium/testing/resources/javascript/ |
document_props_expected.txt | 31 Alert: this.zoom is undefined undefined 64 Alert: this.zoom = 3; yields 3 96 Alert: this.zoom is undefined undefined
|
/external/skia/samplecode/ |
SampleQuadStroker.cpp | 244 void setWHZ(int width, int height, int zoom) { 245 fZoom = zoom; 246 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom)); 247 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom)); 248 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom); 250 0xFFCCCCCC, 0xFFFFFFFF, zoom)); 254 info = info.makeWH(width * zoom, height * zoom) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 476 // ---- Zoom Controls ---- 502 mZoomFitButton.setToolTipText("Zoom to Fit (0)"); 512 mZoomResetButton.setToolTipText("Reset Zoom to 100% (1)"); 521 // Group zoom in/out separately 525 mZoomOutButton.setToolTipText("Zoom Out (-)"); 535 mZoomInButton.setToolTipText("Zoom In (+)"); 659 * @param direction +1 for zoom in, -1 for zoom out 671 // Some operations are faster if the zoom is EXACTLY 1.0 rather than ALMOST 1.0. 675 // If you zoom out 10 times and then back in 10 times, small rounding errors mea [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 56 /* no zoom */ 104 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local 188 if (zoom) { 252 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local 329 if (zoom) 354 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local 422 if (zoom) {
|
/packages/apps/UnifiedEmail/assets/ |
script.js | 133 // Check if given divs are empty (in appearance), and disable zoom if so. 163 contentValues.push(metaViewport.getAttribute("data-zoom-off")); 165 contentValues.push(metaViewport.getAttribute("data-zoom-on")); 190 oldZoom = el.style.zoom; 193 el.style.zoom = 1; 204 outerZoom = outerDiv ? outerDiv.style.zoom : 1; 206 el.style.zoom = newZoom / outerZoom; 529 * so we need to inspect and adjust the enclosing element's zoom level where necessary. 531 * Because this method can be called really often, and zoom-level adjustment is slow, 617 // N.B. offsetTop and offsetHeight of an element with the "zoom:" style applied cannot b [all...] |
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_intf.h | 73 uint8_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */ 74 int zoom_ratio_tbl[MAX_ZOOMS_CNT]; /* zoom ratios table */ 166 uint8_t zoom_supported; /* flag if zoom is supported */ 167 uint8_t smooth_zoom_supported; /* flag if smooth zoom is supported */ 174 uint8_t max_zoom_step; /* max zoom step value */ 306 /* opti Zoom info */ [all...] |
/hardware/ti/omap4-aah/camera/ |
CameraParameters.cpp | 67 const char CameraProperties::SUPPORTED_ZOOM_RATIOS[] = "prop-zoom-ratios"; 68 const char CameraProperties::SUPPORTED_ZOOM_STAGES[] = "prop-zoom-stages"; 70 const char CameraProperties::SMOOTH_ZOOM_SUPPORTED[] = "prop-smooth-zoom-supported"; 71 const char CameraProperties::ZOOM_SUPPORTED[] = "prop-zoom-supported"; 75 const char CameraProperties::ZOOM[] = "prop-zoom-default";
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 91 Log.i(TAG, "Starting zoom-in animation..."); 120 Log.i(TAG, "Starting modern-zoom-in animation..."); 147 Log.i(TAG, "Starting thumbnail-zoom animation...");
|
/docs/source.android.com/src/devices/camera/ |
camera3_crop_reprocess.jd | 53 <p>Cropping of the full pixel array (for digital zoom and other use cases where a 56 which is critical for implementing smooth digital zoom.</p> 64 the maximum supported zoom factor. Therefore, the minimum crop region width and
|
/hardware/ti/omap4-aah/camera/inc/ |
BaseCameraAdapter.h | 124 //Should be implemented by deriving classes in order to start smooth zoom 127 //Should be implemented by deriving classes in order to stop smooth zoom 130 //Should be implemented by deriving classes in order to stop smooth zoom
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 111 //Should be implemented by deriving classes in order to start smooth zoom 114 //Should be implemented by deriving classes in order to stop smooth zoom 117 //Should be implemented by deriving classes in order to stop smooth zoom
|
/packages/apps/Camera/tests/src/com/android/camera/activity/ |
CameraTestCase.java | 237 "zoom-supported=true;zoom-ratios=100,200,400;max-zoom=2;" +
|