HomeSort by relevance Sort by last modified time
    Searched defs:mVideoSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 102 video_source mVideoSource;
  /packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java 67 private Uri mVideoSource;
131 if (mVideoSource == null) {
139 UIIntents.get().launchFullScreenVideoViewer(getContext(), mVideoSource);
224 mVideoSource = part.getContentUri();
233 mVideoView.setVideoURI(mVideoSource);
245 mVideoSource = videoSource;
261 mVideoSource = null;

Completed in 55 milliseconds