OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setVideoSurfaceTexture
(Results
1 - 23
of
23
) sorted by null
/frameworks/av/media/libmediaplayerservice/
TestPlayerStub.h
78
virtual status_t
setVideoSurfaceTexture
(
80
return mPlayer->
setVideoSurfaceTexture
(st);
StagefrightPlayer.h
43
virtual status_t
setVideoSurfaceTexture
(
MidiFile.h
38
virtual status_t
setVideoSurfaceTexture
(
StagefrightPlayer.cpp
72
status_t StagefrightPlayer::
setVideoSurfaceTexture
(
74
ALOGV("
setVideoSurfaceTexture
");
MediaPlayerService.h
329
virtual status_t
setVideoSurfaceTexture
(
MediaPlayerService.cpp
732
status_t MediaPlayerService::Client::
setVideoSurfaceTexture
(
735
ALOGV("[%d]
setVideoSurfaceTexture
(%p)", mConnId, bufferProducer.get());
752
ALOGE("
setVideoSurfaceTexture
failed: %d", err);
767
status_t err = p->
setVideoSurfaceTexture
(bufferProducer);
[
all
...]
/frameworks/av/include/media/
IMediaPlayer.h
48
virtual status_t
setVideoSurfaceTexture
(
mediaplayer.h
207
status_t
setVideoSurfaceTexture
(
MediaPlayerInterface.h
150
virtual status_t
setVideoSurfaceTexture
(
/frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h
92
virtual void
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer> &bufferProducer);
android_GenericMediaPlayer.cpp
267
player->
setVideoSurfaceTexture
(NULL);
299
void GenericMediaPlayer::
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer> &bufferProducer) {
300
SL_LOGV("GenericMediaPlayer::
setVideoSurfaceTexture
()");
306
mPlayer->
setVideoSurfaceTexture
(bufferProducer);
336
mPlayer->
setVideoSurfaceTexture
(mVideoSurfaceTexture);
android_GenericPlayer.h
81
virtual void
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer> &bufferProducer) {}
android_StreamPlayer.cpp
349
mPlayer->
setVideoSurfaceTexture
(NULL);
MediaPlayer_to_android.cpp
747
mp->mAVPlayer->
setVideoSurfaceTexture
(nativeSurfaceTexture);
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h
40
virtual status_t
setVideoSurfaceTexture
(
NuPlayerDriver.cpp
127
status_t NuPlayerDriver::
setVideoSurfaceTexture
(
/frameworks/base/media/tests/players/
invoke_mock_media_player.cpp
71
virtual status_t
setVideoSurfaceTexture
(
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h
105
virtual status_t
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer> &bufferProducer);
VideoEditorPlayer.cpp
84
status_t VideoEditorPlayer::
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer> &bufferProducer) {
85
ALOGV("
setVideoSurfaceTexture
");
/frameworks/av/media/libmedia/
IMediaPlayer.cpp
117
status_t
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer>& bufferProducer)
388
reply->writeInt32(
setVideoSurfaceTexture
(bufferProducer));
mediaplayer.cpp
223
status_t MediaPlayer::
setVideoSurfaceTexture
(
226
ALOGV("
setVideoSurfaceTexture
");
229
return mPlayer->
setVideoSurfaceTexture
(bufferProducer);
/frameworks/av/cmds/stagefright/
stream.cpp
377
player->
setVideoSurfaceTexture
(surface->getIGraphicBufferProducer());
/frameworks/base/media/jni/
android_media_MediaPlayer.cpp
300
// before setDataSource(). The redundant call to
setVideoSurfaceTexture
()
302
mp->
setVideoSurfaceTexture
(new_st);
323
mp->
setVideoSurfaceTexture
(st);
340
mp->
setVideoSurfaceTexture
(st);
[
all
...]
Completed in 418 milliseconds