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.java222 public final class VideoSource { class in class:MediaRecorder
226 private VideoSource() {} method in class:MediaRecorder.VideoSource
342 * @see android.media.MediaRecorder.VideoSource

Completed in 76 milliseconds