summaryrefslogtreecommitdiffstats
path: root/include/ndk/NdkMediaFormat.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify error/status codesMarco Nelissen2014-05-151-1/+3
| | | | Change-Id: Ib90cc2f2adc07ff146256931c92c0ec4becb86f5
* Expand AMediaFormatMarco Nelissen2014-05-071-2/+20
| | | | | | | | | Remove getDouble and getSize methods, since these are not used and/or not present in the corresponding Java MediaFormat API. Add setBuffer/getBuffer, needed for making formats for encoding, and add other setters. Change-Id: I528d51b4ed571d852b949637f7ae3a95d31da7c1
* MediaFormat owns its stringsMarco Nelissen2014-05-061-2/+4
| | | | | | | Have MediaFormat own the strings it returns from toString and getString, reducing the chance of memory leaks. Change-Id: I0ddd593874c8b3af0b7714f2d8a106edf8121108
* WIP: MediaCodec and friends NDK APIs, plain C versionMarco Nelissen2014-05-051-0/+89
Change-Id: I9ed6b9c5afb026a1b5fe8b652e75635bbcc223df