summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Collapse)AuthorAgeFilesLines
* Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-1/+1
| | | | | | | | | This allows the camera service to hang onto the callback interface until all callbacks have been processed. This prevents problems where pending callbacks in binder worker threads are processed after the Java camera object and its associated native resources have been released. Bug 1884362
* Removed trailing whitespaces.Nicolas Catania2009-06-111-5/+5
|
* NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).Jianhong Jiang2009-06-081-4/+29
|
* Merge change 2774 into donutAndroid (Google) Code Review2009-06-011-6/+10
|\ | | | | | | | | * changes: Limit check on maxChannels for SoundPool. Bug 1838724
| * Limit check on maxChannels for SoundPool.Dave Sparks2009-06-011-6/+10
| | | | | | | | Bug 1838724
* | Update MediaPlayer to allow setVideoSurface calls after prepare. Also allowDave Sparks2009-05-291-7/+23
|/ | | | | | | | | | passing a null surface. The API is now enabled to change the surface while the video is playing. This could allow orientation changes during playback or to allow the audio track from a video to play in the background. NOTE: There are still changes required to pmem driver to allow remapping shared physical memory into a process in order for this to work. This change only enables the API to send the appropriate calls when the lower level code supports it.
* Fix issue 1846343 - part 1Eric Laurent2009-05-261-1/+1
| | | | | | | | This change is the first part of a fix for issue 1846343, : - Added new enum values for input sources in AudioRecord and MediaRecorder for voice uplink, downlink and uplink+downlink sources. - renamed streamType to inputSource in all native functions handling audio record. A second change is required in opencore author driver and android audio input to completely fix the issue.
* Fix a JNI layer crash due to null camera object passed to get_native_camera()James Dong2009-05-111-0/+5
| | | | | | The fix will check on the camera object and if it is a null object, we throw a NullPointerException; application layer should also avoid passing a null java object to MediaRecorder.setCamera().
* fix issue 1641535: SoundPool should use AudioTrack with shared memory bufferEric Laurent2009-05-071-1/+4
| | | | Enabled USE_SHARED_MEM_BUFFER switch in SoundPool.cpp
* Change 79 in git master branchJames Dong2009-04-302-20/+21
|
* Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn2009-03-241-0/+190
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+14
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+13
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-052-12/+35
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-0/+3638
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-3549/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-121/+32
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-32/+121
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-132-36/+29
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-103-20/+42
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-094-2/+152
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-382/+847
|
* Initial ContributionThe Android Open Source Project2008-10-2113-0/+2919