DescriptionWIP. Android EglRenderer: Add Bitmap frame listener functionality
WIP. Untested code that is not finished yet. A unittest should be added
as well. It should be possible to create an EglRenderer in a unittest
by creating a dummy SurfaceTexture and pass it to the EglRenderer.
Then register a frame listener, pass an I420 frame to renderFrame() and
see that the frame listener callback is called with a Bitmap containing
the values in the I420 frame. Similar for passing a texture frame to
renderFrame().
BUG=webrtc:6470
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 2 (1 generated)
|