summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_ResampleInputStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE,Gloria Wang2010-02-221-1/+1
| | | | | but when it calls GetByteArrayRegion, it multiplies it by 2 which defeats the "// safety first" check at the beginning.
* Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNIMarco Nelissen2009-08-031-7/+0
| | | | | code, so that creating one of those doesn't initialize all the others. Shaves a hundred milliseconds or so off music app startup time.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+143
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-143/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+143