OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setVideoSurfaceTexture
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libmediaplayerservice/
MidiFile.h
38
virtual status_t
setVideoSurfaceTexture
(
StagefrightPlayer.cpp
72
status_t StagefrightPlayer::
setVideoSurfaceTexture
(
74
ALOGV("
setVideoSurfaceTexture
");
TestPlayerStub.h
78
virtual status_t
setVideoSurfaceTexture
(
80
return mPlayer->
setVideoSurfaceTexture
(st);
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/base/media/tests/players/
invoke_mock_media_player.cpp
71
virtual status_t
setVideoSurfaceTexture
(
/frameworks/av/media/libmedia/
mediaplayer.cpp
223
status_t MediaPlayer::
setVideoSurfaceTexture
(
226
ALOGV("
setVideoSurfaceTexture
");
229
return mPlayer->
setVideoSurfaceTexture
(bufferProducer);
IMediaPlayer.cpp
117
status_t
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer>& bufferProducer)
388
reply->writeInt32(
setVideoSurfaceTexture
(bufferProducer));
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp
127
status_t NuPlayerDriver::
setVideoSurfaceTexture
(
/frameworks/wilhelm/src/android/
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) {}
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp
84
status_t VideoEditorPlayer::
setVideoSurfaceTexture
(const sp<IGraphicBufferProducer> &bufferProducer) {
85
ALOGV("
setVideoSurfaceTexture
");
Completed in 75 milliseconds