MIPI interface, cmos bayer and color space transformations run on the A80 video specialized hadware with the GPU help.
The VP8 and H.264 video "hardware" encoders are included as standard encoders in the android stock distribution. ("hardware" means no software encoder implementation).
Unfortunately, the standard Google webrtc video engine (and the WebRTC implementation in the Google Chrome browser) does not use the powerful "hardware" encoding capabilities of the A80, so if you test the WebRTC on Chrome browser or any popular Android webrtc app, it will perform poorly (a black output or 8fps at 4k or around 15fps at 1080p).
You will need to write your own WebRTC video Engine to take advantage of the A80 "hardware" encoder capabilities.
On Android, use the surface input mode for the encoders (this is the only way to get higher FPS and bitrates at 4k). Hope this info help with your project.
Javqui