HomeSort by relevance Sort by last modified time
    Searched refs:Video (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 48 import android.provider.MediaStore.Video;
49 import android.provider.MediaStore.Video.VideoColumns;
80 private static final String VIDEO_MIME_TYPES = joinNewline("video/*");
91 private static final String TYPE_VIDEO = "video";
197 Video.Media.EXTERNAL_CONTENT_URI, ident.id);
263 cursor = resolver.query(Video.Media.EXTERNAL_CONTENT_URI,
271 // single video
272 cursor = resolver.query(Video.Media.EXTERNAL_CONTENT_URI,
354 cursor = resolver.query(Video.Media.EXTERNAL_CONTENT_URI,
367 cursor = resolver.query(Video.Media.EXTERNAL_CONTENT_URI
    [all...]
  /external/opencv3/modules/video/test/ocl/
test_optflowpyrlk.cpp 133 OCL_INSTANTIATE_TEST_CASE_P(Video, PyrLKOpticalFlow,
  /external/webrtc/webrtc/video/
vie_receiver.cc 11 #include "webrtc/video/vie_receiver.h"
72 "WebRTC.Video.ReceivedFecPacketsInPercent",
77 "WebRTC.Video.RecoveredMediaPacketsInPercentOfFec",
401 rtp_header.type.Video.codec = payload_specific.Video.videoCodecType;
402 rtp_header.type.Video.rotation = kVideoRotation_0;
404 rtp_header.type.Video.rotation =
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 119 /* video */
120 Video = 0xE0,
137 /* end video */
WebMElement.c 67 Ebml_SerializeUnsigned(glob, TrackType, 1); // video is always 1
71 Ebml_StartSubElement(glob, &videoStart, Video);
75 Ebml_EndSubElement(glob, &videoStart); // Video
170 void Mkv_WriteVideoTrack(Ebml& ebml_out, TrackStruct & track, VideoTrackStruct& video)
175 Ebml_StartSubElement(ebml_out, videoHeadLoc, 0xE0); // start Video
176 Ebml_SerializeUnsigned(ebml_out, 0x9A, video.FlagInterlaced ? 1 :0);
177 Ebml_SerializeUnsigned(ebml_out, 0xB0, video.PixelWidth);
178 Ebml_SerializeUnsigned(ebml_out, 0xBA, video.PixelHeight);
179 Ebml_SerializeUnsigned(ebml_out, 0x54B0, video.PixelDisplayWidth);
180 Ebml_SerializeUnsigned(ebml_out, 0x54BA, video.PixelDisplayHeight)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 46 import android.provider.MediaStore.Video;
119 // shot video), we don't want the bottom bar intent ui to reset to the capture button
138 /** Manager used to mute sounds and vibrations during video recording. */
141 * The ringer mode that was set when video recording started. We use this to
142 * reset the mode once video recording has stopped.
151 // The video file that the hardware camera is about to record into
156 // The video file that has already been recorded, and that is being
165 // The video duration limit. 0 means no limit.
309 * Construct a new video module.
405 // Only take snapshots if video snapshot is supported by devic
    [all...]
MediaSaverImpl.java 25 import android.provider.MediaStore.Video;
40 private static final String VIDEO_BASE_URI = "content://media/external/video/media";
111 // We don't set a queue limit for video saving because the file
225 // Rename the video file to the final name. This avoids other
228 String finalName = values.getAsString(Video.Media.DATA);
237 Log.e(TAG, "failed to add video to media store", e);
240 Log.v(TAG, "Current video URI: " + uri);
  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoList.java 23 import android.provider.MediaStore.Video.Media;
  /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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java 27 import android.provider.MediaStore.Video;
48 private static final Uri sVideoUri = Video.Media.getContentUri(sVolumeName);
109 values.put("_data", "/mnt/sdcard/video" + ++mVideoCounter);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 22 import android.provider.MediaStore.Video;
36 // LocalAlbumSet lists all image or video albums in the local storage.
37 // The path should be "/local/image", "local/video" or "/local/all"
45 public static final Path PATH_VIDEO = Path.fromString("/local/video");
48 {Images.Media.EXTERNAL_CONTENT_URI, Video.Media.EXTERNAL_CONTENT_URI};
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 136 // for audio codecs, but there can for video.
212 // Video.
441 payload->typeSpecific.Video.maxRate = rate;
470 payload->typeSpecific.Video.videoCodecType = videoType;
471 payload->typeSpecific.Video.maxRate = rate;
rtp_sender_video.cc 92 payload->typeSpecific.Video.videoCodecType = videoType;
93 payload->typeSpecific.Video.maxRate = maxBitRate;
110 "Video::PacketNormal", "timestamp", capture_timestamp,
113 LOG(LS_WARNING) << "Failed to send video packet " << seq_num;
156 "Video::PacketRed", "timestamp", capture_timestamp,
168 "Video::PacketFec", "timestamp", capture_timestamp,
324 "webrtc", "Video", capture_time_ms, "timestamp", _rtpSender.Timestamp());
rtp_format_vp9_unittest.cc 82 EXPECT_EQ(kRtpVideoVp9, parsed.type.Video.codec);
83 VerifyHeader(expected, parsed.type.Video.codecHeader.VP9);
643 EXPECT_TRUE(parsed.type.Video.isFirstPacket);
653 EXPECT_FALSE(parsed.type.Video.isFirstPacket);
673 EXPECT_EQ(kWidth[0], parsed.type.Video.width);
674 EXPECT_EQ(kHeight[0], parsed.type.Video.height);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video.py 19 class Video(object):
20 """Utilities for storing and interacting with the video capture."""
29 """Uploads video file to cloud storage.
37 """Returns the iteration for processing the video capture.
43 (time_ms, image) tuples representing each video keyframe. Only the first
61 'Failed to identify tab contents in video capture.')
124 def GetDimensions(video):
125 proc = subprocess.Popen(['avconv', '-i', video], stderr=subprocess.PIPE)
130 if 'Video:' in line:
135 assert dimensions, ('Failed to determine video dimensions. output=%s'
    [all...]
  /external/opencv3/modules/videoio/src/cap_winrt/
CaptureFrameGrabber.cpp 42 profile->Video = props;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 78 [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
79 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
  /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 31 import android.provider.MediaStore.Video.Media;
32 import android.provider.MediaStore.Video.VideoColumns;
69 "/video/testvideo.3gp";
71 "/video/testvideo1.3gp";
87 values.put(Media.DESCRIPTION, "This is a video");
98 values.put(Media.MIME_TYPE, "video/3gpp");
122 assertEquals("This is a video",
133 assertEquals("video/3gpp", c.getString(c.getColumnIndex(Media.MIME_TYPE)));
148 values.put(Media.DESCRIPTION, "This is another video");
159 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/Camera2/tests_camera/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...]

Completed in 370 milliseconds

1 23 4 5