/packages/apps/Settings/res/xml/ |
appwidget_info.xml | 20 android:previewImage="@drawable/preview"
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieEffect.java | 79 * Set the duration of the effect. If a preview or export is in progress,
80 * then this change is effective for next preview or export session. s
98 * Set start time of the effect. If a preview or export is in progress, then
99 * this change is effective for next preview or export session.
|
MovieOverlay.java | 104 * If a preview or export is in progress, then this change is effective for
105 * next preview or export session.
121 * If a preview or export is in progress, then this change is effective for
122 * next preview or export session.
138 * Set the start time for the overlay. If a preview or export is in
139 * progress, then this change is effective for next preview or export
|
/sdk/apps/NotificationStudio/res/layout/ |
studio.xml | 22 <include layout="@layout/preview" />
|
/sdk/apps/NotificationStudio/res/layout-w801dp/ |
studio.xml | 24 layout="@layout/preview" />
|
/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/chromium/chrome/browser/ui/webui/ |
print_preview_ui_html_source_unittest.cc | 18 // Create/Get a preview tab for initiator tab. 20 // TODO(thestig) Remove when print preview is enabled by default.
|
/external/eigen/debug/msvc/ |
eigen_autoexp_part.dat | 40 preview
64 preview
87 preview
109 preview
148 preview
192 preview
236 preview
280 preview
|
/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/Gallery2/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;" +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourcePreviewHelper.java | 56 * The width of the preview rendering 58 * TODO: Make the preview rendering resize if the tray area is resized 61 /** The height of the preview rendering */ 88 * Updates the preview based on the current selection and resource type, possibly 162 AdtPlugin.log(e, "Can't read preview image %1$s", path); 176 // AdtPlugin.log(t, "Can't generate preview for %1$s", resource); 179 // preview, so just log a warning (unfortunately without the trace) instead. 180 AdtPlugin.log(IStatus.WARNING, "Can't generate preview for %1$s", resource);
|
/device/lge/mako/camera/ |
QCameraHWI_Preview_7x27A.cpp | 35 /* following code implement the preview mode's image capture & display logic of this class*/ 40 // Preview Callback 64 ALOGW(" Setting NULL preview window "); 65 /* TODO: Current preview window will be invalidated. 367 /* get preview size, by qury mm_camera*/ 398 mDisplayBuf.preview.buf.mp = new mm_camera_mp_buf_t[mDisplayStreamBuf.num]; 399 if (!mDisplayBuf.preview.buf.mp) { 402 memset(mDisplayBuf.preview.buf.mp, 0, 429 mDisplayBuf.preview.buf.mp[i].frame = mDisplayStreamBuf.frame[i]; 430 mDisplayBuf.preview.buf.mp[i].frame_offset = mHalCamCtrl->mPreviewMemory.addr_offset[i] [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraGLTest.java | 162 // preview callbacks in the queue after quit is called. The preview 172 /** The camera preview callback. Stops capture after the first callback */ 185 /** A simple SurfaceTexture listener callback, meant to be used together with the camera preview 192 // Assumes preview is stopped elsewhere 213 if (LOGV) Log.v(TAG, "SurfaceTextureBurstCallback stopping preview."); 215 if (LOGVV) Log.v(TAG, "SurfaceTextureBurstCallback preview stopped."); 237 /** Waits until the camera preview callback has fired */ 239 if (LOGVV) Log.v(TAG, "Wait for preview callback"); 334 /** Test Camera.setPreviewTexture in conjunction with the standard Camera preview callback * [all...] |
/external/chromium/chrome/browser/resources/file_manager/ |
main.html | 119 <div class=preview-container> 122 <div class='preview-label table-header-label' 123 i18n-content=PREVIEW_COLUMN_LABEL>[PREVIEW]</div> 126 <div class=preview-filename></div> 127 <center><img class=preview-img></center> 130 <div class=preview-summary></div>
|
/frameworks/av/services/camera/libcameraservice/camera2/ |
StreamingProcessor.cpp | 95 ALOGE("%s: Camera %d: Unable to create default preview request: " 103 ALOGE("%s: Camera %d: Unable to update common entries of preview " 112 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)", 137 ALOGE("%s: Camera %d: Error querying preview stream info: " 143 ALOGV("%s: Camera %d: Preview size switch: %d x %d -> %d x %d", 148 ALOGE("%s: Camera %d: Error waiting for preview to drain: " 155 "for preview: %s (%d)", __FUNCTION__, mId, 169 ALOGE("%s: Camera %d: Unable to create preview stream: %s (%d)", 178 ALOGE("%s: Camera %d: Unable to set preview stream transform: " 204 ALOGE("%s: Error waiting for preview to drain: %s (%d)" [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4xVSS_API.h | 43 * End of preview generating => the user can launch vps to see preview. Once preview is over, 113 * @brief This structure gathers all the information needed by the VPS for preview 252 * @brief This function prepare the preview 253 * @note The xVSS create 3GP preview file and fill pPreviewSettings with 254 * preview parameters. 261 * @param pPreviewSettings (IN) Preview settings (allocated by the user) 273 * @brief This function unallocate preview ressources and change xVSS 331 * - generates preview file if called after M4xVSS_PreviewStar [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 23 <li><a href="#camera-preview">Creating a preview class</a></li> 24 <li><a href="#preview-layout">Placing preview in a layout</a></li> 98 <dd>This class is used to present a live camera preview to the user.</dd> 362 <li><strong>Create a Preview Class</strong> - Create a camera preview class that extends {@link 365 <li><strong>Build a Preview Layout</strong> - Once you have the camera preview class, create a 366 view layout that incorporates the preview and the user interface controls you want.</li [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraParameters.cpp | 35 const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values"; 36 const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values"; 37 const char CameraProperties::SUPPORTED_PREVIEW_FRAME_RATES[] = "prop-preview-frame-rate-values"; 52 const char CameraProperties::REQUIRED_PREVIEW_BUFS[] = "prop-required-preview-bufs"; 59 const char CameraProperties::PREVIEW_SIZE[] = "prop-preview-size-default"; 60 const char CameraProperties::PREVIEW_FORMAT[] = "prop-preview-format-default"; 61 const char CameraProperties::PREVIEW_FRAME_RATE[] = "prop-preview-frame-rate-default"; 82 const char CameraProperties::S3D2D_PREVIEW[] = "prop-s3d2d-preview"; 83 const char CameraProperties::S3D2D_PREVIEW_MODES[] = "prop-s3d2d-preview-values"; 114 const char CameraProperties::PREFERRED_PREVIEW_SIZE_FOR_VIDEO[] = "preferred-preview-size-for-video" [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraClient.cpp | 286 // If preview has been already started, register preview buffers now. 311 // set the Surface that the preview will use 320 // set the SurfaceTextureClient that the preview will use 335 // set the preview callback flag to affect how the received frames from 336 // preview are handled. 350 // start preview mode 362 // start preview or recording 373 // still able to start preview in this case. 391 // if preview has been enabled, nothing needs to be don [all...] |
/packages/apps/Camera/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). FBO is frame buffer object. 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...] |
/packages/apps/Gallery2/jni_mosaic/ |
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). FBO is frame buffer object. 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/chromium/chrome/browser/ |
aeropeek_manager.h | 37 // This bitmap is used for creating thumbnail and preview images. 49 virtual bool GetTabPreview(int tab_id, SkBitmap* preview) = 0; 58 // a user can preview the contents of a tab (AeroPeek), choose a tab, close 135 virtual bool GetTabPreview(int tab_id, SkBitmap* preview); 183 // When we create a preview bitmap, we use these values for preventing from 190 // preview image can use transparent colors only in the frame area. 195 // content area" when creating a preview image.
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
NotificationStudioActivity.java | 85 MaxHeightScrollView preview = (MaxHeightScrollView) findViewById(R.id.preview_scroller); local 86 if (preview == null) 88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin; 89 preview.addOnLayoutChangeListener(new OnLayoutChangeListener(){ 92 // animate preview height changes 109 // limit the max height for preview, leave room for editors + soft keyboard 116 preview.setMaxHeight((int)(dm.heightPixels * pct));
|
/external/chromium/chrome/browser/resources/file_manager/css/ |
file_manager.css | 177 /* The right-column 'Preview' column container. */ 178 .preview-container { 314 /* The filename text in the preview pane. */ 315 .preview-filename { 325 /* The preview image. */ 326 .preview-img { 332 .preview-img[src=''] { 337 .preview-img.multiple-selected { 342 .preview-img.transparent-background { 343 /* ../images/preview-background.png * [all...] |
/external/chromium/chrome/browser/resources/ |
print_preview.js | 13 // onPageSelectionMayHaveChanged() to make sure that a new preview is not 22 * Window onload handler, sets up the page and starts print preview by getting 197 * Checks whether the preview layout setting is set to 'landscape' or not. 206 * Checks whether the preview color setting is set to 'color' or not. 215 * Checks whether the preview collate setting value is set or not. 239 * Checks whether the preview two-sided checkbox is checked. 273 * Asks the browser to print the preview PDF based on current print settings. 280 * Asks the browser to generate a preview PDF based on current print settings. 310 // Once the printer list is populated, generate the initial preview. 337 * Update the print preview when new preview data is available [all...] |