OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setVideoSurface
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h
104
virtual status_t
setVideoSurface
(const sp<Surface> &surface);
VideoEditorPlayer.cpp
77
status_t VideoEditorPlayer::
setVideoSurface
(const sp<Surface> &surface) {
78
ALOGV("
setVideoSurface
");
VideoEditorPreviewController.cpp
[
all
...]
/frameworks/base/media/jni/
android_media_MediaPlayer.cpp
266
setVideoSurface
(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive)
308
setVideoSurface
(env, thiz, jsurface, true /* mediaPlayerMustBeAlive */);
[
all
...]
Completed in 595 milliseconds