Home
last modified time | relevance | path

Searched refs:setVideoSurfaceTexture (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/
DTestPlayerStub.h78 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function
80 return mPlayer->setVideoSurfaceTexture(st); in setVideoSurfaceTexture()
DStagefrightPlayer.h43 virtual status_t setVideoSurfaceTexture(
DMidiFile.h38 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function
DStagefrightPlayer.cpp72 status_t StagefrightPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::StagefrightPlayer
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp267 player->setVideoSurfaceTexture(NULL); in preDestroy()
299 void GenericMediaPlayer::setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) { in setVideoSurfaceTexture() function in android::GenericMediaPlayer
306 mPlayer->setVideoSurfaceTexture(surfaceTexture); in setVideoSurfaceTexture()
336 mPlayer->setVideoSurfaceTexture(mVideoSurfaceTexture); in onPrepare()
Dandroid_GenericMediaPlayer.h92 virtual void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
Dandroid_GenericPlayer.h81 virtual void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) {} in setVideoSurfaceTexture() function
DMediaPlayer_to_android.cpp745 mp->mAVPlayer->setVideoSurfaceTexture( in android_Player_setNativeWindow()
755 mp->mAVPlayer->setVideoSurfaceTexture(nativeSurfaceTexture); in android_Player_setNativeWindow()
Dandroid_StreamPlayer.cpp347 mPlayer->setVideoSurfaceTexture(NULL); in onStopForDestroy()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp98 status_t NuPlayerDriver::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::NuPlayerDriver
100 mPlayer->setVideoSurfaceTexture(surfaceTexture); in setVideoSurfaceTexture()
DNuPlayer.h45 void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
DNuPlayerDriver.h40 virtual status_t setVideoSurfaceTexture(
/frameworks/av/include/media/
DIMediaPlayer.h48 virtual status_t setVideoSurfaceTexture(
Dmediaplayer.h199 status_t setVideoSurfaceTexture(
DMediaPlayerInterface.h138 virtual status_t setVideoSurfaceTexture(
/frameworks/base/media/tests/players/
Dinvoke_mock_media_player.cpp71 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function in __anon83e6b02e0111::Player
/frameworks/av/media/libaah_rtp/
Daah_tx_player.h45 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>&
Daah_rx_player.cpp132 status_t AAH_RXPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::AAH_RXPlayer
Daah_rx_player.h47 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>&
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPlayer.h102 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
DVideoEditorPlayer.cpp84 status_t VideoEditorPlayer::setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) { in setVideoSurfaceTexture() function in android::VideoEditorPlayer
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp295 mp->setVideoSurfaceTexture(new_st); in setVideoSurface()
316 mp->setVideoSurfaceTexture(st); in android_media_MediaPlayer_prepare()
333 mp->setVideoSurfaceTexture(st); in android_media_MediaPlayer_prepareAsync()
/frameworks/av/media/libmedia/
DIMediaPlayer.cpp116 status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>& surfaceTexture) in setVideoSurfaceTexture() function in android::BpMediaPlayer
369 reply->writeInt32(setVideoSurfaceTexture(surfaceTexture)); in onTransact()
Dmediaplayer.cpp225 status_t MediaPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::MediaPlayer
231 return mPlayer->setVideoSurfaceTexture(surfaceTexture); in setVideoSurfaceTexture()
/frameworks/av/cmds/stagefright/
Dstream.cpp362 player->setVideoSurfaceTexture(surface->getSurfaceTexture()); in main()

12