/external/chromium/chrome/common/ |
print_messages.h | 130 // Tells the renderer to print the print preview tab's PDF plugin without 145 // requested pages for print preview using the given |settngs|. 205 // Asks the browser to do print preview for the node under the context menu. 208 // Asks the browser to do print preview for window.print(). 211 // Sends back to the browser the rendered "printed document" for preview that
|
/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;
|
DecodeHandler.java | 65 * @param data The YUV preview frame. 66 * @param width The width of the preview frame. 67 * @param height The height of the preview frame.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureFloatingPreviewText.java | 34 * The class for single gesture preview text. The class for multiple gesture preview text will be 128 * Draws gesture preview text 129 * @param canvas The canvas where preview text is drawn. 145 * Updates gesture preview text position based on mLastPointerCoords.
|
PreviewPlacerView.java | 46 public void addPreview(final AbstractDrawingPreview preview) { 47 mPreviews.add(preview);
|
/packages/apps/LegacyCamera/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). 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/ui/views/frame/ |
contents_container.cc | 67 void ContentsContainer::SetPreview(views::View* preview, 69 if (preview == preview_) 74 preview_ = preview;
|
/external/stlport/etc/ |
autoexp.dat | 19 preview 53 preview 87 preview 110 preview 140 preview 156 preview 188 preview 205 preview 276 preview 291 preview [all...] |
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperPreview.java | 62 Log.w(LOG_TAG, "Failure showing preview", new Throwable()); 65 Intent preview = new Intent(activity, LiveWallpaperPreview.class); local 66 preview.putExtra(EXTRA_LIVE_WALLPAPER_INTENT, intent); 67 preview.putExtra(EXTRA_LIVE_WALLPAPER_SETTINGS, info.getSettingsActivity()); 68 preview.putExtra(EXTRA_LIVE_WALLPAPER_PACKAGE, info.getPackageName()); 69 activity.startActivityForResult(preview, code);
|
/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...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
MediaRecorderStressTest.java | 163 //Test case for stressing the camera preview. 174 output.write("Camera start preview stress:\n"); 178 Log.v(TAG, "Start preview"); 210 //Test case for stressing the camera preview. 228 Log.v(TAG, "Start preview"); 263 //Stress test case for switching camera and video recorder preview. 275 output.write("Camera and video recorder preview switching\n"); 279 Log.v(TAG, "Start preview");
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Mem.cpp | 287 // Unregister preview buffers with the camera drivers. Allow the VFE to write 288 // to all preview buffers except for the last one. 289 // Only Register the preview, snapshot and thumbnail buffers with the kernel. 292 if(!strcmp("preview", mName)) num_buf = kPreviewBufferCount; 303 //when VFE is configured for VIDEO, which is as part of preview 342 // Unregister preview buffers with the camera drivers. 343 // Only Unregister the preview, snapshot and thumbnail 347 if(!strcmp("preview", mName)) num_buffers = PREVIEW_BUFFER_COUNT;
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_rdi.c | 80 CDBG_ERROR("%s:Stop preview err=%d\n", __func__, rc); 108 //dumpFrameToFile(frame->frame,pme->dim.display_width,pme->dim.display_height,"preview", 1); 112 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__); 165 CDBG_ERROR("%s:Add stream preview error =%d\n", __func__, rc); 178 CDBG_ERROR("%s:preview streaming err=%d\n", __func__, rc); 210 CDBG_ERROR("%s : Start RDI Stream preview Error",__func__); 273 CDBG_ERROR("%s : Delete Preview error",__func__); 295 CDBG("%s: Start Preview",__func__);
|
/device/lge/mako/camera/ |
QCameraHWI_Mem.cpp | 289 // Unregister preview buffers with the camera drivers. Allow the VFE to write 290 // to all preview buffers except for the last one. 291 // Only Register the preview, snapshot and thumbnail buffers with the kernel. 294 if(!strcmp("preview", mName)) num_buf = kPreviewBufferCount; 305 //when VFE is configured for VIDEO, which is as part of preview 345 // Unregister preview buffers with the camera drivers. 346 // Only Unregister the preview, snapshot and thumbnail 350 if(!strcmp("preview", mName)) num_buffers = PREVIEW_BUFFER_COUNT;
|
/external/chromium/chrome/browser/printing/ |
print_preview_message_handler.cc | 34 // Get/Create preview tab for initiator tab. 60 // Get the print preview tab.
|
/external/chromium/chrome/browser/ui/webui/ |
print_preview_handler.h | 22 // The handler for Javascript messages related to the "print preview" dialog. 45 // Ask the initiator renderer to generate a preview.
|
/external/qemu/android/camera/ |
camera-format-converters.h | 25 * used by the camera framework for video, and RGB32 for preview window.
42 * preview window. Since these two framebuffers have different pixel formats
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorMain.h | 26 MSG_TYPE_PREVIEW_END, // Preview of clips is complete 27 MSG_TYPE_OVERLAY_UPDATE, // update overlay during preview
|
/frameworks/base/docs/html/sdk/installing/ |
studio-tips.jd | 90 into your layout and preview your layout while editing the XML.</p> 92 <p>While editing in the <strong>Text</strong> view, you can preview the layout on devices by opening 93 the <strong>Preview</strong> pane available on the right side of the window. Within the 94 Preview pane, you can modify the preview by changing various options at the top of the pane, including 95 the preview device, layout theme, platform version and more. To preview the layout on multiple 96 devices simultaneously, select <strong>Preview All Screen Sizes</strong> from the device drop-down.
|
/hardware/msm7k/libcamera/ |
camera_ifc.h | 127 * Preview: not applicable 135 * Preview: preview image dimension 144 /* Preview: not applicable 154 * Preview: preview image buffer ptr 226 CAMERA_EVT_CB_FRAME, /* Preview or video frame ready */ 318 * preview mode */
|
/packages/apps/Browser/res/xml/ |
accessibility_preferences.xml | 27 android:title="@string/preview" /> 51 android:title="@string/preview" />
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
MasterImage.java | 160 Bitmap preview = mLoader.getOriginalBitmapSmall(); local 161 if (preview != null) { 162 float s = Math.min(preview.getWidth(), preview.getHeight()); 164 int w = (int) (preview.getWidth() * f); 165 int h = (int) (preview.getHeight() * f); 166 Bitmap historyPreview = Bitmap.createScaledBitmap(preview, w, h, true); 417 // History preview images
|
/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>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderLoggerTest.java | 33 assertEquals("The graphics preview in the layout editor may not be accurate:\n" 65 assertEquals("The graphics preview in the layout editor may not be accurate:\n"
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
GLSurfaceViewActivity.java | 32 // Create our Preview view and set it as the content of our
|