Searched refs:setVideoSurfaceTexture (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/libmediaplayerservice/
H A DTestPlayerStub.h78 virtual status_t setVideoSurfaceTexture( function in class:android::TestPlayerStub
80 return mPlayer->setVideoSurfaceTexture(st);
H A DMidiFile.h38 virtual status_t setVideoSurfaceTexture( function in class:android::MidiFile
H A DStagefrightPlayer.h43 virtual status_t setVideoSurfaceTexture(
H A DStagefrightPlayer.cpp72 status_t StagefrightPlayer::setVideoSurfaceTexture( function in class:android::StagefrightPlayer
74 LOGV("setVideoSurfaceTexture");
H A DMediaPlayerService.h250 virtual status_t setVideoSurfaceTexture(
H A DMediaPlayerService.cpp804 status_t MediaPlayerService::Client::setVideoSurfaceTexture( function in class:android::MediaPlayerService::Client
807 LOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, surfaceTexture.get());
824 LOGE("setVideoSurfaceTexture failed: %d", err);
839 status_t err = p->setVideoSurfaceTexture(surfaceTexture);
/frameworks/base/include/media/
H A DIMediaPlayer.h43 virtual status_t setVideoSurfaceTexture(
H A Dmediaplayer.h173 status_t setVideoSurfaceTexture(
H A DMediaPlayerInterface.h121 virtual status_t setVideoSurfaceTexture(
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h45 void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
H A DNuPlayerDriver.h40 virtual status_t setVideoSurfaceTexture(
H A DNuPlayerDriver.cpp92 status_t NuPlayerDriver::setVideoSurfaceTexture( function in class:android::NuPlayerDriver
94 mPlayer->setVideoSurfaceTexture(surfaceTexture);
H A DNuPlayer.cpp103 void NuPlayer::setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) { function in class:android::NuPlayer
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp71 virtual status_t setVideoSurfaceTexture( function in class:__anon958::Player
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h101 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
H A DVideoEditorPlayer.cpp80 status_t VideoEditorPlayer::setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) { function in class:android::VideoEditorPlayer
81 LOGV("setVideoSurfaceTexture");
/frameworks/base/media/libmedia/
H A DIMediaPlayer.cpp115 status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>& surfaceTexture) function in class:android::BpMediaPlayer
341 reply->writeInt32(setVideoSurfaceTexture(surfaceTexture));
H A Dmediaplayer.cpp222 status_t MediaPlayer::setVideoSurfaceTexture( function in class:android::MediaPlayer
225 LOGV("setVideoSurfaceTexture");
228 return mPlayer->setVideoSurfaceTexture(surfaceTexture);
/frameworks/base/cmds/stagefright/
H A Dstream.cpp363 player->setVideoSurfaceTexture(surface->getSurfaceTexture());
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp291 // before setDataSource(). The redundant call to setVideoSurfaceTexture()
293 mp->setVideoSurfaceTexture(new_st);
314 mp->setVideoSurfaceTexture(st);
331 mp->setVideoSurfaceTexture(st);

Completed in 285 milliseconds