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

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
InitializedOneCameraFactory.java 54 * <li>The preview Surface, which is available after
57 * CameraDevice and preview Surface.</li>
66 * preview stream and capture session is complete.
68 * not-yet-available preview Surface) to use when configuring the
123 // 2. The Surface on which to render the preview stream
  /packages/inputmethods/LatinIME/java/res/values/
config-common.xml 39 <!-- TODO: consolidate key preview linger timeout with the above animation parameters. -->
41 <!-- Suppress showing key preview duration after batch input in millisecond -->
59 <!-- Sliding key input preview parameters -->
61 <!-- Percentages of sliding key input preview body and shadow, in proportion to the width.
130 <!-- Percentages of gesture preview taril body and shadow, in proportion to the trail width.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 35 * The class for single gesture preview text. The class for multiple gesture preview text will be
137 * Draws gesture preview text
138 * @param canvas The canvas where preview text is drawn.
154 * Updates gesture preview text position based on mLastPointerCoords.
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 50 /** The default normalized rectangle spans the entire size of the preview viewport */
94 * Effective preview metering region, coordinates relative to active-array.
96 * <p>Clipped to fit inside of the (effective) preview crop region.</p>
356 * of the preview, the current preview {@code streamSize} is also used.</p>
366 * @param previewCropRegion (out parameter) what the visual preview crop is
397 // Make the user-requested crop region the same aspect ratio as the preview stream size
431 throw new AssertionError("available reported/preview crop region size mismatch");
473 * Calculate the effective crop rectangle for this preview viewport;
474 * assumes the preview is centered to the sensor and scaled to fit across one of the dimension
    [all...]
