HomeSort by relevance Sort by last modified time
    Searched defs:Overlay (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 23 * An Overlay is a set of graphics which can be painted on top of the visual
28 public abstract class Overlay {
35 * Construct the overlay, using the given graphics context for painting.
37 public Overlay() {
42 * Initializes the overlay before the first use, if applicable. This is a
53 * Releases resources held by the overlay. Called by the editor when an
54 * overlay has been removed.
60 * Paints the overlay.
69 /** Returns the device associated with this overlay */
75 * Returns whether the overlay is hidde
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
Overlay.java 24 * This is the super class for all Overlay classes.
27 public abstract class Overlay {
33 * The overlay owner
48 private Overlay() {
56 * @param overlayId The overlay id
63 public Overlay(MediaItem mediaItem, String overlayId, long startTimeMs,
85 * Get the overlay ID.
87 * @return The of the overlay
94 * Get the duration of overlay.
96 * @return The duration of the overlay effec
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 183 OMX_U16 Overlay;
248 /*Overlay input port*/
430 /*for overlay*/
432 Overlay = 1;
434 VPP_DPRINT("VPP::OVERLAY ENABLED");
437 Overlay = 0;
447 Overlay,
455 Overlay,
    [all...]

Completed in 263 milliseconds