Manipulate a Custom GLSurfaceView in Android
问题 I have a Custom GLSurfaceView created by D.J.I. The video rendering is done by their own compiled class and it allows only one GLSurfaceView to receive their encoded video. I would like to multiply the video output on the screen to view with a V.R viewer, but not sure if it is possible. I know that by coping their custom GLSurfaceView I can do some manipulation, such as controlling the size of the video output. (if I change this line: "SplitDjiSurfaceView.w = width;" to "width/2") I'll get