LegacyRequest.java 34 /** Immutable api1 preview buffer size at the time of the request */
44 * @param previewSize immutable internal preview size used for {@link Camera#setPreviewSurface}
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
PerformanceTest.java 105 * being opened and first preview frame is available.
108 * preview request processing latency etc. For the SurfaceView based preview use
109 * case, there is no way for client to know the exact preview frame
112 * as the first preview arrival time.</p>
158 // Blocking start preview (start preview to first image arrives)
166 // Let preview on for a couple of frames
169 // Blocking stop preview
191 + ": Camera start preview time", startPreviewTimes
    [all...]
RecordingTest.java 137 * recorded video. Preview is set to the video size.
171 * is used to encode the video. Preview is set to the video size. Recorded videos are
377 // prepare preview surface by using video size.
388 // Stop recording and preview
442 // prepare preview surface by using video size.
454 // Stop recording and preview
526 assertTrue("Both preview and recording surfaces should be valid",
572 slowMoRequests.add(recordingRequestBuilder.build());// Preview + recording.
591 * given camera. preview size is set to the video size.
610 // Skip. Legacy mode can only do recording up to max preview siz
    [all...]
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 40 // Low-Res input image frame in YUVA format for preview rendering and processing
43 // Low-Res & high-res preview image width
45 // Low-Res & high-res preview image height
51 // Off-screen preview FBO width (large enough to store the entire
52 // preview mosaic).
54 // Off-screen preview FBO height (large enough to store the entire
55 // preview mosaic).
87 // Shader to warp and render the preview FBO to the screen
121 // Whether the view that we will render preview FBO onto is in landscape or portrait
134 // preview FBO across the screen (viewfinder panning)
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 65 * @param data The YUV preview frame.
66 * @param width The width of the preview frame.
67 * @param height The height of the preview frame.
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 38 * Management and processing for preview and recording streams
68 PREVIEW,
107 // Preview-related members
Parameters.h 169 // Whether the jpeg stream is slower than 30FPS and can slow down preview.
170 // When slowJpegMode is true, zslMode must be false to avoid slowing down preview.
178 PREVIEW,
186 // Max preview size allowed
191 // Initial max preview/recording size bound
279 // Calculate the crop region rectangle, either tightly about the preview
362 // Given a scaler crop region, calculate preview crop region based on
363 // preview aspect ratio.
  /frameworks/base/docs/html/sdk/installing/
studio-tips.jd 79 into your layout and preview your layout while editing the XML.</p>
81 <p>While editing in the <strong>Text</strong> view, you can preview the layout on devices by
82 opening the <strong>Preview</strong> pane available on the right side of the window. Within the
83 Preview pane, you can modify the preview by changing various options at the top of the pane,
84 including the preview device, layout theme, platform version and more. To preview the layout on
85 multiple devices simultaneously, select <strong>Preview All Screen Sizes</strong> from the
88 <p class="img-caption"><strong>Figure 3.</strong> Preview All Screens</p>
217 <h3>Image and color preview</h3
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 148 private Bitmap createNotificationBitmap(Bitmap preview, Uri sourceUri, ImagePreset preset) {
151 if (preview != null) {
152 return Bitmap.createScaledBitmap(preview,
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 63 Log.w(LOG_TAG, "Failure showing preview", new Throwable());
66 Intent preview = new Intent(activity, LiveWallpaperPreview.class); local
67 preview.putExtra(EXTRA_LIVE_WALLPAPER_INTENT, intent);
68 preview.putExtra(EXTRA_LIVE_WALLPAPER_SETTINGS, info.getSettingsActivity());
69 preview.putExtra(EXTRA_LIVE_WALLPAPER_PACKAGE, info.getPackageName());
70 activity.startActivityForResult(preview, code);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/
AndroidManifest.xml 39 <!-- Since this sample records video from camera preview, locking the orientation to
40 landscape. Landscape mode offers us more preview space with standard video aspect
  /developers/samples/android/media/Camera2Raw/
template-params.xml 55 Check the source code to see a typical example of how to display the camera preview;
70 This sample displays a live camera preview in a TextureView, and saves JPEG and DNG
  /developers/samples/android/media/MediaRecorder/Application/src/main/
AndroidManifest.xml 39 <!-- Since this sample records video from camera preview, locking the orientation to
40 landscape. Landscape mode offers us more preview space with standard video aspect
  /development/samples/browseable/MediaRecorder/
AndroidManifest.xml 39 <!-- Since this sample records video from camera preview, locking the orientation to
40 landscape. Landscape mode offers us more preview space with standard video aspect
  /frameworks/base/docs/html-intl/intl/es/preview/testing/
guide.jd 19 Android M Developer Preview le brinda la oportunidad de garantizar que sus aplicaciones funcionen con la próxima versión de la plataforma.
20 Esta versión preliminar incluye diversas API y cambios en los comportamientos que pueden tener impactos en su aplicación, como se describe en las secciones <a href="{@docRoot}preview/api-overview.html">Información general de la API</a> y <a href="{@docRoot}preview/behavior-changes.html">Cambios en los comportamientos</a>.
42 Para obtener más información sobre cómo configurar dispositivos o dispositivos virtuales con una imagen del sistema de la versión preliminar para realizar pruebas, consulte la sección <a href="{@docRoot}preview/setup-sdk.html">Configurar el SDK de la versión preliminar</a>.
50 El nuevo modelo de <a href="{@docRoot}preview/features/runtime-permissions.html">permisos</a> cambia el modo en que el usuario asigna permisos a su aplicación.
106 Para obtener más información, consulte la sección <a href="{@docRoot}preview/setup-sdk.html#">Configurar el SDK de la versión preliminar</a>.
118 Para obtener más información sobre el comportamiento de los permisos de tiempo de ejecución, las pruebas y las mejores prácticas, consulte la página <a href="{@docRoot}preview/features/runtime-permissions.html">Permisos</a> de la versión preliminar para desarrolladores.
183 <p>Si su aplicación continúa teniendo algún identificador específico del dispositivo, como la Id. de registro de Google Cloud Messaging, en el almacenamiento interno, asegúrese de seguir las mejores prácticas para excluir la ubicación de almacenamiento de la copia de seguridad automática, como se describe en la sección <a href="{@docRoot}preview/backup/index.html">Copia de seguridad automática para aplicaciones</a>.
  /frameworks/base/docs/html-intl/intl/ja/preview/features/
app-linking.jd 25 Android M Developer Preview ???????? App Links ????????????????????????????????????????????????????????
44 M Developer Preview ???JSON ????? http ????????????????????????????????????????????? https ?????????????
  /frameworks/base/docs/html-intl/intl/ru/preview/features/
app-linking.jd 25 ? Android M Developer Preview ???????????? ????????? ?????? ??????????. ??? ??????? ?????????? ?? ???????????? ??????? ????????? ??????,
44 ? ?????? ????????????? M Developer Preview ???????? ????? JSON ??????????? ?? ????????? HTTP. ? ???????????
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 36 On a Nexus 7, open up the application from the launcher, and the camera preview
44 bottom preview and save them to the Gallery. It does this by looking at the
  /packages/apps/Browser/res/xml/
accessibility_preferences.xml 27 android:title="@string/preview" />
51 android:title="@string/preview" />
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstFacade.java 63 * streaming low-res preview frames for the burst.
78 * Returns the input surface for preview stream used by burst module.
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerFactory.java 35 // camera preview and HAL.
61 * interactions such as restarting the preview as well as

Completed in 1586 milliseconds

<<11121314151617181920>>