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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 46 Video,
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 23 import android.provider.MediaStore.Video;
129 Video.Thumbnails.cancelThumbnailRequest(cr, -1, t.getId());
153 return Video.Thumbnails.getThumbnail(cr, origId, t.getId(),
  /external/libvpx/libmkv/
EbmlIDs.h 120 //video
121 Video = 0xE0,
137 //end video
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 29 #if ENABLE(VIDEO)
215 enum DisplayMode { Unknown, None, Poster, PosterWaitingForVideo, Video };
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 29 #if ENABLE(VIDEO)
133 // This is used internally to trigger swapping from a <video>
138 // a new frame of video is available
146 // The first frame of video is available to render. A media engine need only make this callback if the
190 enum MediaElementType { Video, Audio };
354 #endif // ENABLE(VIDEO)
  /external/webrtc/src/modules/interface/
module_common_types.h 118 RTPVideoHeader Video;
397 // Video Content Metrics
428 * handling of video frames.
  /frameworks/base/core/java/android/provider/
MediaStore.java 176 * The name of the Intent action used to launch a camera in video mode.
195 * capture a video and return it.
197 * The caller may pass in an extra EXTRA_VIDEO_QUALITY to control the video quality.
200 * where the video is written. If EXTRA_OUTPUT is not present the video will be
211 * The name of the Intent-extra used to control the quality of a recorded video. This is an
229 * store the requested image or video.
308 * The width of the image/video in pixels.
313 * The height of the image/video in pixels.
419 * The media type (audio, video, image or playlist
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 200 //Look for video links
201 Video video = Video.matchURL(url, text); local
202 if (video != null) {
203 return video;
206 // Look for video links.
809 /** Represents a link to a Google Video. */
810 public static class Video extends Token {
811 /** Pattern for a video URL. *
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1097 milliseconds