Home
last modified time | relevance | path

Searched refs:mVideoSurfaceTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp245 mVideoSurfaceTexture(0), in GenericMediaPlayer()
302 if (mVideoSurfaceTexture.get() == bufferProducer.get()) { in setVideoSurfaceTexture()
308 mVideoSurfaceTexture = bufferProducer; in setVideoSurfaceTexture()
335 if (mVideoSurfaceTexture != 0) { in onPrepare()
336 mPlayer->setVideoSurfaceTexture(mVideoSurfaceTexture); in onPrepare()
Dandroid_GenericMediaPlayer.h114 sp<IGraphicBufferProducer> mVideoSurfaceTexture; variable