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

  /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;
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 539 if (mVideoSource != NULL) {
598 if (mVideoSource != NULL) {
876 (mVideoSource == NULL || (mFlags & VIDEO_AT_EOS))
898 if (mVideoSource != NULL) {
962 if (mVideoSource == NULL) {
1024 if (mVideoSource != NULL) {
1028 if (mAudioSource != NULL && mVideoSource != NULL) {
1044 if (mVideoSource != NULL) {
1064 } else if (mVideoSource == NULL
1073 if (mVideoSource != NULL)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 77 mVideoSource(VIDEO_SOURCE_LIST_END),
137 mVideoSource = VIDEO_SOURCE_CAMERA;
139 mVideoSource = vs;
826 if (mVideoSource == VIDEO_SOURCE_SURFACE) {
841 if (mVideoSource != VIDEO_SOURCE_SURFACE) {
900 if (mVideoSource != VIDEO_SOURCE_LIST_END) {
    [all...]
StagefrightRecorder.h 86 video_source mVideoSource;
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 174 sp<MediaSource> mVideoSource;

Completed in 90 milliseconds