DescriptioniOS: Optimize video scaling and cropping
This CL makes scaling and cropping lazy in AVFoundationVideoCapturer and
provides optimized paths for SW and HW encoding. For SW encoding, an
efficient NV12 -> I420 cropping and scaling is implemented in
CoreVideoFrameBuffer::NativeToI420. For HW encoding, an efficient NV12 ->
NV12 cropping and scaling is implemented in
CoreVideoFrameBuffer::CropAndScaleTo. The performance improvement over
the existing cropping and scaling is that it is now done in one step
instead of making an intermediary copy of the Y plane.
There might still be room for improvement in the HW path using some HW
support. That will be explored in a future CL.
BUG=b/30939444
Committed: https://crrev.com/5a8724564c2245603ba59edf8d6d2736d0efa0ce
Cr-Commit-Position: refs/heads/master@{#14701}
Patch Set 1 #Patch Set 2 : Fix unittest. #
Total comments: 17
Patch Set 3 : Fix Zekes comments. #Patch Set 4 : Add comment about the different resolution variables. #
Messages
Total messages: 17 (10 generated)
|