Searched refs:setVideoSurface (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h102 virtual status_t setVideoSurface(const sp<Surface> &surface);
H A DVideoEditorPlayer.cpp77 status_t VideoEditorPlayer::setVideoSurface(const sp<Surface> &surface) { function in class:android::VideoEditorPlayer
78 ALOGV("setVideoSurface");
H A DVideoEditorPreviewController.cpp975 pController->mVePlayer[playerInstance]->setVideoSurface(
977 ALOGV("preparePlayer: setVideoSurface");
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp265 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive) function
307 setVideoSurface(env, thiz, jsurface, true /* mediaPlayerMustBeAlive */);

Completed in 161 milliseconds