SurfaceFlinger: Set the buffer size in the GraphicBufferAlloc
When setting the buffer size, store the required size, and allocate the buffer of the required size in GraphicBufferAlloc, instead of SurfaceTexture. We do this because SurfaceTexture does not always run in the server process space. GraphicBufferAlloc always runs in the server process.
Loading
Please register or sign in to comment