/packages/apps/LegacyCamera/src/com/android/camera/ |
VideoCamera.java | 56 import android.provider.MediaStore.Video; 163 // The bitmap of the last captured video thumbnail and the URI of the 164 // original video. 203 // The video file that the hardware camera is about to record into 208 // The video file that has already been recorded, and that is being 216 // The video duration limit. 0 menas no limit. 490 // Remove the video quality preference setting when the quality is given in the intent. 564 // Do not rotate the icons during recording because the video 605 Log.e(TAG, "Couldn't view video " + mCurrentVideoUri, ex); 669 // Keep the shutter button disabled when in video capture inten [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Video_MediaTest.java | 29 import android.provider.MediaStore.Video.Media; 30 import android.provider.MediaStore.Video.VideoColumns; 70 "/video/testvideo.3gp"; 72 "/video/testvideo1.3gp"; 88 values.put(Media.DESCRIPTION, "This is a video"); 99 values.put(Media.MIME_TYPE, "video/3gpp"); 123 assertEquals("This is a video", 134 assertEquals("video/3gpp", c.getString(c.getColumnIndex(Media.MIME_TYPE))); 149 values.put(Media.DESCRIPTION, "This is another video"); 160 values.put(Media.MIME_TYPE, "video/3gpp") [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
video_receiver.cc | 173 // Enable or disable a video protection method. 348 TRACE_EVENT_ASYNC_STEP1("webrtc", "Video", frame.TimeStamp(), "Decode", 379 TRACE_EVENT_ASYNC_END0("webrtc", "Video", frame.TimeStamp()); 447 int32_t ret = _receiver.InsertPacket(packet, rtpInfo.type.Video.width, 448 rtpInfo.type.Video.height); 475 // Current video delay
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_rtcp_defines.h | 49 VideoPayload Video;
|
/packages/apps/Camera2/src/com/android/camera/data/ |
VideoItem.java | 39 * Backing data for a single video displayed in the filmstrip. 76 * synchronously decoding the video header for every item when loading our data set 78 * to decode the video header for each item and prefer whatever values it obtains. 99 * If the metadata loader has determined from the video header that we need to rotate the video 125 MediaStore.Video.VideoColumns._ID + "=" + mData.getContentId(), null); 214 return FilmstripItemType.VIDEO;
|
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
VideoCaptureIntentTest.java | 30 import android.provider.MediaStore.Video.VideoColumns; 94 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 132 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 147 Log.v(TAG, "Video size is " + length + " bytes."); 154 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 167 // The duraion should be close to to the limit. The last video duration 170 Log.v(TAG, "Video length is " + duration + " ms."); 176 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 209 // Verify the video file 216 Log.v(TAG, "Video duration is " + durationValue) [all...] |
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/ |
VideoCaptureIntentTest.java | 32 import android.provider.MediaStore.Video.VideoColumns; 101 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 155 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 170 Log.v(TAG, "Video size is " + length + " bytes."); 177 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 190 // The duraion should be close to to the limit. The last video duration 193 Log.v(TAG, "Video length is " + duration + " ms."); 199 mFile = new File(Environment.getExternalStorageDirectory(), "video.tmp"); 232 // Verify the video file 239 Log.v(TAG, "Video duration is " + durationValue) [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 41 import android.provider.MediaStore.Video; 420 mVideoUri = Video.Media.getContentUri(volumeName); 644 // we only extract metadata for audio and video files 834 mimeType.startsWith("video")) { 837 // with a video track [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
facp.asl | 102 Headless - No Video (V3) : 1
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ |
CameraIntentsActivity.java | 51 * MediaStore.Video.Media.EXTERNAL_CONTENT_URI - this should fire when a new 52 * video has been captured by the camera app, and it has been added 115 uriToTrigger = MediaStore.Video.Media.EXTERNAL_CONTENT_URI; 142 return "Application Video"; 148 return "Intent Video"; 258 the intents by taking a photo/video
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
tab_unittest.py | 11 from telemetry.internal.image_processing import video 46 return video.Video(tempfile.NamedTemporaryFile())
|
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 158 * An intent to perform a search for video media and automatically play content from the 163 * contain any type of unstructured video search, like the name of a movie, one or more actors, 167 * sense for apps that can support large-scale search of video, such as services connected to an 260 * applications should be careful not to share any photo or video with other 272 * The name of the Intent action used to launch a camera in video mode. 307 * or video with other applications or internet. The activity should use {@link 332 * capture a video and return it. 334 * The caller may pass in an extra EXTRA_VIDEO_QUALITY to control the video quality. 337 * where the video is written. If EXTRA_OUTPUT is not present the video will b [all...] |
/prebuilts/go/darwin-x86/src/image/jpeg/ |
idct.go | 9 // http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/verifier/mpeg2decode_960109.tar.gz 33 * Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
|
/prebuilts/go/darwin-x86/src/net/http/ |
sniff_test.go | 50 // Video types. 51 {"MP4 video", []byte("\x00\x00\x00\x18ftypmp42\x00\x00\x00\x00mp42isom<\x06t\xbfmdat"), "video/mp4"}, 52 {"AVI video #1", []byte("RIFF,O\n\x00AVI LISTÀ"), "video/avi"}, 53 {"AVI video #2", []byte("RIFF,\n\x00\x00AVI LISTÀ"), "video/avi"},
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
idct.go | 9 // http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/verifier/mpeg2decode_960109.tar.gz 33 * Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
|
/prebuilts/go/linux-x86/src/net/http/ |
sniff_test.go | 50 // Video types. 51 {"MP4 video", []byte("\x00\x00\x00\x18ftypmp42\x00\x00\x00\x00mp42isom<\x06t\xbfmdat"), "video/mp4"}, 52 {"AVI video #1", []byte("RIFF,O\n\x00AVI LISTÀ"), "video/avi"}, 53 {"AVI video #2", []byte("RIFF,\n\x00\x00AVI LISTÀ"), "video/avi"},
|
/external/webrtc/webrtc/video/ |
video_send_stream_tests.cc | 39 #include "webrtc/video/send_statistics_proxy.h" [all...] |
/external/doclava/res/assets/templates-sdk/assets/css/ |
default.css | 159 video { 166 .video-wrapper { 172 .video-wrapper video { 176 .video-wrapper:before { 188 .video-wrapper:hover:before { 192 .video-wrapper.playing:before { 430 video.with-shadow { 957 /* video containers */ 963 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video, [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_sender.cc | 484 video_->SetVideoCodecType(payload->typeSpecific.Video.videoCodecType); 485 *video_type = payload->typeSpecific.Video.videoCodecType; 486 video_->SetMaxConfiguredBitrateVideo(payload->typeSpecific.Video.maxRate); 535 TRACE_EVENT_ASYNC_STEP1("webrtc", "Video", capture_time_ms, 549 // Note: This is currently only counting for video. [all...] |
/external/webrtc/webrtc/modules/include/ |
module_common_types.h | 252 RTPVideoHeader Video;
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
docs.js | 241 // Set up play-on-hover <video> tags. 242 $('video.play-on-hover').bind('click', function() { 243 $(this).get(0).load(); // in case the video isn't seekable 247 // Set up play-on-click for <video> tags with a "video-wrapper". 248 $('.video-wrapper > video').bind('click', function() { [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 19 from telemetry.internal.image_processing import video 402 """Starts the video capture at specified bitrate.""" 405 raise ValueError('Android video capture cannot capture at %dmbps. ' 418 assert self.is_video_capture_running, 'Must start video capture first' 424 return video.Video(video_file_obj)
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 86 import android.provider.MediaStore.Video; 320 Video.Media.getContentUri(EXTERNAL_VOLUME), null); [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
CameraActivity.java | 477 * @return the video/image's ShareIntent or null if mimeType is 483 if (mimeType.startsWith("video/")) { 484 intent.setType("video/*"); [all...] |
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
docs.js | 469 // Set up play-on-hover <video> tags. 470 $('video.play-on-hover').bind('click', function(){ 471 $(this).get(0).load(); // in case the video isn't seekable 575 var $videoLinks = $("a.video-shadowbox-button, a.notice-developers-video"); 579 '<div id="video-container">'+ 580 '<div id="video-frame">'+ 581 '<div class="video-close">'+ 582 '<span id="icon-video-close" onclick="closeVideo()"> </span>'+ 607 /* Returns the height the shadowbox video should be. It's based on the curren [all...] |