summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AMRWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Provide progress status report during authoringJames Dong2010-06-251-1/+1
| | | | | | | | | - Track either the number of A/V frames authored, or the time elapsed - Track the completion of the authoring - Add multiple camera support for authoring by accepting a camera id parameter - Set file type based on the OUTPUT_FORMAT requested Change-Id: I0f9d31b3b7a8fa43eb53f572410fb0ebd4fa0bb7
* Enable passing parameters to the MediaWriter at runtime (at start() call).James Dong2010-06-251-1/+1
| | | | | | | | | | - estimate the moov box size for mp4 file writer based on the file size/duration limit and target bit rate. - can switch to use 64 bit file offset at runtime rebased Change-Id: Ibbe1f57e91ab2605820d5d96e8048d11e5559c53
* Initial checkin for pause and resume controlJames Dong2010-06-111-3/+43
| | | | Change-Id: Ibdcf7bea5fb66baa81878704ba4091dfcfe382ee
* Detect and handle premature termination of a recording sessionJames Dong2010-05-141-0/+13
| | | | Change-Id: Ifb83b19f3e68580345b23efed5d5956fb81baeb8
* Handle recording file size and/or duration limitJames Dong2010-05-141-0/+36
| | | | Change-Id: Ib9ed1f3ebd8fef550cc130a7ef11f2905fa9aedc
* Remove unnecessary lock from AMRWriter.Andreas Huber2010-04-091-21/+5
| | | | Change-Id: Ia02966d936dd8cbb31e92051578a3fa816885710
* Fixing AMR recording code.Andreas Huber2010-02-101-3/+6
|
* Support for audio recording into AMR NB/WB files as well as audio tracks in ↵Andreas Huber2010-01-261-0/+9
| | | | | | MPEG4 files. related-to-bug: 2295449
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting ↵Andreas Huber2010-01-251-0/+184
pure-audio recording in stagefright. related-to-bug: 2295449