Searched defs:setVideoSource (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp107 status_t MediaRecorder::setVideoSource(int vs) function in class:android::MediaRecorder
109 ALOGV("setVideoSource(%d)", vs);
126 ALOGE("setVideoSource called in an invalid state(%d)", mCurrentState);
131 status_t ret = mMediaRecorder->setVideoSource(vs);
134 ALOGV("setVideoSource failed: %d", ret);
H A DIMediaRecorder.cpp109 status_t setVideoSource(int vs) function in class:android::BpMediaRecorder
111 ALOGV("setVideoSource(%d)", vs);
359 reply->writeInt32(setVideoSource(vs));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp95 status_t MediaRecorderClient::setVideoSource(int vs) function in class:android::MediaRecorderClient
97 ALOGV("setVideoSource(%d)", vs);
106 return mRecorder->setVideoSource((video_source)vs);
H A DStagefrightRecorder.cpp115 status_t StagefrightRecorder::setVideoSource(video_source vs) { function in class:android::StagefrightRecorder
116 ALOGV("setVideoSource: %d", vs);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java220 * {@link MediaRecorder#setVideoSource(int)}.
344 public native void setVideoSource(int video_source) method in class:MediaRecorder
459 * after setAudioSource()/setVideoSource() but before prepare().
468 * setAudioSource()/setVideoSource().
476 * after setVideoSource(). Call this after setOutFormat() but before
489 * after setVideoSource(). Call this after setOutFormat() but before
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp194 setVideoSource(extractor->getTrack(i));
260 setVideoSource(mVideoSource);
1943 void PreviewPlayer::setVideoSource(const sp<MediaSource>& source) { function in class:android::PreviewPlayer
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp420 setVideoSource(extractor->getTrack(i));
1557 void AwesomePlayer::setVideoSource(sp<MediaSource> source) { function in class:android::AwesomePlayer

Completed in 172 milliseconds