HomeSort by relevance Sort by last modified time
    Searched refs:Video (Results 26 - 36 of 36) sorted by null

12

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 39 #include <Video.h>
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 28 #if ENABLE(VIDEO)
205 , m_mediaElementType(Video)
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 29 #if ENABLE(VIDEO)
59 // Video
424 if (player->mediaElementType() == MediaPlayer::Video)
519 #endif // VIDEO
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 58 import android.provider.MediaStore.Video;
411 db.execSQL("DROP TABLE IF EXISTS video");
595 // Contains meta data about video files
596 db.execSQL("CREATE TABLE IF NOT EXISTS video (" +
621 db.execSQL("CREATE TRIGGER IF NOT EXISTS video_cleanup DELETE ON video " +
655 // Create bucket_id and bucket_display_name columns for the video table.
656 db.execSQL("ALTER TABLE video ADD COLUMN bucket_id TEXT;");
657 db.execSQL("ALTER TABLE video ADD COLUMN bucket_display_name TEXT");
659 // In version 68, originally we updateBucketNames(db, "video"),
668 // Create bookmark column for the video table
    [all...]
  /external/clearsilver/imd/
imd.cs 179 <a href="<?cs var:CGI.PathInfo?>?image=<?cs var:url_escape(Album) ?>/<?cs var:url_escape(Picture.avi) ?>">Raw Video <?cs var:html_escape(Picture.avi) ?></a>
  /frameworks/base/core/java/android/provider/
MediaStore.java 145 * The name of the Intent action used to launch a camera in video mode.
165 * capture an video and return it.
167 * The caller may pass in an extra EXTRA_VIDEO_QUALITY to control the video quality.
170 * where the video is written. If EXTRA_OUTPUT is not present the video will be
178 * The name of the Intent-extra used to control the quality of a recorded video. This is an
196 * store the requested image or video.
259 * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended
299 * @param origId original image or video id. use -1 to cancel all requests.
324 * @param origId original image or video i
    [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 28 #if ENABLE(VIDEO)
595 m_player->setMediaElementType(MediaPlayer::Video);
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 213 <span class="en">Audio and Video</span>
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 78 import android.provider.MediaStore.Video;
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 545 milliseconds

12