summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AudioSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix type of AudioTrack/AudioRecord parameter frameCountGlenn Kasten2014-02-281-1/+1
* Fix type of AudioTrack/AudioRecord parameter notificationFramesGlenn Kasten2014-02-281-2/+2
* warnings be gone.Andreas Huber2014-02-111-2/+2
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-1/+1
|\
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-1/+1
* | AudioRecord::getInputFramesLost() cleanupGlenn Kasten2014-01-141-1/+1
|/
* Fix kAutoRampDurationUs overflow issueVineeta Srivastava2013-10-181-2/+2
* AudioRecord must be used as sp<> onlyGlenn Kasten2013-06-131-7/+2
* Use size_t for frame countsGlenn Kasten2012-11-151-1/+1
* ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.Andreas Huber2012-10-011-14/+3
* Prepare for transmitting audio through AudioSource.Andreas Huber2012-08-301-5/+18
* Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-031-1/+1
* Fixed a media server crash due to unintialized mRecord member variableJames Dong2012-06-291-1/+2
* Remove AudioRecord record_flagsGlenn Kasten2012-06-221-5/+0
* stagefright: fix AudioRecord callback buffer sizeEric Laurent2012-06-121-13/+33
* audio_channel_in/out_mask_from_countGlenn Kasten2012-03-151-4/+4
* Use AudioRecord::record_flags consistentlyGlenn Kasten2012-03-081-2/+3
* Limit the amount of audio record data in each bufferJames Dong2012-02-151-19/+38
* Don't call virtual functions in the destructor for audio and camera source cl...James Dong2012-02-021-2/+2
* Use audio_source_t consistentlyGlenn Kasten2012-01-261-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-2/+2
* A/V synchronization at the beginning of a recording sessionJames Dong2011-02-171-1/+14
* Decouple AudioRecord read and audio encodingJames Dong2011-02-161-128/+145
* Catch read error from AudioRecord and do not assertJames Dong2011-02-091-4/+3
* Report errors to applications if AudioRecord->start() failsJames Dong2011-01-251-1/+4
* Revert "Allows the authoring engine to skip frame."James Dong2010-12-111-45/+1
* Fix audio input sample timestamp when audio driver loses audio samplesJames Dong2010-09-141-1/+4
* HW audio encoder expects timestamp via kKeyTime from each input bufferJames Dong2010-09-081-1/+3
* Calculate audio media drift time from AudioSourceJames Dong2010-09-011-3/+12
* Make sure that if initialization fails, AudioSource still behaves well.James Dong2010-09-011-4/+17
* Suppress the video recording start signalJames Dong2010-08-261-0/+46
* Handle large audio lostJames Dong2010-08-101-9/+17
* Add lost frame handling in AudioSourceJames Dong2010-07-301-45/+92
* Allows the authoring engine to skip frame.James Dong2010-07-221-36/+59
* Track maximum amplitude and fix getMaxAmplitude()James Dong2010-06-241-0/+29
* Audio/video sync during recording (second part)James Dong2010-06-211-10/+23
* Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-141-4/+14
* Initial checkin for pause and resume controlJames Dong2010-06-111-4/+6
* Initial check-in for collecting stats from authoring engine at runtimeJames Dong2010-06-081-1/+34
* Support AAC recordingJames Dong2010-05-031-0/+4
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-251-0/+122