summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AVCEncoder.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed software video encoders that are not OMX-based.James Dong2012-04-301-91/+0
| | | | | | o related-to-bug: 5933287 Change-Id: I63635375e2bef00733b61adc3fa12c29df7e2155
* Don't send late frames to software encoders for encodingJames Dong2010-08-121-0/+1
| | | | | | o Document on what frames will be rejected and what frames will be accepted Change-Id: I5a5d489ad3d2b50dbb40a0f6e01529312ce81c54
* Initial checkin for software AVC encoderJames Dong2010-07-131-0/+90
- Since the software encoder assumes the input is YUV420 planar, color conversion needs to be added when the input color format does not meet the requirement. With this patch, I only added a single color conversion from YUV420 semi planar to YUV420 planar. We can add more as we go. Change-Id: If8640c9e5a4f73d385ae9bb2022e57f7f62b91b9