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

1 2 3 4 5 6 78 91011>>

  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/res/values/
base-strings.xml 25 you can display camera preview and take pictures.
  /developers/build/prebuilts/gradle/CardView/Application/src/main/res/values/
base-strings.xml 25 Android L preview.
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreviewFragment.java 80 // Get the rotation of the screen to adjust the preview image accordingly.
84 // Create the Preview view and set it as the content of this Activity.
86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); local
87 preview.addView(mPreview);
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreviewActivity.java 67 // Get the rotation of the screen to adjust the preview image accordingly.
71 // Create the Preview view and set it as the content of this Activity.
73 FrameLayout preview = (FrameLayout) findViewById(R.id.camera_preview); local
74 preview.addView(mPreview);
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreviewFragment.java 80 // Get the rotation of the screen to adjust the preview image accordingly.
84 // Create the Preview view and set it as the content of this Activity.
86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); local
87 preview.addView(mPreview);
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreviewActivity.java 67 // Get the rotation of the screen to adjust the preview image accordingly.
71 // Create the Preview view and set it as the content of this Activity.
73 FrameLayout preview = (FrameLayout) findViewById(R.id.camera_preview); local
74 preview.addView(mPreview);
  /development/samples/browseable/Camera2Basic/res/values/
base-strings.xml 25 you can display camera preview and take pictures.
  /development/samples/browseable/CardView/res/values/
base-strings.xml 25 Android L preview.
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
CameraPreviewFragment.java 80 // Get the rotation of the screen to adjust the preview image accordingly.
84 // Create the Preview view and set it as the content of this Activity.
86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); local
87 preview.addView(mPreview);
  /development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/camera/
CameraPreviewActivity.java 67 // Get the rotation of the screen to adjust the preview image accordingly.
71 // Create the Preview view and set it as the content of this Activity.
73 FrameLayout preview = (FrameLayout) findViewById(R.id.camera_preview); local
74 preview.addView(mPreview);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 99 Log.w(TAG, "Preview buffers dropped for request: " +
188 "setPreviewTimestamp called for capture with no preview targets.");
218 "setPreviewProduced called for capture with no preview targets.");
297 * For requests that use the Camera1 API preview output stream, this will block if there are
300 * all prior requests have been completed to avoid stopping preview for
301 * {@link android.hardware.Camera#takePicture} before prior preview requests have been
385 * Wait all queued requests that use the Camera1 API preview output to complete.
501 * Check if there are any pending capture requests that use the Camera1 API preview output.
503 * @return {@code true} if there are pending preview requests.
516 * Called to alert the {@link CaptureCollector} that the preview capture has begun
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 31 * A layout which handles the preview aspect ratio.
37 /** A callback to be invoked when the preview frame's size changes. */
94 // Resize the preview frame with correct aspect ratio.
119 // Ask children to follow the new preview dimension.
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 60 * Returns the best preview size based on the current display resolution,
61 * the available preview sizes, the target aspect ratio (typically the
104 * Selects the preview buffer dimensions that are closest in size to the
105 * size of the view containing the preview.
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
ZslPreviewCommand.java 50 * Constructs a Preview. Note that it is the responsiblity of the
80 // We need to request a single preview frame followed by a burst of 5-frame ZSL
81 // before requesting the repeating preview and ZSL requests. We do it only for
94 // Build the zsl + preview repeating request.
PreviewCommand.java 29 * Sends repeating preview requests to a {@link FrameServer}.
37 * Constructs a Preview. Note that it is the responsibility of the
  /packages/apps/Protips/res/xml/
widget_build.xml 21 android:previewImage="@drawable/preview"
  /packages/apps/Settings/res/xml/
appwidget_info.xml 20 android:previewImage="@drawable/preview"
  /sdk/apps/NotificationStudio/res/layout/
studio.xml 22 <include layout="@layout/preview" />
  /sdk/apps/NotificationStudio/res/layout-w801dp/
studio.xml 24 layout="@layout/preview" />
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 201 // Get the widget preview as the drag representation
205 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
212 Bitmap preview; local
228 preview = getWidgetPreviewLoader().generateWidgetPreview(mLauncher,
241 scale = bounds.width() / (float) preview.getWidth();
245 preview = Utilities.createIconBitmap(icon, mLauncher);
247 scale = ((float) mLauncher.getDeviceProfile().iconSizePx) / preview.getWidth();
250 // Don't clip alpha values for the drag outline if we're using the default widget preview
256 mLauncher.getWorkspace().onDragStartedWithItem(createItemInfo, preview, clipAlpha);
257 mDragController.startDrag(image, preview, this, createItemInfo
    [all...]
  /system/core/include/system/
camera.h 30 * A set of bit masks for specifying how the received preview frames are
43 * corrupted by subsequent preview frames filled by the camera. This flag is
46 * the preview frame rate so that data corruption won't occur.
83 // Preview frame metadata. This can be combined with
100 * Set the clockwise rotation of preview display (setPreviewDisplay) in
101 * degrees. This affects the preview frames and the picture displayed after
103 * that preview display of front-facing cameras is flipped horizontally
111 * CAMERA_MSG_COMPRESSED_IMAGE. This is allowed to be set during preview
126 * Start the face detection. This should be called after preview is started.
128 * faces in the preview frame. The detected faces may be the same as th
    [all...]
  /external/eigen/debug/msvc/
eigen_autoexp_part.dat 40 preview
64 preview
87 preview
109 preview
148 preview
192 preview
236 preview
280 preview
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraConstrainedHighSpeedCaptureSessionImpl.java 84 // Request list size: to limit the preview to 30fps, need use maxFps/30; to maximize
85 // the preview frame rate, should use maxBatch size for that high speed stream
91 // First, create a request builder that will only include preview or recording target.
106 // Video only, or preview + video
112 // Second, Create a request builder that will include both preview and recording targets.
127 // preview + recording case.
134 // Single output case: either recording or preview.
141 // First request should be recording + preview request
  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 224 mParameters.unflatten("preview-format-values=yuv420sp,yuv420p,yuv422i-yuyv,yuv420p;" +
225 "preview-format=yuv420sp;" +
226 "preview-size-values=800x480;preview-size=800x480;" +
230 "preview-frame-rate-values=30,15;preview-frame-rate=30;" +
232 "preview-fps-range-values=(15000,30000);preview-fps-range=15000,30000;" +
  /packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
CameraTestCase.java 224 mParameters.unflatten("preview-format-values=yuv420sp,yuv420p,yuv422i-yuyv,yuv420p;" +
225 "preview-format=yuv420sp;" +
226 "preview-size-values=800x480;preview-size=800x480;" +
230 "preview-frame-rate-values=30,15;preview-frame-rate=30;" +
232 "preview-fps-range-values=(15000,30000);preview-fps-range=15000,30000;" +

Completed in 393 milliseconds

1 2 3 4 5 6 78 91011>>