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

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FastCameraReset.java 33 * currently-executing camera commands, and restarting the preview.
72 mLog.w("restarting the preview");
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskPreviewChainedJpeg.java 44 * preview Image */
76 logWrapper("TIMER_END Rendering preview YUV buffer available, w=" + img.proxy.getWidth()
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 406 Bitmap preview = source.getPreviewBitmap(); local
407 if (preview != null &&
408 preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
409 mPreview = new BitmapTexture(preview);
412 "Failed to create preview of apropriate size! "
415 preview.getWidth(), preview.getHeight()));
  /packages/inputmethods/LatinIME/java/res/xml/
prefs_screen_advanced.xml 22 <!-- TODO: consolidate key preview dismiss delay with the key preview animation parameters. -->
  /packages/wallpapers/LivePicker/res/values/
strings.xml 30 <!-- Title for the screen that lets the user preview a live wallpaper. -->
31 <string name="live_wallpaper_preview_title">Live wallpaper preview</string>
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 89 @param[in] data_cb Buffer callback for sending the preview/raw frames to the app
145 CAMHAL_LOGDA("Preview currently paused...will enable preview callback when restarted");
149 CAMHAL_LOGDA("Enabling Preview Callback");
154 CAMHAL_LOGDB("Preview callback not enabled %x", msgType);
182 CAMHAL_LOGDA("Disabling Preview Callback");
262 ///Ensure that preview is not enabled when the below parameters are changed.
272 CAMHAL_LOGEB("Invalid preview format.Supported: %s", mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_FORMATS));
327 CAMHAL_LOGDB("Stereo 3D->2D Preview mode is %s", params.get(TICameraParameters::KEY_S3D2D_PREVIEW));
342 CAMHAL_LOGEA("Unable to get preview size")
    [all...]
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 71 /** View for displaying the camera preview. */
91 // Collect the supported resolutions that are at least as big as the preview Surface
103 Log.e(TAG, "Couldn't find any suitable preview size");
155 // Cancel any stale preview jobs
258 // Danger, W.R.! Attempting to use too large a preview size could
267 Log.i(TAG, "Preview size: " + optimalSize);
350 // Build a request for preview footage
356 // Start displaying preview images
361 Log.e(TAG, "Failed to make repeating preview request", ex);
364 Log.e(TAG, "Failed to build preview request", ex)
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 35 const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values";
36 const char CameraProperties::SUPPORTED_PREVIEW_SUBSAMPLED_SIZES[] = "prop-preview-subsampled-size-values";
37 const char CameraProperties::SUPPORTED_PREVIEW_TOPBOTTOM_SIZES[] = "prop-preview-topbottom-size-values";
38 const char CameraProperties::SUPPORTED_PREVIEW_SIDEBYSIDE_SIZES[] = "prop-preview-sidebyside-size-values";
39 const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values";
40 const char CameraProperties::SUPPORTED_PREVIEW_FRAME_RATES[] = "prop-preview-frame-rate-values";
41 const char CameraProperties::SUPPORTED_PREVIEW_FRAME_RATES_EXT[] = "prop-preview-frame-rate-ext-values";
65 const char CameraProperties::REQUIRED_PREVIEW_BUFS[] = "prop-required-preview-bufs";
72 const char CameraProperties::PREVIEW_SIZE[] = "prop-preview-size-default";
73 const char CameraProperties::PREVIEW_FORMAT[] = "prop-preview-format-default"
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 32 /* following code implement the preview mode's image capture & display logic of this class*/
41 ALOGW(" Setting NULL preview window ");
42 /* TODO: Current preview window will be invalidated.
256 ALOGE("Preview Stopped. Returning callback");
269 //mm_camera_util_profile("HAL: First preview frame received");
311 when preview stops and postview start during snapshot.*/
416 ALOGE("%s E: can't init native cammera preview ch\n",__func__);
442 ALOGV("%s:reg preview buf err=%d\n", __func__, ret);
449 /* For preview, the OP_MODE we set is dependent upon whether we are
450 starting camera or camcorder. For snapshot, anyway we disable preview
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 59 /* find preview stream */
66 /* find preview frame */
105 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
135 /* find preview stream */
142 /* find preview frame */
151 CDBG_ERROR("%s: cannot find preview stream", __func__);
166 CDBG_ERROR("[DBG] %s, user defined own preview cb. calling it...", __func__);
172 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
213 /* find preview stream */
221 CDBG_ERROR("%s: cannot find preview stream", __func__)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 65 /* find preview stream */
78 /* find preview frame */
112 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
145 /* find preview stream */
154 CDBG_ERROR("%s: cannot find preview stream", __func__);
158 /* find preview frame */
177 CDBG_ERROR("[DBG] %s, user defined own preview cb. calling it...", __func__);
183 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
224 /* find preview stream */
232 CDBG_ERROR("%s: cannot find preview stream", __func__)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 185 // preview callbacks in the queue after quit is called. The preview
253 if (VERBOSE) Log.v(TAG, "notify the preview callback");
255 if (VERBOSE) Log.v(TAG, "Preview callback stop");
328 if (VERBOSE) Log.v(TAG, "Wait for preview callback");
355 if (VERBOSE) Log.v(TAG, "check preview callback");
362 * Start preview and wait for the first preview callback, which indicates the
363 * preview becomes active.
443 // Test all preview sizes
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 69 * DESCRIPTION: preview callback preview mesages are enabled
72 * @mem : preview buffer
78 printf("PREVIEW Callback 0x%x", ( unsigned int ) mem->pointer());
267 printf("\n\r\tSupported Preview Sizes: %s",
270 printf("\n\r\tSupported Preview Formats: %s",
273 printf("\n\r\tSupported Preview Frame Rates: %s",
310 * DESCRIPTION: helper function for creating preview surfaces
313 * @width : preview width
314 * @height: preview heigh
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/test/
qcamera_test.cpp 69 * DESCRIPTION: preview callback preview mesages are enabled
72 * @mem : preview buffer
78 printf("PREVIEW Callback 0x%x", ( unsigned int ) mem->pointer());
267 printf("\n\r\tSupported Preview Sizes: %s",
270 printf("\n\r\tSupported Preview Formats: %s",
273 printf("\n\r\tSupported Preview Frame Rates: %s",
310 * DESCRIPTION: helper function for creating preview surfaces
313 * @width : preview width
314 * @height: preview heigh
    [all...]
  /frameworks/base/docs/html-intl/intl/es/preview/features/
runtime-permissions.jd 3 page.keywords=permissions, runtime, preview
4 page.image={@docRoot}preview/features/images/permissions_check.png
46 M Developer Preview introduce un nuevo modelo de permisos de la aplicación que facilita a los usuarios el proceso de instalación y actualización de aplicaciones.
65 En M Developer Preview, la plataforma introduce un nuevo modelo
133 <img src="{@docRoot}preview/features/images/app-permissions-screen_2x.png" srcset="{@docRoot}preview/features/images/app-permissions-screen.png 1x, {@docRoot}preview/features/images/app-permissions-screen_2x.png 2x" alt="" width="220">
148 <strong>Nota:</strong> Si una aplicación tiene como destino M Developer Preview, <em>debe</em> utilizar el nuevo modelo de permisos.
153 A partir del lanzamiento de M Developer Preview, no todas las aplicaciones de Google implementarán por completo el nuevo modelo de permisos.
154 Google actualiza estas aplicaciones durante el transcurso de M Developer Preview para respetar adecuadamente las configuraciones de alternancia de los permisos
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java 69 * <li>Call setSurface to control where the preview is shown
70 * <li>Call openCamera to request the camera start preview
170 /** The preview view to show the preview on */
176 /** Tracks whether the preview has hardware acceleration */
259 * Sets the surface to use to display the preview
261 * @param preview The preview surface view
263 void setSurface(final CameraPreview preview) {
264 if (preview == mCameraPreview)
    [all...]
  /build/core/
version_defaults.mk 75 # This is the definition of a preview SDK version over and above the current
77 # for preview SDK version does NOT mean that all prior preview APIs are
79 # known APIs should check that this value is precisely equal to the preview
  /developers/build/prebuilts/gradle/Camera2Basic/
README.md 7 cameras attached to the device, display a camera preview, and take
22 camera. It is ready to start camera preview when the camera is opened.
24 This sample uses TextureView to show the camera preview. Create a
29 preview. Then, in a similar way, you need to run a precapture
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/res/values/
base-strings.xml 25 A TextureView is used as the camera preview which limits the code to API 14+. This
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/res/layout/
activity_main.xml 40 android:text="Open Camera Preview" />
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/res/values/
base-strings.xml 24 This sample shows a basic implementation for requesting permissions at runtime. Click the button to request the Camera permission and open a full-screen camera preview.
  /developers/samples/android/content/WidgetData/Application/src/main/res/xml/
widgetinfo.xml 25 android:previewImage="@drawable/preview">
  /developers/samples/android/media/Camera2Basic/
README.md 7 cameras attached to the device, display a camera preview, and take
22 camera. It is ready to start camera preview when the camera is opened.
24 This sample uses TextureView to show the camera preview. Create a
29 preview. Then, in a similar way, you need to run a precapture
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/res/layout/
activity_main.xml 40 android:text="Open Camera Preview" />
  /developers/samples/android/ui/views/CardView/
template-params.xml 37 Android L preview.

Completed in 979 milliseconds

<<11121314151617181920>>