HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 251 - 275 of 872) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /sdk/apps/NotificationStudio/res/layout/
preview.xml 19 android:id="@+id/preview"
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 86 /* Preview formats supported by this HAL. */
107 /* Preview format settings used here are related to panoramic view only. It's
108 * not related to the preview window that works only with RGB frames, which
109 * is explicitly stated when set_buffers_geometry is called on the preview
173 /* Notify the preview window first. */
366 * Make sure preview is not running, and device is stopped before taking
532 * Preview management.
570 * - KEY_PREVIEW_FORMAT, that is used for preview frame notification.
572 * the framework that indicating intention: video, or preview. */
583 * use preview pixel format for the main framebuffer. *
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 138 // <rdar://problem/8901041> Please add an API returning whether the current print operation is for preview.
139 // Assuming that if NSPrintOperation is allowed to spawn a thread for printing, it will. Print preview doesn't spawn a thread.
145 // <rdar://problem/8900923> Please add an API to force print preview update.
399 LOG_ERROR("Couldn't create a PDF document with data passed for preview");
405 LOG_ERROR("Preview data doesn't have page %d", page);
428 // It's too early to ask for page preview if we don't even know page size and scale.
431 // We've already asked for a preview of this page, and are waiting for response.
435 // Preview isn't available yet, request it asynchronously.
468 LOG(View, "WKPrintingView %p printing rect x:%g, y:%g, width:%g, height:%g%s", self, nsRect.origin.x, nsRect.origin.y, nsRect.size.width, nsRect.size.height, [self _isPrintingPreview] ? " for preview" : "");
563 // Returning a null rect prevents selecting non-existent pages in preview dialog
    [all...]
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 59 ///@remarks OMX Camera has six ports - buffer input, time input, preview, image, video, and meta data
81 //API to flush the buffers for preview
115 //Used for calculation of the average frame rate during preview
  /packages/inputmethods/LatinIME/java/res/values/
config.xml 57 <!-- Sliding key input preview parameters -->
59 <!-- Percentages of sliding key input preview body and shadow, in proportion to the width.
99 <!-- Suppress showing key preview duration after batch input in millisecond -->
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 171 // Try to find a preview size that matches the screen first
183 // If no suitable preview size was found, try to find something large enough
193 // If no suitable preview size was found, pick the first one
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 158 // Preview placer view
165 // Key preview
186 // Gesture floating preview text
671 // Remove any pending messages, except dismissing preview and key repeat.
696 * version of the depressed key. By default the preview is enabled.
697 * @param previewEnabled whether or not to enable the key feedback preview
698 * @param delay the delay after which the preview is dismissed
739 * Returns the enabled state of the key feedback preview
740 * @return whether or not the key feedback preview is enabled
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 156 // The width and height of the preview surface. They are defined only if
450 // Stop the preview now (we will stop it in surfaceDestroyed(), but
476 // We want to have the preview thread if and only if (1) we have a
518 // Check if there is an operation pending or preview is on.
521 // Preview is in progress
    [all...]
  /prebuilts/devtools/repository/
sdk-repository-8.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.
118 <!-- The optional codename for this platform, if it's a preview. -->
191 <!-- The optional codename for this platform, if it's a preview. -->
251 <!-- The optional codename for this platform, if it's a preview. -->
287 <!-- The full revision (major.minor.micro.preview), incremented each
323 <!-- The full revision (major.minor.micro.preview), incremented each
354 <!-- The full revision (major.minor.micro.preview), incremented each
390 <!-- The optional codename for this doc, if it's a preview. -->
427 <!-- The optional codename for this doc, if it's a preview. --
    [all...]
sdk-repository-7.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...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 86 /** The Camera activity which can preview and take pictures. */
153 private View mPreviewFrame; // Preview frame area.
218 private static final int IDLE = 1; // preview is active
352 // make preview screen appear as soon as possible.
560 // Let popup window, indicator control or preview frame handle the
1158 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.mm 124 // Turn off page action icon preview when the window closes, unless we
166 false); // disables preview.
170 // page action icon (shown as a preview), depending on the extension type.
198 // Tell the location bar to show a preview of the page action icon, which
200 // We remove this preview when the extension installed bubble closes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 168 create(menu, "Preview Representative Sample",
171 create(menu, "Preview All Screen Sizes",
175 MenuItem localeItem = create(menu, "Preview All Locales",
192 MenuItem includedItem = create(menu, "Preview Included",
201 MenuItem variationsItem = create(menu, "Preview Layout Versions",
  /device/lge/mako/camera/
QCameraHWI.cpp 110 ALOGV("Mymode Preview = %d",myMode);
114 ALOGE("%s: error - can't creat preview stream!", __func__);
123 ALOGE("%s: error - can't init Preview channel!", __func__);
241 /* Setup Picture Size and Preview size tables */
250 ALOGV("%s: Preview table size: %d", __func__, mPreviewSizeCount);
251 ALOGV("%s: Preview table: ", __func__);
270 //Preview
273 ALOGE("%s X: Failed to create Preview Object",__func__);
559 ALOGV(" No preview, no smoothzoom ");
699 ALOGV("Preview Frames Per Second: %.4f", mFps)
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 57 printf("\n Verifying Preview on back Camera and RDI on Front camera...\n");
147 CDBG_ERROR("%s: Snapshot/Preview Callback not received in time or qbuf Faile\n", __func__);
314 printf("Running %s - open/close ,video0, open/close preview channel only\n", __func__);
374 printf("Running %s - simple preview \n", __func__);
416 printf("Running %s - simple preview and recording \n", __func__);
466 printf("Running %s - preview, recording, and snapshot, then preview again \n", __func__);
  /frameworks/base/docs/html/distribute/googleplay/promote/
badges.jd 96 $("#preview").show();
101 $("#button-preview").html(linkStart + "apps/details?id=" + packageName
108 $("#preview").show();
113 $("#button-preview").html(linkStart + "search?q=pub:" + publisherName
154 $("#preview").hide();
355 <div id="preview" style="display:none">
362 <div id="button-preview" style="margin-top:1em"></div>
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 282 * Force update of preview settings
307 * Force update of preview settings
376 * Force update of preview settings
413 * Force update of preview settings
426 * Force update of preview settings
448 * Force update of preview settings
476 * Force update of preview settings
  /external/qemu/android/camera/
camera-service.c 594 * also contains preview framebuffer. */
596 /* Preview frame buffer.
601 /* Byte size of the preview frame buffer. */
611 /* Status of video and preview frame cache. */
902 * for the preview window pixel format (RGB32) */
    [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...]
  /external/icu4c/i18n/unicode/
udat.h 192 * @internal ICU 50 technology preview
197 * @internal ICU 50 technology preview
265 * @internal ICU 50 technology preview
270 * @internal ICU 50 technology preview
337 * @internal ICU 50 technology preview
342 * @internal ICU 50 technology preview
359 * @internal ICU 50 technology preview
390 * @internal ICU 50 technology preview
398 * @internal ICU 50 technology preview
406 * @internal ICU 50 technology preview
    [all...]

Completed in 6988 milliseconds

<<11121314151617181920>>