/** Calling this result in only the audio track being played. */
 public void releaseDisplay() {
   _releaseVideoSurface();
   mSurfaceHolder = null;
   mSurface = null;
 }