HomeSort by relevance Sort by last modified time
    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 313 virtual status_t setVideoSurfaceTexture(
MediaPlayerService.cpp 730 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
733 ALOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, bufferProducer.get());
750 ALOGE("setVideoSurfaceTexture failed: %d", err);
765 status_t err = p->setVideoSurfaceTexture(bufferProducer);
    [all...]
  /frameworks/av/include/media/
IMediaPlayer.h 48 virtual status_t setVideoSurfaceTexture(
MediaPlayerInterface.h 135 virtual status_t setVideoSurfaceTexture(
mediaplayer.h 201 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 102 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 298 // before setDataSource(). The redundant call to setVideoSurfaceTexture()
300 mp->setVideoSurfaceTexture(new_st);
321 mp->setVideoSurfaceTexture(st);
338 mp->setVideoSurfaceTexture(st);
    [all...]

Completed in 280 milliseconds