Searched refs:mVideoSurfaceTexture (Results 1 – 2 of 2) sorted by relevance
245 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()
114 sp<IGraphicBufferProducer> mVideoSurfaceTexture; variable