Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp248 mVideoSurfaceTexture(0), in GenericMediaPlayer()
305 if (mVideoSurfaceTexture.get() == bufferProducer.get()) { in setVideoSurfaceTexture()
311 mVideoSurfaceTexture = bufferProducer; in setVideoSurfaceTexture()
338 if (mVideoSurfaceTexture != 0) { in onPrepare()
339 mPlayer->setVideoSurfaceTexture(mVideoSurfaceTexture); in onPrepare()
Dandroid_GenericMediaPlayer.h114 sp<IGraphicBufferProducer> mVideoSurfaceTexture; variable