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