summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* am 6da3cc59: am 396f131d: Merge "Fix memory leak"Marco Nelissen2015-02-111-0/+1
|\
| * Fix memory leakMarco Nelissen2015-02-101-0/+1
* | am b2d7ca7c: am fd2c1307: Merge "Fix build."Elliott Hughes2015-02-041-4/+4
|\ \ | |/
| * Fix build.Elliott Hughes2015-02-041-4/+4
* | Merge "ImageReader: add support for compatible flexYUV buffers" into lmp-mr1-...Lajos Molnar2015-01-291-10/+15
|\ \
| * | ImageReader: add support for compatible flexYUV buffersLajos Molnar2015-01-281-10/+15
* | | am 3ea395dd: am 4e853598: Merge "Fix printf format"Marco Nelissen2015-01-271-2/+2
|\ \ \ | | |/ | |/|
| * | Fix printf formatMarco Nelissen2015-01-271-2/+2
* | | am 99985d98: am e74da38e: Merge "Make SoundPool use MediaCodec"Marco Nelissen2015-01-276-21/+1437
|\ \ \ | |/ /
| * | Make SoundPool use MediaCodecMarco Nelissen2015-01-236-21/+1437
* | | am 5ac22aa6: am 2b144a16: Merge "MTP: Fix partial implementation of 5 new aud...Mike Lockwood2015-01-261-0/+5
|\ \ \ | | |/ | |/|
| * | MTP: Fix partial implementation of 5 new audio specific propertiesMike Lockwood2015-01-231-0/+5
| * | Use NULL instead of 0 when invoking CallStaticVoidMethodHaitao Feng2015-01-082-2/+2
* | | am 3787decd: am 5137415e: Merge "Use NULL instead of 0 for pointer arguments ...Narayan Kamath2015-01-062-2/+2
|\ \ \ | | |/ | |/|
| * | Merge "Use NULL instead of 0 for pointer arguments of CallStaticVoidMethod."Narayan Kamath2015-01-062-2/+2
| |\ \
| | * | Use NULL instead of 0 for pointer arguments of CallStaticVoidMethod.Haitao Feng2015-01-062-2/+2
* | | | am dd65a4f7: am ea4cdd44: Merge "Race-condition in SoundPool during release"Narayan Kamath2015-01-051-3/+3
|\ \ \ \ | |/ / /
| * | | Merge "Race-condition in SoundPool during release"Narayan Kamath2015-01-051-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Race-condition in SoundPool during releaseDariusz Iwanoczko2014-11-111-3/+3
* | | | am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit...Chih-hung Hsieh2014-12-114-4/+4
|\ \ \ \ | |/ / /
| * | | Adjust format strings to work on both 32-bit and 64-bit buildsBernhard Rosenkränzer2014-12-054-4/+4
* | | | Merge "Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode." i...Ruben Brunk2014-12-091-24/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode.Ruben Brunk2014-12-091-24/+40
* | | | am 3ec380d3: am fc545733: Merge "Remove unused variables and functions, don\'...chh2014-11-255-10/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Remove unused variables and functions, don't warn about unused paramet...chh2014-11-255-10/+0
| |\ \ \
| | * | | Remove unused variables and functions, don't warn about unused parametersBernhard Rosenkränzer2014-11-235-10/+0
* | | | | am 43ea037b: am 481c4b64: Merge "Fix class vs. struct mismatch"Chih-hung Hsieh2014-11-252-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix class vs. struct mismatchBernhard Rosenkränzer2014-11-242-3/+3
| |/ / /
* | | | am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t."Dan Albert2014-11-202-5/+8
|\ \ \ \ | |/ / /
| * | | Add appropriate casts for char16_t.Dan Albert2014-11-202-5/+8
* | | | am 52e2b6f7: Merge "Update calls to IInterface::asBinder()"Marco Nelissen2014-11-171-1/+1
|\ \ \ \ | |/ / /
| * | | Update calls to IInterface::asBinder()Marco Nelissen2014-11-171-1/+1
| | |/ | |/|
* | | am 01816640: am eb205b88: Merge "MTP: Update JNI for new packet getters" into...Mike Lockwood2014-11-131-72/+75
|\ \ \ | | |/ | |/|
| * | MTP: Update JNI for new packet gettersMike Lockwood2014-11-131-72/+75
* | | resolved conflicts for merge of 6957369d to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-1018-89/+88
|\ \ \ | |/ / |/| / | |/
| * Frameworks/base: Wall Werror in media/jniAndreas Gampe2014-11-1018-89/+88
* | Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-071-2/+2
|\ \
| * | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-041-2/+2
* | | Merge "Add missing secure stop methods" into lmp-mr1-devJeff Tinker2014-11-061-0/+42
|\ \ \
| * | | Add missing secure stop methodsJeff Tinker2014-11-031-0/+42
| |/ /
* | | AudioEffect JNI: use new max preprocessing constantEric Laurent2014-11-051-18/+2
|/ /
* | am 4a7873f1: [FM]Fix FM App record fail Buganizer ID: 17975676Hochi Huang2014-10-241-1/+2
|\ \
| * | [FM]Fix FM App record fail Buganizer ID: 17975676Hochi Huang2014-10-241-1/+2
| |/
* | MtpDatabase: Increase size of string buffer in JNI codeMike Lockwood2014-10-031-2/+3
|/
* camera2: Use valid dimensions for RGBA8888 gralloc buffers.Ruben Brunk2014-09-301-1/+1
* camera2: Fix native ImageReader test segfaults.Ruben Brunk2014-09-261-4/+13
* camera2: Hide JPEGs in RGBA gralloc buffers.Ruben Brunk2014-09-241-15/+44
* AudioEffect JNI: fix queryEffects()Eric Laurent2014-09-101-13/+27
* Merge "Add support for max-res decode" into lmp-devJeff Tinker2014-09-091-0/+9
|\
| * Add support for max-res decodeJeff Tinker2014-08-291-0/+9