/frameworks/av/media/libmediaplayerservice/ |
D | TestPlayerStub.h | 78 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function 80 return mPlayer->setVideoSurfaceTexture(st); in setVideoSurfaceTexture()
|
D | StagefrightPlayer.h | 43 virtual status_t setVideoSurfaceTexture(
|
D | MidiFile.h | 38 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function
|
D | StagefrightPlayer.cpp | 72 status_t StagefrightPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::StagefrightPlayer
|
/frameworks/wilhelm/src/android/ |
D | android_GenericMediaPlayer.cpp | 267 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()
|
D | android_GenericMediaPlayer.h | 92 virtual void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
|
D | android_GenericPlayer.h | 81 virtual void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) {} in setVideoSurfaceTexture() function
|
D | MediaPlayer_to_android.cpp | 745 mp->mAVPlayer->setVideoSurfaceTexture( in android_Player_setNativeWindow() 755 mp->mAVPlayer->setVideoSurfaceTexture(nativeSurfaceTexture); in android_Player_setNativeWindow()
|
D | android_StreamPlayer.cpp | 347 mPlayer->setVideoSurfaceTexture(NULL); in onStopForDestroy()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDriver.cpp | 98 status_t NuPlayerDriver::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::NuPlayerDriver 100 mPlayer->setVideoSurfaceTexture(surfaceTexture); in setVideoSurfaceTexture()
|
D | NuPlayer.h | 45 void setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
|
D | NuPlayerDriver.h | 40 virtual status_t setVideoSurfaceTexture(
|
/frameworks/av/include/media/ |
D | IMediaPlayer.h | 48 virtual status_t setVideoSurfaceTexture(
|
D | mediaplayer.h | 199 status_t setVideoSurfaceTexture(
|
D | MediaPlayerInterface.h | 138 virtual status_t setVideoSurfaceTexture(
|
/frameworks/base/media/tests/players/ |
D | invoke_mock_media_player.cpp | 71 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function in __anon83e6b02e0111::Player
|
/frameworks/av/media/libaah_rtp/ |
D | aah_tx_player.h | 45 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>&
|
D | aah_rx_player.cpp | 132 status_t AAH_RXPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::AAH_RXPlayer
|
D | aah_rx_player.h | 47 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>&
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorPlayer.h | 102 virtual status_t setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture);
|
D | VideoEditorPlayer.cpp | 84 status_t VideoEditorPlayer::setVideoSurfaceTexture(const sp<ISurfaceTexture> &surfaceTexture) { in setVideoSurfaceTexture() function in android::VideoEditorPlayer
|
/frameworks/base/media/jni/ |
D | android_media_MediaPlayer.cpp | 295 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/ |
D | IMediaPlayer.cpp | 116 status_t setVideoSurfaceTexture(const sp<ISurfaceTexture>& surfaceTexture) in setVideoSurfaceTexture() function in android::BpMediaPlayer 369 reply->writeInt32(setVideoSurfaceTexture(surfaceTexture)); in onTransact()
|
D | mediaplayer.cpp | 225 status_t MediaPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::MediaPlayer 231 return mPlayer->setVideoSurfaceTexture(surfaceTexture); in setVideoSurfaceTexture()
|
/frameworks/av/cmds/stagefright/ |
D | stream.cpp | 362 player->setVideoSurfaceTexture(surface->getSurfaceTexture()); in main()
|