/device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/ |
mm_qcamera_app.h | 90 MM_CHANNEL_TYPE_ZSL, /* preview, and snapshot main */ 92 MM_CHANNEL_TYPE_PREVIEW, /* preview only */
|
/device/asus/flo/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate.
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/inc/ |
mm_qcamera_app.h | 90 MM_CHANNEL_TYPE_ZSL, /* preview, and snapshot main */ 92 MM_CHANNEL_TYPE_PREVIEW, /* preview only */
|
/device/lge/hammerhead/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate.
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate.
|
/device/moto/shamu/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate.
|
/frameworks/av/include/drm/ |
drm_framework_common.h | 178 * Constant field signifies that preview is allowed 180 static const int PREVIEW = 0x05;
|
/frameworks/av/include/media/stagefright/ |
CameraSource.h | 65 * @param surface the preview surface for display where preview
|
/frameworks/av/services/camera/libcameraservice/ |
CameraFlashlight.h | 195 // initialize the preview window 199 // start preview and enable torch
|
/frameworks/av/services/camera/libcameraservice/api1/ |
Camera2Client.h | 194 /* Preview/Recording related members */ 199 /** Preview callback related members */
|
/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 187 public static final int PREVIEW = 0x05; 206 case PREVIEW:
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
CameraStressTest.java | 146 Log.v(TAG, "Start preview"); 191 Log.v(TAG, "Start preview");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
PreviewInflater.java | 93 // Look for the preview specified in the service meta-data 99 Log.w(TAG, "Failed to load preview; " + componentName.flattenToShortString()
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStateMachine.cpp | 439 // preview window is not set yet, move to previewReady state 451 // start preview success, move to previewing state 482 CDBG_HIGH("%s: already in preview stopped state, do nothing", __func__); 735 // need restart preview for parameters to take effect 741 // prepare preview again [all...] |
/hardware/qcom/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate.
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModuleUI.java | 97 * Getter for the width of the visible area of the preview. 104 * Getter for the height of the visible area of the preview.
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
BurstCaptureCommand.java | 78 * @param burstInputSurface the input surface to use for streaming preview 85 * @param restorePreviewCommand the command to run to restore the preview,
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
BasicCameraFactory.java | 120 // not result in many rapid (>30fps) requests to restart the preview. 124 // Resend the repeating preview request when the zoom or flash state
|
/packages/apps/InCallUI/res/values/ |
dimens.xml | 114 <!-- The smaller dimension of the video preview. When in portrait orientation this is the 115 width of the preview. When in landscape, this is the height. -->
|
/packages/apps/Launcher3/res/values/ |
dimens.xml | 118 <!-- The amount that the preview contents are inset from the preview background -->
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
WidgetCell.java | 46 * Represents the individual cell of the widget inside the widget tray. The preview is drawn 64 /** Widget preview width is calculated by multiplying this factor to the widget cell width. */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdvancedSettingsFragment.java | 67 // TODO: consolidate key preview dismiss delay with the key preview animation parameters.
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeSelector.java | 121 // TODO: make this conditional on preview mode. Right now we 122 // don't get touch events in preview mode.
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Preview.cpp | 35 /* following code implement the preview mode's image capture & display logic of this class*/ 230 ALOGE("%s: Preview window is NULL, cannot cancel_buffer: hdl =%p", 484 mDisplayBuf[i].planes[0].reserved[0] =0;// mHalCamCtrl->mPreviewMemory.addr_offset[i]; // mDisplayBuf.preview.buf.mp[i].frame_offset; 592 ALOGE("Preview Stopped. Returning callback"); 713 when preview stops and postview start during snapshot.*/ 724 ALOGD("%s: mMsgEnabled =0x%x, preview format =%d", __func__, 726 //Sending preview callback if corresponding Msgs are enabled 731 /* The preview buffer size sent back in the callback should be (width*height*bytes_per_pixel) 732 * As all preview formats we support, use 12 bits per pixel, buffer size = previewWidth * previewHeight * 3/2. [all...] |
/prebuilts/devtools/repository/ |
sdk-repository-10.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. 127 <!-- The optional codename for this platform, if it's a preview. --> 218 <!-- The optional codename for this platform, if it's a preview. --> 257 <!-- The full revision (major.minor.micro.preview), incremented each 296 <!-- The full revision (major.minor.micro.preview), incremented each 330 <!-- The full revision (major.minor.micro.preview), incremented each 369 <!-- The optional codename for this doc, if it's a preview. --> 409 <!-- The optional codename for this doc, if it's a preview. --> 547 <!-- A full revision, with a major.minor.micro and an optional preview number [all...] |