/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | TestPlayerStub.h | 80 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function 82 return mPlayer->setVideoSurfaceTexture(st); in setVideoSurfaceTexture()
|
H A D | MediaPlayerService.h | 321 virtual status_t setVideoSurfaceTexture(
|
H A D | MediaPlayerService.cpp | 1107 status_t MediaPlayerService::Client::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::MediaPlayerService::Client 1141 status_t err = p->setVideoSurfaceTexture(bufferProducer); in setVideoSurfaceTexture()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_GenericMediaPlayer.cpp | 270 player->setVideoSurfaceTexture(NULL); in preDestroy() 302 void GenericMediaPlayer::setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer) { in setVideoSurfaceTexture() function in android::GenericMediaPlayer 309 mPlayer->setVideoSurfaceTexture(bufferProducer); in setVideoSurfaceTexture() 339 mPlayer->setVideoSurfaceTexture(mVideoSurfaceTexture); in onPrepare()
|
H A D | android_GenericMediaPlayer.h | 92 virtual void setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
|
H A D | android_GenericPlayer.h | 81 virtual void setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer __unused) in setVideoSurfaceTexture() function
|
H A D | android_StreamPlayer.cpp | 350 mPlayer->setVideoSurfaceTexture(NULL); in onStopForDestroy()
|
H A D | MediaPlayer_to_android.cpp | 753 mp->mAVPlayer->setVideoSurfaceTexture(nativeSurfaceTexture); in android_Player_setNativeWindow()
|
/aosp12/frameworks/base/media/tests/players/ |
H A D | invoke_mock_media_player.cpp | 75 virtual status_t setVideoSurfaceTexture( in setVideoSurfaceTexture() function in __anon617094960110::Player
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | IMediaPlayer.h | 63 virtual status_t setVideoSurfaceTexture(
|
H A D | mediaplayer.h | 229 status_t setVideoSurfaceTexture(
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerDriver.h | 48 virtual status_t setVideoSurfaceTexture(
|
H A D | NuPlayerDriver.cpp | 241 status_t NuPlayerDriver::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::NuPlayerDriver
|
/aosp12/frameworks/av/include/media/ |
H A D | MediaPlayerInterface.h | 192 virtual status_t setVideoSurfaceTexture(
|
/aosp12/frameworks/av/media/libmediaplayerservice/include/ |
H A D | MediaPlayerInterface.h | 192 virtual status_t setVideoSurfaceTexture(
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | stream.cpp | 388 player->setVideoSurfaceTexture(surface->getIGraphicBufferProducer()); in main()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | mediaplayer.cpp | 250 status_t MediaPlayer::setVideoSurfaceTexture( in setVideoSurfaceTexture() function in android::MediaPlayer 256 return mPlayer->setVideoSurfaceTexture(bufferProducer); in setVideoSurfaceTexture()
|
H A D | IMediaPlayer.cpp | 154 status_t setVideoSurfaceTexture(const sp<IGraphicBufferProducer>& bufferProducer) in setVideoSurfaceTexture() function in android::BpMediaPlayer 687 reply->writeInt32(setVideoSurfaceTexture(bufferProducer)); in onTransact()
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaPlayer.cpp | 363 mp->setVideoSurfaceTexture(new_st); in setVideoSurface() 384 mp->setVideoSurfaceTexture(st); in android_media_MediaPlayer_prepare() 401 mp->setVideoSurfaceTexture(st); in android_media_MediaPlayer_prepareAsync()
|