Home
last modified time | relevance | path

Searched refs:Video (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/docs/html/training/camera/
Dvideobasics.jd20 <li><a href="#TaskCaptureIntent">Record a Video with a Camera App</a>
21 <li><a href="#TaskVideoView">View the Video</a></li>
73 <h2 id="TaskCaptureIntent">Record a Video with a Camera App</h2>
102 <h2 id="TaskVideoView">View the Video</h2>
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd13 <li><a href="#recommendations">Video Encoding Recommendations</a></li>
238 <td rowspan="4">Video</td>
281 <h2 id="recommendations">Video Encoding Recommendations</h2>
306 <th>Video resolution</th>
312 <th>Video frame rate</th>
318 <th>Video bitrate</th>
361 <th>Video resolution</th>
368 <th>Video frame rate</th>
375 <th>Video bitrate</th>
/frameworks/base/docs/html/distribute/googleplay/
Dgoogleplay_toc.cs30 <span class="en">Video Resources</span>
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java201 Video video = Video.matchURL(url, text); in tokenForUrl()
810 public static class Video extends Token { class in AbstractMessageParser
818 public Video(String docid, String text) { in Video() method in AbstractMessageParser.Video
829 public static Video matchURL(String url, String text) { in matchURL()
832 return new Video(m.group(1), text); in matchURL()
1277 html.append(((Video)token).getURL(((Video)token).getDocID())); in toHtml()
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd77 <li>Video recording</li>
78 <li>Video playback (MPEG-4 &amp; 3GP formats)</li>
162 <li>{@link android.media.MediaRecorder Video Recording APIs} for developers (3GP format).</li>
163 <li>Video and photo sharing Intents</li>
Dandroid-1.5.jd219 <li>Video recording APIs for developers (3GP format)</li>
220 <li>Video and photo sharing Intents</li>
/frameworks/base/data/sounds/
DREADME.txt28 Video recording
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java26 import android.provider.MediaStore.Video;
50 private static final Uri sVideoUri = Video.Media.getContentUri(sVolumeName);
/frameworks/base/docs/html/distribute/googleplay/edu/
Dvideos.jd1 page.title=Video Resources
/frameworks/base/docs/html/training/displaying-bitmaps/
Dindex.jd30 <h3>Video</h3>
37 <h3>Video</h3>
/frameworks/base/docs/html/training/printing/
Dindex.jd22 <h3>Video</h3>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT15 Video codecs - optimised code
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT15 Video codecs - optimised code
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT15 Video codecs - sample code
/frameworks/base/media/java/android/media/
DMediaScanner.java42 import android.provider.MediaStore.Video;
782 map.put(Video.Media.ARTIST, (mArtist != null && mArtist.length() > 0
784 map.put(Video.Media.ALBUM, (mAlbum != null && mAlbum.length() > 0
786 map.put(Video.Media.DURATION, mDuration);
788 map.put(Video.Media.RESOLUTION, resolution);
1297 mVideoUri = Video.Media.getContentUri(volumeName);
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dindex.jd28 <h3>Video</h3>
/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd31 <h3>Video</h3>
/frameworks/base/docs/html/training/app-indexing/
Dindex.jd29 <h3>Video</h3>
/frameworks/base/docs/html/training/system-ui/
Dindex.jd57 <h3>Video</h3>
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt105 in this extension. Some possible uses include Audio/Video synchronization,
/frameworks/base/docs/html/training/volley/
Dindex.jd28 <h3>Video</h3>
Drequest-custom.jd21 <h3>Video</h3>
/frameworks/base/docs/html/tools/help/
Dadt.jd142 <h2>Google I/O Session Video</h2>
288 <h2>Google I/O Session Video</h2>
401 <h2>Google I/O Session Video</h2>
430 <h2>Google I/O Session Video</h2>
468 <h2>Google I/O Session Video</h2>
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd15 <li><a href="#intent-video">Video capture intent</a></li>
249 <h3 id="intent-video">Video capture intent</h3>
290 // start the Video Capture Intent
337 // Video captured and saved to fileUri specified in the Intent
338 Toast.makeText(this, "Video saved to:\n" +
343 // Video capture failed, advise user
707 <p>Video capture using the Android framework requires careful management of the {@link
732 <li><strong>Start Recording Video</strong> - The following steps must be completed <em>in
786 <li><strong>Stop Recording Video</strong> - Call the following methods <em>in order</em>, to
1145 <td>{@link android.hardware.Camera#takePicture Video Snapshot}</td>
[all …]
/frameworks/base/core/java/android/provider/
DMediaStore.java645 MiniThumbFile thumbFile = new MiniThumbFile(isVideo ? Video.Media.EXTERNAL_CONTENT_URI in getThumbnail()
1912 public static final class Video { class in MediaStore

123