HomeSort by relevance Sort by last modified time
    Searched refs:setVideoSurfaceTexture (Results 1 - 21 of 21) sorted by null

  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.h 80 virtual status_t setVideoSurfaceTexture(
82 return mPlayer->setVideoSurfaceTexture(st);
StagefrightPlayer.h 45 virtual status_t setVideoSurfaceTexture(
MidiFile.h 40 virtual status_t setVideoSurfaceTexture(
StagefrightPlayer.cpp 74 status_t StagefrightPlayer::setVideoSurfaceTexture(
76 ALOGV("setVideoSurfaceTexture");
MediaPlayerService.h 340 virtual status_t setVideoSurfaceTexture(
MediaPlayerService.cpp 813 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
816 ALOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, bufferProducer.get());
833 ALOGE("setVideoSurfaceTexture failed: %d", err);
848 status_t err = p->setVideoSurfaceTexture(bufferProducer);
    [all...]
  /frameworks/av/include/media/
IMediaPlayer.h 52 virtual status_t setVideoSurfaceTexture(
MediaPlayerInterface.h 153 virtual status_t setVideoSurfaceTexture(
mediaplayer.h 214 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 42 virtual status_t setVideoSurfaceTexture(
NuPlayerDriver.cpp 138 status_t NuPlayerDriver::setVideoSurfaceTexture(
140 ALOGV("setVideoSurfaceTexture(%p)", this);
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 73 virtual status_t setVideoSurfaceTexture(
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 124 status_t setVideoSurfaceTexture(const sp<IGraphicBufferProducer>& bufferProducer)
403 reply->writeInt32(setVideoSurfaceTexture(bufferProducer));
mediaplayer.cpp 231 status_t MediaPlayer::setVideoSurfaceTexture(
234 ALOGV("setVideoSurfaceTexture");
237 return mPlayer->setVideoSurfaceTexture(bufferProducer);
  /frameworks/av/cmds/stagefright/
stream.cpp 380 player->setVideoSurfaceTexture(surface->getIGraphicBufferProducer());
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 309 // before setDataSource(). The redundant call to setVideoSurfaceTexture()
311 mp->setVideoSurfaceTexture(new_st);
332 mp->setVideoSurfaceTexture(st);
349 mp->setVideoSurfaceTexture(st);
    [all...]

Completed in 326 milliseconds