summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
...
| * MIDI render thread was nice 0, should be nice -16.Dave Sparks2009-04-291-1/+1
| | | | | | | | | | | | | | Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the MIDI render thread priority to the default for audio threads. Reference bug 1800905
* | Vorbis render thread was nice 0, should be nice -16.Dave Sparks2009-04-291-1/+1
|/ | | | | | | Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the Vorbis render thread priority to the default for audio threads. Reference bug 1800905
* Modify and turn on the test case for video recording in portrait mode.Yu Shan Emily Lau2009-04-232-5/+28
|
* Do case-insensitive matching when determining whether something is music, an ↵Marco Nelissen2009-04-221-5/+6
| | | | alarm sound, notification sound, etc.
* Fix issue 1745312: Various cleanups in media frameworkEric Laurent2009-04-215-15/+15
| | | | | | | | | | | | | | | | | | | | | | AudioTrack, AudioRecord: - remove useless mAudioFlinger member of AudioTrack and AudioRecord. - signal cblk.cv condition in stop() method to speed up stop completion. - extend wait condition timeout in obtainBuffer() when waitCount is -1 to avoid waking up callback thread unnecessarily AudioFlinger: - remove some warnings in AudioFlinger.cpp. - remove function AudioFlinger::MixerThread::removetrack_l() as its content is never executed. - remove useless call to setMasterVolume in AudioFlinger::handleForcedSpeakerRoute(). - Offset VOICE_CALL stream volume to reflect actual volume that is never 0 in hardware (this fix has been made in the open source): 0.01 + v * 0.99. AudioSystem.java: - correct typo in comment IAudioflinger, IAudioFlingerClient: - make AudioFlinger binder interfaces used for callbacks ONEWAY. AudioHardwareInterface: - correct routeStrings[] table in AudioHardwareInteface.cpp
* AI 147035: am: CL 147032 Finalize JetPlayer javadoc.Jean-Michel Trivi2009-04-201-8/+165
| | | | | | | Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 147035
* AI 146938: am: CL 146937 Finalize AudioRecord javadoc.Jean-Michel Trivi2009-04-201-35/+46
| | | | | | | Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 146938
* AI 146755: am: CL 146754 Fix some problems in the SoundPool docs and add ↵Dave Sparks2009-04-171-38/+95
| | | | | | | | | additional text. Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 146755
* AI 146752: am: CL 146751 Finalize AudioTrack javadoc.Jean-Michel Trivi2009-04-171-44/+67
| | | | | | | Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 146752
* AI 146668: am: CL 146667 Add advice in MediaRecorder Java docs about using ↵Dave Sparks2009-04-161-0/+4
| | | | | | | | | MPEG-4 container format Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 146668
* AI 146655: am: CL 146654 Add java docs for SoundPoolDave Sparks2009-04-161-1/+189
| | | | | | | Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 146655
* AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-1/+0
| | | | Automated import of CL 145778
* AI 144327: am: CL 144326 Start the thread that initializes the camera for ↵Jean-Michel Trivi2009-04-021-2/+2
| | | | | | | | | the test under lock to make sure the monitor is notified after it has started waiting. Original author: jmtrivi Merged from: //branches/cupcake/... Automated import of CL 144327
* AI 144314: am: CL 144313 Add two test cases for AudioTrack.javaXia Wang2009-04-021-0/+38
| | | | | | | | | getMinBufferSize() returns ERROR_BAD_VALUE if sampleRateInHz < 4000 or > 48000. Original author: xiaw Merged from: //branches/cupcake/... Automated import of CL 144314
* AI 144054: am: CL 144053 Fix issue #1751242 A2DP playback fails first time: ↵Eric Laurent2009-04-011-16/+17
| | | | | | | | | | | Invalid buffer size: minFrameCount 10240, frameCount 4800 The problem comes from the fact that AudioSystem::getOutputFrameCount() calls getOutput() to retrieve the active output (A2DP or Hardware) before calling get_audio_flinger(). If it is the first time AudioSystem::getOutputFrameCount() is called in a given process, getOutput() will return a wrong value because gA2dpEnabled has not yet been updated by get_audio_flinger(). The fix consists in calling get_audio_flinger() in getOutput() to be sure that gA2dpEnabled is valid when getOutput() reads it. Original author: elaurent Merged from: //branches/cupcake/... Automated import of CL 144054
* AI 143905: am: CL 143904 Fix the failure in the media recorder large test by ↵Yu Shan Emily Lau2009-03-311-0/+1
| | | | | | | | | adding the Camera permission. Original author: yslau Merged from: //branches/cupcake/... Automated import of CL 143905
* AI 143267: am: CL 143127 Media recorder service requires ↵Dave Sparks2009-03-271-0/+16
| | | | | | | | | android.permission.CAMERA to record video Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 143267
* AI 143209: am: CL 143001 Remove sdutils from user build to save 12K on ↵Mike Lockwood2009-03-271-0/+1
| | | | | | | | | | /system partition. BUG=1739507 Original author: lockwood Merged from: //branches/cupcake/... Automated import of CL 143209
* Automated import from //branches/donutburger/...@142376,142376Jean-Michel Trivi2009-03-241-5/+21
|
* Automated import from //branches/donutburger/...@142149,142149Yu Shan Emily Lau2009-03-249-23/+22
|
* Automated import from //branches/donutburger/...@142065,142065Eric Laurent2009-03-241-1/+8
|
* Automated import from //branches/donutburger/...@141711,141711Andreas Huber2009-03-241-3/+8
|
* Automated import from //branches/donutburger/...@141593,141593Dave Sparks2009-03-241-0/+1
|
* Automated import from //branches/donutburger/...@141213,141213Niko Catania2009-03-241-11/+1
|
* Automated import from //branches/donutburger/...@141200,141200Jean-Michel Trivi2009-03-241-2/+7
|
* Automated import from //branches/donutburger/...@140867,140867Jean-Michel Trivi2009-03-241-1/+1
|
* Automated import from //branches/donutburger/...@140866,140866Jason Sams2009-03-241-5/+23
|
* Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn2009-03-241-0/+190
|
* Automated import from //branches/donutburger/...@140811,140811Niko Catania2009-03-241-2/+0
|
* Automated import from //branches/donutburger/...@140800,140800Niko Catania2009-03-241-2/+0
|
* Automated import from //branches/donutburger/...@140663,140663Jean-Michel Trivi2009-03-241-2/+13
|
* Automated import from //branches/donutburger/...@140566,140566Jean-Michel Trivi2009-03-241-87/+74
|
* Automated import from //branches/donutburger/...@140507,140507Jason Parekh2009-03-241-29/+54
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-1811-130/+308
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-137-14/+450
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-113-17/+115
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-094-7/+133
|
* auto import from //depot/cupcake/@136620The Android Open Source Project2009-03-059-22/+23
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-057-130/+152
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03287-0/+62074
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03287-60598/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-0320-1760/+288
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-0220-288/+1760
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-207-25/+152
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-198-36/+132
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-1322-157/+350
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1044-1101/+1901
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-202-50/+78
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-152-2/+2
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0915-154/+1259
|