HomeSort by relevance Sort by last modified time
    Searched refs:setVideoSurfaceTexture (Results 1 - 20 of 20) 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(
StagefrightPlayer.cpp 74 status_t StagefrightPlayer::setVideoSurfaceTexture(
76 ALOGV("setVideoSurfaceTexture");
MediaPlayerService.h 279 virtual status_t setVideoSurfaceTexture(
MediaPlayerService.cpp 814 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
817 ALOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, bufferProducer.get());
833 ALOGE("setVideoSurfaceTexture failed: %d", err);
848 status_t err = p->setVideoSurfaceTexture(bufferProducer);
    [all...]
  /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 __unused)
android_StreamPlayer.cpp 349 mPlayer->setVideoSurfaceTexture(NULL);
MediaPlayer_to_android.cpp 747 mp->mAVPlayer->setVideoSurfaceTexture(nativeSurfaceTexture);
  /frameworks/av/include/media/
IMediaPlayer.h 56 virtual status_t setVideoSurfaceTexture(
mediaplayer.h 220 status_t setVideoSurfaceTexture(
MediaPlayerInterface.h 172 virtual status_t setVideoSurfaceTexture(
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 44 virtual status_t setVideoSurfaceTexture(
NuPlayerDriver.cpp 158 status_t NuPlayerDriver::setVideoSurfaceTexture(
160 ALOGV("setVideoSurfaceTexture(%p)", this);
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 75 virtual status_t setVideoSurfaceTexture(
  /frameworks/av/cmds/stagefright/
stream.cpp 380 player->setVideoSurfaceTexture(surface->getIGraphicBufferProducer());
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 335 // before setDataSource(). The redundant call to setVideoSurfaceTexture()
337 mp->setVideoSurfaceTexture(new_st);
358 mp->setVideoSurfaceTexture(st);
375 mp->setVideoSurfaceTexture(st);
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 141 status_t setVideoSurfaceTexture(const sp<IGraphicBufferProducer>& bufferProducer)
484 reply->writeInt32(setVideoSurfaceTexture(bufferProducer));
mediaplayer.cpp 250 status_t MediaPlayer::setVideoSurfaceTexture(
253 ALOGV("setVideoSurfaceTexture");
256 return mPlayer->setVideoSurfaceTexture(bufferProducer);

Completed in 377 milliseconds