@Override
 public void onSurfaceChanged(SurfaceHolder holder, int format, int w, int h) {
   Log.d(TAG, "VideoEngine onSurfaceChanged()");
   super.onSurfaceChanged(holder, format, w, h);
 }