/external/chromium_org/chrome/browser/ui/webui/options/ |
media_devices_selection_handler.h | 37 VIDEO, 40 // Sets the default audio/video capture device for media. |args| includes the
|
/external/chromium_org/media/base/ |
demuxer_stream.h | 23 VIDEO, 62 // Returns the video decoder configuration. It is an error to call this method 63 // if type() != 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 = 0,
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 59 VIDEO = 64, 184 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager.h | 73 VIDEO = 64, 237 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.
|
/external/chromium_org/media/filters/ |
stream_parser_factory.cc | 37 VIDEO 71 static const CodecInfo kVP8CodecInfo = { "vp8", CodecInfo::VIDEO, NULL, 73 static const CodecInfo kVP9CodecInfo = { "vp9", CodecInfo::VIDEO, NULL, 133 static const CodecInfo kH264AVC1CodecInfo = { "avc1.*", CodecInfo::VIDEO, NULL, 135 static const CodecInfo kH264AVC3CodecInfo = { "avc3.*", CodecInfo::VIDEO, NULL, 239 { "video/webm", &BuildWebMParser, kVideoWebMCodecs }, 243 { "video/mp4", &BuildMP4Parser, kVideoMP4Codecs }, 246 { "video/mp2t", &BuildMP2TParser, kVideoMP2TCodecs }, 253 // Returns true if |codec_info| is a valid audio/video codec and is allowed. 257 // video codec. |video_codecs| may be NULL, in which case it is not updated [all...] |
chunk_demuxer_unittest.cc | 135 VIDEO, 299 type = "video/webm"; 512 // The resulting video stream returns data from each file for the following 608 // The first video frame must be a keyframe. 681 Read(DemuxerStream::VIDEO, read_cb); 708 ExpectRead(DemuxerStream::VIDEO, video_timecode); 733 timecode, block_count, DemuxerStream::VIDEO, kVideoBlockDuration); 1325 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local 2268 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local 2359 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 120 public static final int VIDEO = 2; 263 mAttachmentType = VIDEO; 575 // and the slide.add fails (for instance, a selected video could be too big), we'll be 608 // attach the picture/video to that first empty slide. From then on when this 609 // function is called, we've got to create a new slide and add the picture/video 638 } else if (type == VIDEO) { [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromePageScript.js | [all...] |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |