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

  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.h 36 VIDEO,
39 // Sets the default audio/video capture device for media. |args| includes the
  /packages/apps/Camera2/src/com/android/camera/data/
LocalDataViewType.java 10 VIDEO,
  /external/chromium_org/media/base/
demuxer_stream.h 24 VIDEO,
65 // Returns the video decoder configuration. It is an error to call this method
66 // if type() != VIDEO.
  /external/chromium_org/media/cast/
cast_environment.h 30 // The video encoder thread is where the video processing is done.
31 VIDEO,
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 65 VIDEO,
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 58 // Video PES packets contain exactly one (aligned) access unit.
72 VIDEO = 0,
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 94 VIDEO = 64,
262 // attribute of IMAGE/AUDIO/VIDEO/LINK tags.
  /external/chromium_org/media/filters/
stream_parser_factory.cc 38 VIDEO
72 static const CodecInfo kVP8CodecInfo = { "vp8", CodecInfo::VIDEO, NULL,
74 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,
235 { "video/webm", &BuildWebMParser, kVideoWebMCodecs },
240 { "video/mp4", &BuildMP4Parser, kVideoMP4Codecs },
243 { "video/mp2t", &BuildMP2TParser, kVideoMP2TCodecs },
250 // Returns true if |codec_info| is a valid audio/video codec and is allowed.
254 // video codec. |video_codecs| may be NULL, in which case it is not updated
    [all...]
chunk_demuxer_unittest.cc 145 VIDEO,
346 type = "video/webm";
358 std::string type = "video/mp2t";
729 // The resulting video stream returns data from each file for the following
765 // Last video frame has timestamp 2703 and duration 33 (from TrackEntry
766 // DefaultDuration for video track).
844 // The first video frame must be a keyframe.
917 Read(DemuxerStream::VIDEO, read_cb);
1760 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
2833 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
2921 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
    [all...]
  /external/chromium_org/tools/usb_gadget/
usb_constants.py 40 VIDEO = 14
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 93 'VIDEO' : 'tag_video'
106 'VIDEO' : 'tag_video'
364 case 'VIDEO':
    [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/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1455 milliseconds