HomeSort by relevance Sort by last modified time
    Searched refs:PREVIEW (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/base/drm/java/android/drm/
DrmStore.java 187 public static final int PREVIEW = 0x05;
206 case PREVIEW:
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 179 // Simple preview, GPU video processing, or no-preview video recording
186 {PRIV, PREVIEW, JPEG, MAXIMUM},
188 {YUV, PREVIEW, JPEG, MAXIMUM},
190 {PRIV, PREVIEW, PRIV, PREVIEW},
191 // Preview plus in-app processing.
192 {PRIV, PREVIEW, YUV, PREVIEW},
194 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM
475 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
613 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
714 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
829 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
918 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
979 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
1044 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
1094 SurfaceTexture preview = new SurfaceTexture(\/*random int*\/ 1); local
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java 46 PREVIEW,
72 if (state == State.PREVIEW) {
76 Log.d(TAG, "Got restart preview message");
87 state = State.PREVIEW;
121 state = State.PREVIEW;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 38 * Management and processing for preview and recording streams
66 PREVIEW,
100 // Preview-related members
StreamingProcessor.cpp 126 ALOGE("%s: Camera %d: Unable to create default preview request: "
134 ALOGE("%s: Camera %d: Unable to update common entries of preview "
143 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)",
167 ALOGE("%s: Camera %d: Error querying preview stream info: "
173 ALOGV("%s: Camera %d: Preview size switch: %d x %d -> %d x %d",
178 ALOGE("%s: Camera %d: Error waiting for preview to drain: "
185 "for preview: %s (%d)", __FUNCTION__, mId,
199 ALOGE("%s: Camera %d: Unable to create preview stream: %s (%d)",
208 ALOGE("%s: Camera %d: Unable to set preview stream transform: "
234 ALOGE("%s: Error waiting for preview to drain: %s (%d)"
    [all...]
Parameters.h 173 // Whether the jpeg stream is slower than 30FPS and can slow down preview.
174 // When slowJpegMode is true, allowZslMode must be false to avoid slowing down preview.
188 PREVIEW,
196 // Max preview size allowed
201 // Initial max preview/recording size bound
212 // Minimum FPS for a size to be listed in supported preview/video sizes
215 // Maximum frame duration for a size to be listed in supported preview/video sizes
303 // Calculate the crop region rectangle, either tightly about the preview
385 // Given a scaler crop region, calculate preview crop region based on
386 // preview aspect ratio
    [all...]
CallbackProcessor.cpp 135 // Since size should only change while preview is not running,
291 ALOGV("%s: Camera %d: Preview callback available", __FUNCTION__,
294 if ( l.mParameters.state != Parameters::PREVIEW
319 ALOGW("%s: The preview size has changed to %d x %d from %d x %d, this buffer is"
360 "Unexpected preview format 0x%x", previewFormat);
460 ALOGE("%s: Camera %d: Unexpected preview format when using "
512 "Unexpected preview format 0x%x", previewFormat);
Parameters.cpp 94 // Select initial preview and video size that's under the initial bound and
95 // on the list of both preview and recording sizes
114 ALOGE("%s: No initial preview size can be found!", __FUNCTION__);
133 ALOGV("Supported preview sizes are: %s", supportedPreviewSizes.string());
200 // Not advertizing JPEG, RAW16, etc, for preview formats
208 ALOGW("%s: Camera %d: Unknown preview format: %x",
283 ALOGV("%s: Supported preview frame rates: %s",
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 178 * Constant field signifies that preview is allowed
180 static const int PREVIEW = 0x05;
  /hardware/interfaces/camera/device/3.2/
types.hal 683 * Standard camera preview operation with 3A on auto.
685 PREVIEW = 1,
693 * Standard video recording plus preview with 3A on auto, torch off.
699 * include preview, video record, and full-resolution YUV or JPEG streams in
705 * Zero-shutter-lag mode. Application typically request preview and
708 * full-resolution images without compromising preview frame rate. 3A on
716 * balance, auto-focus), and post-processing parameters are set to preview
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 186 result.appendFormat(" Preview size: %d x %d\n",
188 result.appendFormat(" Preview FPS range: %d - %d\n",
190 result.appendFormat(" Preview HAL pixel format: 0x%x\n",
192 result.appendFormat(" Preview transform: %x\n",
352 result.appendFormat(" Preview stream ID: %d\n",
572 ALOGE("%s: Camera %d: Cannot set preview display while in state %s",
580 case Parameters::PREVIEW:
581 // Already running preview - need to stop and create a new stream
584 ALOGE("%s: Unable to stop preview to swap windows: %s (%d)",
595 ALOGE("%s: Unable to set new preview window: %s (%d)"
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 52 PREVIEW(CameraDevice.TEMPLATE_PREVIEW),
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.5.0-alpha-preview-02/
asset-studio-25.5.0-alpha-preview-02.jar 
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 280 case Action::PREVIEW:
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 1006 TM_PART(11,SPP,PREVIEW)
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp 294 case RequestTemplate::PREVIEW:
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha1/
repository-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha3/
repository-25.0.0-alpha3.jar 
  /prebuilts/devtools/tools/lib/
repository.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0/
repository-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha5/
repository-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha7/
repository-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha9/
repository-25.0.0-alpha9.jar 

Completed in 1479 milliseconds

1 2 3 4 5