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

  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.h 52 VIDEO,
  /external/grub/docs/
kernel.c 32 /* The video memory address. */
33 #define VIDEO 0xB8000
40 /* Point to the video memory. */
41 static volatile unsigned char *video; variable
155 /* Clear the screen and initialize VIDEO, XPOS and YPOS. */
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE
    [all...]
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 65 VIDEO,
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 60 // Video PES packets contain exactly one (aligned) access unit.
74 VIDEO,
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 59 VIDEO = 64,
184 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 120 public static final int VIDEO = 2;
263 mAttachmentType = VIDEO;
578 // and the slide.add fails (for instance, a selected video could be too big), we'll be
611 // attach the picture/video to that first empty slide. From then on when this
612 // function is called, we've got to create a new slide and add the picture/video
641 } else if (type == VIDEO) {
    [all...]

Completed in 162 milliseconds