/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_sysvideo.h | 86 /* Create a YUV video surface (possibly overlay) of the given
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.c | 231 ushf *overlay; local 232 /* We overlay pending_buf and d_buf+l_buf. This works since the average 293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 294 s->pending_buf = (uchf *) overlay; 304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); 903 ushf *overlay; [all...] |
/external/zlib/src/ |
deflate.c | 228 ushf *overlay; local 229 /* We overlay pending_buf and d_buf+l_buf. This works since the average 301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 302 s->pending_buf = (uchf *) overlay; 312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); [all...] |
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.cpp | 1026 //Provide the overlay Update indication when there is an overlay effect [all...] |
/frameworks/base/core/java/android/transition/ |
Scene.java | 254 * their parent in order to add them to the overlay for fading purposes). If a
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 204 /** Current scrollbar style, including inset and overlay properties. */ 268 // Add track to overlay if it has an image. 282 // Add thumb to overlay if it has an image. 339 * Removes this FastScroller overlay from the host view. [all...] |
/frameworks/base/docs/html/design/patterns/ |
help.jd | 37 The first time each user visits the All Apps screen, a semi-transparent overlay appears to teach an important gesture.
|
/hardware/qcom/display/msm8960/libgralloc/ |
gpu.cpp | 276 // display need to go to overlay
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.cpp | 291 // display need to go to overlay
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gpu.cpp | 276 // display need to go to overlay
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkUtils.java | 101 // If we have a favicon, overlay it in a nice rounded white box on top of the
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropView.java | 351 // Draw overlay shadows
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 352 // Draw overlay shadows
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coff.h | 194 #define COFF_STYP_OVER 0x400 /* overlay section */
|
videodev2.h | 71 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ 72 #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */ 236 #define V4L2_CAP_VIDEO_OVERLAY 0x00000004 /* Can do video overlay */ 242 #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 194 #define COFF_STYP_OVER 0x400 /* overlay section */
|
videodev2.h | 71 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ 72 #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */ 236 #define V4L2_CAP_VIDEO_OVERLAY 0x00000004 /* Can do video overlay */ 242 #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 194 #define COFF_STYP_OVER 0x400 /* overlay section */
|
videodev2.h | 71 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ 72 #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */ 236 #define V4L2_CAP_VIDEO_OVERLAY 0x00000004 /* Can do video overlay */ 242 #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */ [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/ |
mipsel-linux-android-gdb | |
mipsel-linux-android-gdbtui | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-gdb | |
i686-linux-android-gdbtui | |
/docs/source.android.com/src/devices/ |
graphics.jd | 290 surfaces to the overlay hardware of the hardware composer. After that focus on common use cases, 308 selecting the surfaces to send to the overlay hardware that maximizes the load taken off of the
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MediaControlElements.cpp | 281 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-overlay-enclosure", AtomicString::ConstructFromLiteral)); 412 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-overlay-play-button", AtomicString::ConstructFromLiteral));
|