Searched defs:VideoSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h28 class VideoSource : public MediaSource { class in namespace:android
32 VideoSource(int width, int height) function in class:android::VideoSource
64 // printf("VideoSource::read\n");
78 // printf("VideoSource::read - returning buffer\n");
79 // LOG(INFO)("VideoSource::read - returning buffer");
84 virtual ~VideoSource() {}
92 VideoSource(const VideoSource &);
93 VideoSource &operator=(const VideoSource
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java139 * {@link #stop}, or is called when VideoSource is not set to SURFACE.
140 * @see android.media.MediaRecorder.VideoSource
157 * @see MediaRecorder.VideoSource
329 public final class VideoSource { class in class:MediaRecorder
333 private VideoSource() {} method in class:MediaRecorder.VideoSource
469 * @see android.media.MediaRecorder.VideoSource

Completed in 71 milliseconds