/external/grub/stage2/ |
hercules.c | 84 volatile unsigned short *video local 87 video[herc_y * HERCULES_WIDTH + herc_x] 101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local 111 video[i] = 0x07200720; 119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local 122 video[i] = 0x07200720;
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios.h | 30 /* Hidden "this" pointer for the video functions */ 33 /* TT video modes: 2 42 Uint16 number; /* Video mode number */ 54 int old_video_mode; /* Old video mode before entering SDL */ 58 int num_modes; /* Number of xbios video modes */ 59 xbiosmode_t *mode_list; /* List of xbios video modes */
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Video_MediaTest.java | 29 import android.provider.MediaStore.Video.Media; 32 @TestTargetClass(MediaStore.Video.Media.class) 61 "/video/testvideo.3gp"; 63 "/video/testvideo1.3gp"; 70 values.put(Media.DESCRIPTION, "This is a video"); 81 values.put(Media.MIME_TYPE, "video/3gpp"); 105 assertEquals("This is a video", 116 assertEquals("video/3gpp", c.getString(c.getColumnIndex(Media.MIME_TYPE))); 131 values.put(Media.DESCRIPTION, "This is another video"); 142 values.put(Media.MIME_TYPE, "video/3gpp") [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 239 /* Set up the new video mode rectangle */ 346 /* Query for the list of available video modes */ 482 SDL_Surface *video; local 507 video = current; 537 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 539 if ( video == NULL ) { 545 /* Fill in part of the video surface */ 546 prev_flags = video->flags; 547 prev_w = video->w; 548 prev_h = video->h [all...] |
/frameworks/base/camera/libcameraservice/ |
FakeCamera.h | 27 * FakeCamera is used in the CameraHardwareStub to provide a fake video feed 29 * The fake video is a moving black and white checkerboard background with a 33 * TODO: Since the major methods provides a raw/uncompressed video feed, rename
|
/frameworks/base/include/media/ |
MediaProfiles.h | 57 * vid.codec - video encoder. see mediarecorder.h for details. 59 * vid.width - video frame width 60 * vid.height - video frame height 61 * vid.fps - video frame rate 62 * vid.bps - video bit rate 75 * Returns the video encoders supported. 80 * Returns the value for the given param name for the given video encoder 84 * enc.vid.width.min - min video frame width 85 * enc.vid.width.max - max video frame width 86 * enc.vid.height.min - min video frame heigh [all...] |
/frameworks/base/media/java/android/media/ |
DecoderCapabilities.java | 26 * video and audio decoder(s) supported on a specific Android platform. 31 * The VideoDecoder class represents the type of a video decoder 51 * Returns the list of video decoder types
|
/device/htc/dream-sapphire/ |
media_profiles.xml | 24 <!ELEMENT EncoderProfile (Video, Audio)> 28 <!ELEMENT Video EMPTY> 29 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED> 30 <!ATTLIST Video bitRate CDATA #REQUIRED> 31 <!ATTLIST Video width CDATA #REQUIRED> 32 <!ATTLIST Video height CDATA #REQUIRED> 33 <!ATTLIST Video frameRate CDATA #REQUIRED> 83 <Video codec="h263" 96 <Video codec="h263"
|
/device/htc/passion-common/ |
media_profiles.xml | 24 <!ELEMENT EncoderProfile (Video, Audio)> 28 <!ELEMENT Video EMPTY> 29 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED> 30 <!ATTLIST Video bitRate CDATA #REQUIRED> 31 <!ATTLIST Video width CDATA #REQUIRED> 32 <!ATTLIST Video height CDATA #REQUIRED> 33 <!ATTLIST Video frameRate CDATA #REQUIRED> 83 <Video codec="h264" 96 <Video codec="m4v"
|
/external/opencore/nodes/pvomxvideodecnode/ |
Android.mk | 23 $(PV_TOP)/codecs_v2/video/wmv_vc1/dec/src \
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_format_type.h | 71 // MIME strings for uncompressed video formats 79 // MIME strings for uncompressed sub-video formats 117 // MIME strings for Compressed video formats 118 #define PVMF_MIME_M4V "video/MP4V-ES"// MPEG4 Video 119 #define PVMF_MIME_H2631998 "video/H263-1998" 120 #define PVMF_MIME_H2632000 "video/H263-2000" 124 #define PVMF_MIME_H264_VIDEO_MP4 "X-H264-VIDEO" 126 #define PVMF_MIME_H264_VIDEO "video/H264" 128 #define PVMF_MIME_WMV "video/x-ms-wmv [all...] |
pvmi_kvp.h | 430 // key for video decoder format 431 #define PVMF_VIDEO_DEC_FORMAT_TYPE_VALUE_KEY "x-pvmf/video/decoder/format-type;valtype=char*" 436 // Keys for format specific info for video media type 479 // Keys for media output components -- Video 481 //video format strings as defined in pvmf_format_type.h 482 #define MOUT_VIDEO_FORMAT_KEY "x-pvmf/video/render/media_format;valtype=char*" 483 // video sub-format (e.g. YUV420-planar etc.) 484 #define MOUT_VIDEO_SUBFORMAT_KEY "x-pvmf/video/render/media_subformat;valtype=char*" 486 //video dimensions in pixels 487 #define MOUT_VIDEO_WIDTH_KEY "x-pvmf/video/render/width;valtype=uint32 [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/ |
Android.mk | 33 LOCAL_MODULE:= libOMX.TI.Video.Decoder
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
VideoObject.java | 26 import android.provider.MediaStore.Video; 33 * Represents a particular video and provides access to the underlying data and 35 * path to the actual video data. 68 Video.Thumbnails.MINI_KIND);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILRefElement.java | 16 * // audio, video, ...
|
/prebuilt/linux-x86/sdl/lib/pkgconfig/ |
sdl.pc | 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
/prebuilt/windows/sdl/lib/pkgconfig/ |
sdl.pc | 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 119 #define SDL_HWSURFACE 0x00000001 /* Surface is in video memory */ 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */ 124 #define SDL_DOUBLEBUF 0x40000000 /* Set up double-buffered video mode */ 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */ 148 /* Useful for determining the video hardware capabilities */ 162 Uint32 video_mem; /* The total amount of video memory (in K) */ 163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ 164 int current_w; /* Value: The current video mode width */ 165 int current_h; /* Value: The current video mode height */ 169 /* The most common video overlay formats [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 119 #define SDL_HWSURFACE 0x00000001 /* Surface is in video memory */ 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */ 124 #define SDL_DOUBLEBUF 0x40000000 /* Set up double-buffered video mode */ 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */ 148 /* Useful for determining the video hardware capabilities */ 162 Uint32 video_mem; /* The total amount of video memory (in K) */ 163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ 164 int current_w; /* Value: The current video mode width */ 165 int current_h; /* Value: The current video mode height */ 169 /* The most common video overlay formats [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 119 #define SDL_HWSURFACE 0x00000001 /* Surface is in video memory */ 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */ 124 #define SDL_DOUBLEBUF 0x40000000 /* Set up double-buffered video mode */ 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */ 148 /* Useful for determining the video hardware capabilities */ 162 Uint32 video_mem; /* The total amount of video memory (in K) */ 163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ 164 int current_w; /* Value: The current video mode width */ 165 int current_h; /* Value: The current video mode height */ 169 /* The most common video overlay formats [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 119 #define SDL_HWSURFACE 0x00000001 /* Surface is in video memory */ 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */ 124 #define SDL_DOUBLEBUF 0x40000000 /* Set up double-buffered video mode */ 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */ 148 /* Useful for determining the video hardware capabilities */ 162 Uint32 video_mem; /* The total amount of video memory (in K) */ 163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ 164 int current_w; /* Value: The current video mode width */ 165 int current_h; /* Value: The current video mode height */ 169 /* The most common video overlay formats [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 131 #define SDL_HWSURFACE 0x00000001 /* Surface is in video memory */ 134 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */ 136 #define SDL_DOUBLEBUF 0x40000000 /* Set up double-buffered video mode */ 140 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */ 156 /* Useful for determining the video hardware capabilities */ 170 Uint32 video_mem; /* The total amount of video memory (in K) */ 171 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ 175 /* The most common video overlay formats. 188 /* The YUV hardware video overlay */ 232 * have a specific need to specify the video driver you want to use [all...] |
/external/bluetooth/bluez/tools/ |
avctrl.8 | 20 avctrl \- Bluetooth Audio/Video control utility 29 is used to control the Audio/Video dongles.
|
/external/opencore/codecs_v2/video/m4v_h263/dec/ |
Android.mk | 52 $(PV_TOP)/codecs_v2/video/m4v_h263/dec/src \ 53 $(PV_TOP)/codecs_v2/video/m4v_h263/dec/include \
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_decode.h | 20 MPEG-4 Simple Profile Video Decoder 27 * in the course of development of the MPEG-4 Video (ISO/IEC 14496-2) standard. 29 * Video (ISO/IEC 14496-2) tools as specified by the MPEG-4 Video (ISO/IEC 32 * ISO/IEC gives users of the MPEG-4 Video (ISO/IEC 14496-2) standard free 34 * or software products claiming conformance to the MPEG-4 Video (ISO/IEC 42 * not released for non MPEG-4 Video (ISO/IEC 14496-2) Standard conforming 47 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) Standard
|