HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 526 - 550 of 1839) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 396 Bitmap preview = decodePreview(source, previewSize); local
397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
398 mPreview = new BitmapTexture(preview);
401 "Failed to create preview of apropriate size! "
404 preview.getWidth(), preview.getHeight()));
  /prebuilts/devtools/repository/
sdk-repository-07.xsd 74 a "full revision" element with <major>, <minor>, <micro> and <preview> sub-elements.
76 <revision> -> <preview> and is only for <tool> and <platform-tool> packages.
111 <!-- The optional codename for this platform, if it's a preview. -->
184 <!-- The optional codename for this platform, if it's a preview. -->
244 <!-- The optional codename for this platform, if it's a preview. -->
280 <!-- The full revision (major.minor.micro.preview), incremented each
316 <!-- The full revision (major.minor.micro.preview), incremented each
350 <!-- The optional codename for this doc, if it's a preview. -->
387 <!-- The optional codename for this doc, if it's a preview. -->
539 <!-- A full revision, with a major.minor.micro and an optional preview number
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 463 //Start preview after capture.
511 sprintf(fn, "/sdcard/preview%03d.yuv", counter);
566 printf("PREVIEW Callback 0x%x", ( unsigned int ) mem->pointer());
593 //Start preview after capture.
780 printf("\n\r\tSupported Preview Sizes: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES));
781 printf("\n\r\tSupported Preview Formats: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS));
782 printf("\n\r\tSupported Preview Frame Rates: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES));
963 printf("error while configuring preview surface\n");
1077 printf("Error while creating preview surface\n");
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 571 //Start preview after capture.
620 sprintf(fn, "%s/preview%03d.yuv", images_dir_path, counter);
675 printf("PREVIEW Callback 0x%x", ( unsigned int ) mem->pointer());
705 // Restart preview if taking a single capture
834 printf("Preview exposure: %6d Preview gain: %4d\n",
921 printf("\n\r\tSupported Preview Sizes: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES));
922 printf("\n\r\tSupported Preview Formats: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS));
923 printf("\n\r\tSupported Preview Frame Rates: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES));
934 printf("\n\r\tSupported Preview FPS Range: %s", params.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE))
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2AgentImpl.java 202 // Available from the beginning of PREVIEW_ACTIVE until the first preview frame arrives:
305 Log.w(TAG, "Refusing to start preview at inappropriate time");
317 Log.w(TAG, "Unable to start preview", ex);
325 // CameraProxy) so that the preview/photo sizes can be
326 // changed again while no preview is running.
330 Log.w(TAG, "Refusing to stop preview at inappropriate time");
383 // We only support locking the focus while a preview is being displayed.
393 Log.w(TAG, "Ignoring attempt to autofocus without preview");
400 // just start checking the repeating preview requests as they complete.
466 Log.w(TAG, "Ignoring attempt to release focus lock without preview");
    [all...]
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 89 * An {@link AutoFitTextureView} for camera preview.
105 * preview.
140 * The {@link android.util.Size} of camera preview.
150 * Camera preview.
247 // Collect the supported resolutions that are at least as big as the preview Surface
262 Log.e(TAG, "Couldn't find any suitable preview size");
424 // Choose the sizes for camera preview and video recording
473 * Start the camera preview.
519 * Update the camera preview. {@link #startPreview()} needs to be called in advance.
541 * This method should not to be called until the camera preview size is determined i
    [all...]
  /frameworks/av/camera/
CameraParameters.cpp 28 const char CameraParameters::KEY_PREVIEW_SIZE[] = "preview-size";
29 const char CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES[] = "preview-size-values";
30 const char CameraParameters::KEY_PREVIEW_FORMAT[] = "preview-format";
31 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS[] = "preview-format-values";
32 const char CameraParameters::KEY_PREVIEW_FRAME_RATE[] = "preview-frame-rate";
33 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES[] = "preview-frame-rate-values";
34 const char CameraParameters::KEY_PREVIEW_FPS_RANGE[] = "preview-fps-range";
35 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE[] = "preview-fps-range-values";
87 const char CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO[] = "preferred-preview-size-for-video";
492 ALOGW("%s: No supported preview formats.", __FUNCTION__)
    [all...]
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java 175 * Camera state: Showing camera preview.
188 * but the orientation of the has changed, and thus the preview rotation must be updated.
224 * An {@link AutoFitTextureView} for camera preview.
262 * A {@link CameraCaptureSession } for camera preview.
272 * The {@link Size} of camera preview.
321 * {@link CaptureRequest.Builder} for the camera preview
348 // This method is called when the camera is opened. We start camera preview here if
355 // Start the preview session if the TextureView has been set up already.
418 * A {@link CameraCaptureSession.CaptureCallback} that handles events for the preview and
428 // We have nothing to do when the camera preview is running normally
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 83 ///Update the preview and image capture port indexes
88 //currently not supported use preview port instead
129 // Enable PREVIEW Port
149 CAMHAL_LOGEA("Timeout for enabling preview port expired!");
455 CAMHAL_LOGEA("Preview format is NULL, defaulting to CbYCrY");
508 //use preview resolution for now
601 sprintf(fn, "/preview%03d.yuv", counter);
646 // if preview is not started...we still need to feedback the proper params
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 198 PREVIEW("Show Previews", true),
222 return this == PREVIEW || this == SMALL_PREVIEW || this == TINY_PREVIEW;
618 case PREVIEW: {
755 // See if we can find out the bounds of this element from a preview image.
756 // Preview images are created before the drag source listener is notified
855 Pair<Image, Rectangle> preview = renderPreview(); local
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 446 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
447 <p>Welcome developers! We are pleased to provide you with a preview SDK for the upcoming
452 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
453 about how to set up the preview SDK and get started.</p>
455 .non-preview { display:none; }
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 445 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
446 <p>Welcome developers! We are pleased to provide you with a preview SDK for the upcoming
451 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
452 about how to set up the preview SDK and get started.</p>
454 .non-preview { display:none; }
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustmentTest.java 339 // preview or the page we selected in the UI.
342 // The first write request for some pages to preview.
383 // Select a page not written for preview.
518 // we were getting the pages for preview (indices 0 - 49),
559 // preview or the page we selected in the UI.
595 // Select a page not written for preview.
  /frameworks/base/packages/PrintSpooler/res/values/
strings.xml 61 <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
62 <string name="print_preview">Print preview</string>
64 <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
65 <string name="install_for_print_preview">Install PDF viewer for preview</string>
254 <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
255 <string name="print_preparing_preview">Preparing preview\u2026</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 67 * @param coordXInParent coordinate x of the key preview in parent keyboard.
270 * "more key" and its key popup preview is enabled.
271 * @param keyPreviewVisibleWidth the width of visible part of key popup preview.
272 * @param keyPreviewVisibleHeight the height of visible part of key popup preview
290 // mitigate visual flicker between key preview and more keys keyboard.
291 // Caveats for the visual assets: To achieve this effect, both the key preview
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 50 {MNOTE_NIKON_TAG_PREVIEWIMAGE_IFD_POINTER, "PreviewImage", N_("Preview Image IFD"), N_("Offset of the preview image directory (IFD) inside the file.")},
160 {MNOTE_OLYMPUS_TAG_PREVIEWIMAGEVALID, "PreviewImageValid", N_("Preview Image Valid"), ""},
  /frameworks/base/core/java/android/hardware/camera2/
CameraConstrainedHighSpeedCaptureSession.java 88 * <p>If both preview and recording Surfaces are specified in the {@code request}, the
93 * a interleaved request pattern such that the preview output FPS is at least 30fps, the
96 * capture session to achieve high speed video recording. When only preview or recording
  /frameworks/base/packages/PrintSpooler/res/values-en-rAU/
strings.xml 33 <string name="print_preview" msgid="8010217796057763343">"Print preview"</string>
34 <string name="install_for_print_preview" msgid="6366303997385509332">"Install PDF viewer for preview"</string>
94 <string name="print_preparing_preview" msgid="3939930735671364712">"Preparing preview?"</string>
  /frameworks/base/packages/PrintSpooler/res/values-en-rGB/
strings.xml 33 <string name="print_preview" msgid="8010217796057763343">"Print preview"</string>
34 <string name="install_for_print_preview" msgid="6366303997385509332">"Install PDF viewer for preview"</string>
94 <string name="print_preparing_preview" msgid="3939930735671364712">"Preparing preview?"</string>
  /frameworks/base/packages/PrintSpooler/res/values-en-rIN/
strings.xml 33 <string name="print_preview" msgid="8010217796057763343">"Print preview"</string>
34 <string name="install_for_print_preview" msgid="6366303997385509332">"Install PDF viewer for preview"</string>
94 <string name="print_preparing_preview" msgid="3939930735671364712">"Preparing preview?"</string>
  /frameworks/base/packages/PrintSpooler/res/values-tl/
strings.xml 33 <string name="print_preview" msgid="8010217796057763343">"Preview sa pag-print"</string>
34 <string name="install_for_print_preview" msgid="6366303997385509332">"Mag-install ng PDF viewer para sa pag-preview"</string>
94 <string name="print_preparing_preview" msgid="3939930735671364712">"Inihahanda ang preview?"</string>
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 58 //define this macro to save first few raw frames when starting the preview.
241 //configure for preview size and pixel format.
283 CAMHAL_LOGDA("Ready for preview....");
499 // Update the preview buffer count
522 CAMHAL_LOGDB("Preview- buff [%d] = 0x%x ",i, mPreviewBufs.keyAt(i));
525 // Update the preview buffer count
556 // Stop preview streaming
723 // Create and start preview thread for receiving buffers from V4L Camera
726 CAMHAL_LOGDA("Created preview thread");
811 // Just return the current preview size, nothing more to do here
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 118 //Should be implemented by deriving classes in order to start camera preview
121 //Should be implemented by deriving classes in order to stop camera preview
241 //Preview buffer management data
CameraHal.h 373 PREVIEW_FRAME = 0x2 , ///Preview frame includes viewfinder and snapshot frames
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 105 //Should be implemented by deriving classes in order to start camera preview
108 //Should be implemented by deriving classes in order to stop camera preview
219 //Preview buffer management data

Completed in 1257 milliseconds

<<21222324252627282930>>