HomeSort by relevance Sort by last modified time
    Searched full:movies (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/webkit/Source/WebCore/manual-tests/resources/
video-tab.html 1 <video src="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov" controls autoplay>
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
test.html 9 <embed width="848" height="480" movieurl="http://movies.apple.com/movies/disney/up/up-tlr2_480p.mov"
12 <embed width="1280" height="720" movieurl="http://movies.apple.com/movies/disney/up/up-tlr2_720p.mov"
  /external/webkit/Source/WebCore/manual-tests/
media-controls-when-javascript-disabled.html 17 src="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov">
audio-volume.html 5 var url="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov";
video-statistics.html 6 <video src="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov" id="v" controls autoplay></video>
video-player.html 90 videoElem.src = "http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov";
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieTask.cpp 29 // Put Movies.h first so build failures here point clearly to QuickTime
30 #include <Movies.h>
QTTrack.cpp 29 #include <Movies.h>
QTMovieVisualContext.cpp 33 #include <Movies.h>
MediaPlayerPrivateQuickTimeVisualContext.cpp 644 // "Loaded" is reserved for fully buffered movies, never the case when streaming
661 // This can occur with chained ref movies that eventually resolve to a
    [all...]
QTMovieGWorld.cpp 31 #include <Movies.h>
MediaPlayerPrivateQuickTimeWin.cpp 498 // "Loaded" is reserved for fully buffered movies, never the case when streaming
515 // This can occur with chained ref movies that eventually resolve to a
  /frameworks/base/core/java/android/os/
Environment.java 261 * Standard directory in which to place movies that are available to
263 * public directory, as the media scanner will find and collect movies
266 public static String DIRECTORY_MOVIES = "Movies";
  /external/aac/libAACdec/src/
aacdec_drc.h 101 #define AACDEC_DRC_DEFAULT_REF_LEVEL ( 108 ) /* -27 dB below full scale (typical for movies) */
  /frameworks/base/docs/html/design/building-blocks/
progress.jd 76 In all of the Google Play apps (Music, Books, Movies, Magazines), we wanted the current download state of each item to be visible at all times at the top-level screen. These states are:
  /frameworks/base/docs/html/design/get-started/
ui-overview.jd 59 Apps that display immersive content, such as movies or images, can temporarily hide the system bars
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 144 <string name="movieviewlabel" msgid="7363495772706775465">"Movies"</string>
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 27 #include <QuickTime/Movies.h>
35 #include <Movies.h>
  /frameworks/base/docs/html/guide/topics/data/
data-storage.jd 340 <li><code>Movies/</code> - All movies (excluding those taken with the camcorder).</li>
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-209067.js 373 s += ' <a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html"><img src="http://i.cnn.net/cnn/2003/SHOWBIZ/Movies/06/12/obit.peck/top.peck.obit.jpg" alt="Oscar-winner Peck dies" width="280" height="210" border="0" hspace="0" vspace="0"></a>';
376 s += ' <h2 style="font-size:20px;"><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html">Oscar-winner Peck dies</a></h2>';
381 s += ' <b><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html" class="cnnt1link">FULL STORY</a></b>';
394 s += '&#8226; <a href="http://www.cnn.com/2003/SHOWBIZ/Movies/06/12/peck.filmography/index.html" target="new">Gregory Peck filmography</a><img src="http://i.cnn.net/cnn/.element/img/1.0/misc/icon.external.links.gif" alt="external link" width="20" height="13" vspace="1" hspace="4" border="0" align="top"><br>';
397 s += '&#8226; <a href="http://www.cnn.com/2003/SHOWBIZ/Movies/06/04/heroes.villains.ap/index.html" target="new">Pecks Finch chararcter AFIs top hero</a><img src="http://i.cnn.net/cnn/.element/img/1.0/misc/icon.external.links.gif" alt="external link" width="20" height="13" vspace="1" hspace="4" border="0" align="top"><br>';
    [all...]
  /docs/source.android.com/src/source/
building-devices.md 93 movies. Be sure to make a backup of any precious files you have before
  /external/bluetooth/glib/glib/
gutils.h 166 * @G_USER_DIRECTORY_VIDEOS: the user's Movies directory
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 64 Movies and Games. It is also enriched with tailored recommendations and promotions that
navigation.jd 79 (Movies) which the user hasn't previously navigated through.</p>
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 118 private static final String PARAM_MOVIES_FILENAMES = "movies";
309 * @param movies The array of movie file names to add to the newly
316 String[] movies, String[] photos, String themeType) {
321 intent.putExtra(PARAM_MOVIES_FILENAMES, movies);
1605 final String[] movies = intent.getStringArrayExtra(PARAM_MOVIES_FILENAMES); local
    [all...]

Completed in 1503 milliseconds

1 2 3