Searched refs:mAnimationSurface (Results 1 – 2 of 2) sorted by relevance
54 Surface mAnimationSurface; field in VideoPlayer100 if (mAnimationSurface != null) { in release()101 mAnimationSurface.release(); in release()102 mAnimationSurface = null; in release()108 mAnimationSurface = new Surface(surface); in onSurfaceTextureAvailable()112 mMediaPlayer.setSurface(mAnimationSurface); in onSurfaceTextureAvailable()
65 mVideoPlayer.mAnimationSurface = mSurface; in initVideoPlayer()