summaryrefslogtreecommitdiffstats
path: root/media/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary SkImageDecoder_libjpeg.cppChih-Wei Huang2011-03-101-5/+0
| | | | | | | | | | | | | | | | | Adding files outside $(LOCAL_PATH) is a bad idea. It generates output files to an unexpected directory. In this case, it's out/target/external/skia/src/images/SkImageDecoder_libjpeg.o It's not in $(PRODUCT_OUT), which is not correct. Worse, it makes the build system be unable to build different architectures (arm and x86) simultaneously, since the output files conflcit. Seems we can just remove SkImageDecoder_libjpeg.cpp since it's already in libskia. Change-Id: I3e7533126ef60fe2fd424fdc777760e73c93489b
* Squash commits of the following patches, cherry-picked from other branch - ↵James Dong2011-01-123-33/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | do not merge. o Prepare for publishing MediaMetadataRetriever as public API step one: o replaced captureFrame with getFrameAtTime o removed getMode o Replace MediaMetadataRetriever.captureFrame() with MediaMetadataRetriever.getFrameAtTime() as part of the preparation for publishing MediaMetadataRetriever as public Java API o Remove captureFrame from MediaMetadataRetriever.java class It has been replaced by getFrameAtTime() method o Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java o Publish MediaMetadataRetriever.java as public API o Removed setMode() methods and related mode constants o Removed some of the unused the metadata keys o Updated the javadoc o part of a multi-project change. bug - 3309041 Change-Id: I2efb6e8b8d52897186b016cb4efda6862f5584c4
* Fix the test application orientation. Bug# 3205196Yu Shan Emily Lau2011-01-041-1/+2
| | | | Change-Id: I57085d6507482ce15dbf3b167965be4af43b3d88
* Add the mediaplayer release in the test validation. This is to ensure the ↵Yu Shan Emily Lau2010-10-261-0/+1
| | | | | | media player release properly. Change-Id: Ia4758a3c549b64b6efead18e7538d977dee2be76
* Include the framework copy of the OpenMAX headers instead of referencing ↵Andreas Huber2010-10-151-1/+1
| | | | | | | external/opencore. Change-Id: I762f59acf5e1f770e4d7c2d89af362bfffebefa6 related-to-bug: 3101573
* Fix issue 3098850Eric Laurent2010-10-141-0/+1
| | | | | | | | Media framework test permissions were not updated when commit 14beea487c065ca902bfd7089399eb71a805e302 added MODIFY_AUDIO_SETTINGS permission check for global effects. Change-Id: I2a97be74f33d62fbb749642b1e7a26ddf92378f2
* Fix Looper leaks in MediaRecorderStressTest.Jeff Brown2010-10-041-111/+89
| | | | | | | | | | | The test was failing periodically due to too many files being open. This change attempts to resolve the problem on the theory that signaling pipe file descriptors are being leaked due to the large number of Looper instances created during the test run. However, it's still possible there are other leaks elsewhere. Change-Id: I71f9f12d21605c47c9217c72c51e6c768142ce10
* Fix issue 3022800.Eric Laurent2010-09-238-29/+29
| | | | | | | | | - Created sub-package android.media.audiofx for audio effects. - Hid AudioEffect class contructor, methods and variables not needed by applications - Added more javadoc comments for AudioEffect Class Change-Id: Ibbb40d4e714bb248aa32cf82d7763d74efae96d1
* Fix more audio effects auto testsEric Laurent2010-09-223-3/+6
| | | | | | | | | | | commit 672c0dc3a04cb149691603342c319994e21235cb broke the energy probe used by auto tests to verify that an effect is actually enabled. The probe is based on the Visualizer which now scales the capture to maximise the signal level: this prevents from detecting level changes between subsequent captures. Playing sound at a lower volume moves the signal level out of the range where scalling occurs and makes comparison possible again. Change-Id: Ib56dec6e619c6d778dcc3ca6453091bf6136f290
* Fix broken insert reverb auto tests.Eric Laurent2010-09-222-8/+42
| | | | | | | | | commit 27a2fdfb8ad1606bdb686c35e30ae894dd037588 changed the insert reverb behavior when it is attached to a track in that the reverb tail is silenced immediately when the track is paused. The tests have been modified to test the insert reverb on session 0. Change-Id: I90c6fec40167966853acfeaa4dec2b96f9e7839f
* Added automated tests for reverb audio effect.Eric Laurent2010-08-267-141/+970
| | | | | | | - Added tests for preset and environmental reverb to functional media frame work tests. - created a new class for energy probing used by all audio effect tests and corrected energy calculation. Change-Id: Ib8109e70020176a87538309eb028109b81b93dde
* Add the a power test case which simply do the audio playback. The actual ↵Yu Shan Emily Lau2010-08-103-0/+136
| | | | | | power measurement will be done by another application. Change-Id: I51008ffdbe60e7e0b298091eb914b74f2d6731f8
* Added tests for audio effects in MediaFrameworkTestEric Laurent2010-08-097-0/+3078
| | | | | | | | | | | This CL adds a set of automated functional tests for the AudioEffect class and the following derived classes: BassBoost, Equalizer, Virtualizer and Visualizer. These tests require the following file on the SD card: /sdcard/media_api/music/sine_200+1000Hz_44K_mo.wav Change-Id: I6ec3ec6f9ede10ccf2dd3b1e9ee4b08396740dee
* Fixed a typo in a method name of MediaPlayerPerformance.java classJames Dong2010-07-301-1/+1
| | | | Change-Id: Ice9f931312b738fc62205988891f35907e8733d9
* Fix some bugs in the MediaProfileReaderJames Dong2010-07-072-15/+19
| | | | | | Because the video and audio encoders were stored in the same map, when we retrieve the name from the map, we can get a incorrect name. Change-Id: I3857422bfe9173baae53e4f3d258b055f51ad9f2
* Remove most stagefright property overrides, remove VorbisPlayer and ↵Andreas Huber2010-06-231-3/+0
| | | | | | | VorbisMetadataRetriever as this functionality is now provided by stagefright. Change-Id: Ieafe75a4550c273ad59b4518d7cd4c0fce0f7cce related-to-bug: 2370115
* am 6e0967b3: am b0016e2b: Merge "Added the runtime parameters for the ↵Yu Shan Emily Lau2010-05-253-20/+126
|\ | | | | | | | | | | | | | | | | mediarecorder stress test. Set the total number of the stress loops of camera preview memory test to 200." into froyo Merge commit '6e0967b3c4561e188df72f478baf16c6627b12be' into kraken * commit '6e0967b3c4561e188df72f478baf16c6627b12be': Added the runtime parameters for the mediarecorder stress test.
| * Added the runtime parameters for the mediarecorder stress test.Yu Shan Emily Lau2010-05-253-20/+126
| | | | | | | | | | | | Set the total number of the stress loops of camera preview memory test to 200. Change-Id: I5a0278095155afd669ffee9bd599ddfffdcc42bf
* | Fix issue 2622023 Clean up all hardcoded '/sdcard' in camera related codes.Ray Chen2010-05-141-7/+7
|/ | | | Change-Id: I8a509d957a7b67ee1f59dc4ef5139c4e28adeb9c
* Remove the checkStremingServer checking as it is unstable and introduce the ↵Yu Shan Emily Lau2010-04-091-3/+3
| | | | | | flakiness. Change-Id: I26e48366998e3692ad8a3394a0a0241832e99a6d
* Don't check whether a specific named activity supports mp3 playback,Marco Nelissen2010-04-071-2/+0
| | | | | | just that there is at least one that does. Fixes bug 2534382. Change-Id: I00d9ac49bd91f161388d5c3de47b1b6abe9e8d9c
* Add the test template for the media audio manager test.Yu Shan Emily Lau2010-04-012-1/+72
| | | | Change-Id: I55b5de0c55dbfded8d972f7378da3c19a613978c
* Fix testCameraPreviewMemoryUsage test.Wu-cheng Li2010-03-252-96/+71
| | | | | | | | | | | | | Looper.quit() is asynchronous. The looper may still has some preview callbacks in the queue after quit is called. The preview callback still uses the camera object (setHasPreviewCallback). After camera is released, RuntimeException will be thrown from the method. So we need to join the looper thread here. This change also fixes a potential race condition. bug:2521202 Change-Id: If69bbb3125d1d30192563559579b87c20fa5aac8
* Merge "Don't stop a test case when the test case failed for some of the ↵James Dong2010-03-171-20/+71
|\ | | | | | | sample files. Instead, only check against failure or success at the end of the test case."
| * Don't stop a test case when the test case failed for some of the sample files.James Dong2010-03-171-20/+71
| | | | | | | | | | | | | | | | Instead, only check against failure or success at the end of the test case. bug - 2338793 Change-Id: I6c2f4fa2f48795d7efaba603688853d8d59b42ed
* | Inserted a 1.5s wait time between the camera release and new camrea.Yu Shan Emily Lau2010-03-161-2/+7
|/ | | | Change-Id: I7540064a6e5229be1ef0fe266cd3050ae36b33a4
* Fix the bug that it should write the zero diff to the output file when the ↵Yu Shan Emily Lau2010-03-121-3/+3
| | | | | | actual diff is negative. Change-Id: I5d7c12b0ad9c0286658067cacb7f385626a3107f
* Merge "Update the new activity name."Yu Shan Emily Lau2010-03-121-3/+3
|\
| * Update the new activity name.Yu Shan Emily Lau2010-03-111-3/+3
| | | | | | | | Change-Id: I94d986a5a7f3f8ebf0b7491adf3887b21f1de1eb
* | Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format for the list of changes shows the origin commit reference followed by the file name. 33931-p9 awt/org/apache/harmony/awt/gl/font/AndroidGlyphVector.java 33931-p9 awt/org/apache/harmony/awt/gl/image/PngDecoderJava.java 133776-p9 core/java/android/app/IntentService.java 127013-p9 core/java/android/appwidget/AppWidgetHost.java 27863-p9 core/java/android/bluetooth/BluetoothAudioGateway.java 60765-p9 core/java/android/content/SyncResult.java 43920-p9 core/java/android/content/pm/ActivityInfo.java 43920-p9 core/java/android/content/pm/ApplicationInfo.java 43920-p9 core/java/android/content/pm/InstrumentationInfo.java 43920-p9 core/java/android/content/pm/PackageInfo.java 44103-p9 core/java/android/content/pm/PackageItemInfo.java 68960-p9 core/java/android/content/pm/PackageStats.java 43920-p9 core/java/android/content/pm/ResolveInfo.java 43920-p9 core/java/android/content/pm/ServiceInfo.java 60641-p9 core/java/android/content/res/Configuration.java 60734-p9 core/java/android/content/res/TypedArray.java 137672-p9 core/java/android/inputmethodservice/ExtractButton.java 123112-p9 core/java/android/inputmethodservice/ExtractEditText.java 119291-p9 core/java/android/inputmethodservice/IInputMethodSessionWrapper.java 112946-p9 core/java/android/inputmethodservice/IInputMethodWrapper.java 115078-p9 core/java/android/os/BatteryStats.java 124790-p9 core/java/android/text/style/UpdateAppearance.java 45083-p9 core/java/android/view/RawInputEvent.java 101491-p9 core/java/android/view/inputmethod/EditorInfo.java 114701-p9 core/java/android/view/inputmethod/ExtractedText.java 123112-p9 core/java/android/view/inputmethod/ExtractedTextRequest.java 119291-p9 core/java/com/android/internal/os/HandlerCaller.java 129279-p9 core/java/com/android/internal/os/PkgUsageStats.java 114701-p9 core/java/com/android/internal/view/IInputConnectionWrapper.java 114701-p9 core/java/com/android/internal/view/InputConnectionWrapper.java 84364-p9 opengl/java/android/opengl/EGLLogWrapper.java 11355-p9 opengl/tools/glgen/src/CFunc.java 11355-p9 opengl/tools/glgen/src/CType.java 11355-p9 opengl/tools/glgen/src/CodeEmitter.java 11355-p9 opengl/tools/glgen/src/GenerateGL.java 11355-p9 opengl/tools/glgen/src/JFunc.java 11355-p9 opengl/tools/glgen/src/JType.java 11355-p9 opengl/tools/glgen/src/JniCodeEmitter.java 11355-p9 opengl/tools/glgen/src/ParameterChecker.java 57236-p9 services/java/com/android/server/status/AnimatedImageView.java 66754-p9 services/java/com/android/server/status/CloseDragHandle.java 57188-p9 services/java/com/android/server/status/DateView.java 46928-p9 services/java/com/android/server/status/ExpandedView.java 70590-p9 services/java/com/android/server/status/FixedSizeDrawable.java 45968-p9 services/java/com/android/server/status/IconData.java 57470-p9 services/java/com/android/server/status/IconMerger.java 82719-p9 services/java/com/android/server/status/LatestItemView.java 45968-p9 services/java/com/android/server/status/NotificationData.java 66754-p9 services/java/com/android/server/status/NotificationLinearLayout.java 57458-p9 services/java/com/android/server/status/NotificationViewList.java 45968-p9 services/java/com/android/server/status/StatusBarException.java 45968-p9 services/java/com/android/server/status/StatusBarIcon.java 46130-p9 services/java/com/android/server/status/StatusBarNotification.java 45968-p9 services/java/com/android/server/status/StatusBarView.java 46199-p9 services/java/com/android/server/status/Ticker.java 62286-p9 services/java/com/android/server/status/TickerView.java 57188-p9 services/java/com/android/server/status/TrackingView.java 86041-p9 telephony/java/android/telephony/PhoneStateListener.java 87020-p9 telephony/java/com/android/internal/telephony/TelephonyIntents.java 136269-p9 telephony/java/com/android/internal/telephony/gsm/SpnOverride.java 34409-p9 tests/FrameworkTest/src/com/android/frameworktest/FrameworkTestApplication.java 55717-p9 tests/FrameworkTest/src/com/android/frameworktest/performance/InvalidateCycle.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityLandscape.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityPortrait.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollablePanScan.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollableResize.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollablePanScan.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollableResize.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityResize.java 127341-p9 tests/ImfTest/src/com/android/imftest/samples/ButtonActivity.java 129347-p9 tests/ImfTest/src/com/android/imftest/samples/DialogActivity.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/EditTextActivityDialog.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityNoScrollPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollResize.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivityNotSelected.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivitySelected.java 25959-p9 tests/framework-tests/src/android/test/FrameworkTests.java 46162-p9 tests/framework-tests/src/com/android/internal/http/multipart/MultipartTest.java 77101-p9 tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/NinePatchTest.java 9788976b1465ce982b5ae7c741345edd0ecd9322 core/java/android/accounts/AuthenticatorDescription.java 53332883543868fb83e111a07306368b7772b340 core/java/android/app/UiModeManager.java 93e7e22ec91dbc641d10ca6d70423e1357a95bba core/java/android/app/FullBackupAgent.java 328c0e7986aa6bb7752ec6de3da9c999920bb55f core/java/android/content/CursorEntityIterator.java 307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncQueue.java 307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncOperation.java eb034652c2037a47ebfd99779e8383bb8bb528af core/java/android/content/pm/LabeledIntent.java 49237345d83e62fdb9eb8d50b13ad086636a04fa core/java/android/content/pm/FeatureInfo.java a2b6c3775ed6b8924232d6a01bae4a19740a15f8 core/java/android/content/pm/PackageInfoLite.java 3ecd5f437580e49d80beecd29489d5fb1f7a7db0 core/java/android/content/pm/RegisteredServicesCacheListener.java 5ebbb4a6b3e16f711735ae0615b9a9ea64faad38 core/java/android/content/pm/XmlSerializerAndParser.java c4516a7b62de525e3d6d5e76851bdfaf12c11f05 core/java/android/database/sqlite/SQLiteTransactionListener.java 9bbc21a773cbdfbef2876a75c32bda5839647751 core/java/com/android/internal/backup/LocalTransport.java 21f1bd17b2dfe361acbb28453b3f3b1a110932fa core/java/com/android/internal/content/PackageMonitor.java 4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseSurfaceHolder.java 4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseIWindow.java e540833fdff4d58e37c9ba859388e24e2945ed45 core/java/com/android/internal/os/SamplingProfilerIntegration.java 192ab903887bbb8e7c7b6da5c581573850e30f46 core/tests/coretests/src/android/widget/expandablelistview/PositionTesterContextMenuListener.java 1619367ab823150fa8856d419abe02ceb75886f1 media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java 27f8002e591b5c579f75b2580183b5d1c4219cd4 opengl/tools/glgen/stubs/gles11/glGetString.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetProgramInfoLog.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetShaderInfoLog.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glShaderSource.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GenerateGLES.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/Jsr239CodeEmitter.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GLESCodeEmitter.java 69e21f5f6e0d04539cd92848ea009dd615d88c2c opengl/tests/gldual/src/com/android/gldual/TriangleRenderer.java c028be4f3b8c7476b46859f66c3f33d528adf181 packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestActivity.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestRunner.java df8a3f31d871db25e952972c2eb346a71186e9e3 tests/BrowserTestPlugin/src/com/android/testplugin/TestPlugin.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ActivityManagerPermissionTests.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ServiceManagerPermissionTests.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java Copyright header moved to top in following file: core/tests/coretests/src/android/widget/ListViewTest.java Change-Id: I3c3198be5a0ba36e18679ed834170432bf0b8418
* Modified the expected metadata result as the behavior of Stagefright.Yu Shan Emily Lau2010-03-101-3/+3
| | | | Change-Id: Id86e262f0d3375eeda68d5df04e4ebd2f21ffc4f
* Clean up MediaRecorder for public Java SDKJames Dong2010-03-031-8/+4
| | | | | | - update comments and fix a check in setAudioChannels() bug - 2362412
* add optional preftable to image codecs, for more control over the resulting ↵Mike Reed2010-03-033-6/+4
| | | | bitmap config
* Added the Camera Preveiw memory test which can help to isolate the memory ↵Yu Shan Emily Lau2010-03-021-15/+109
| | | | leak issue.
* Use Java API from xml configuration in the test applicationJames Dong2010-02-223-126/+101
|
* Increase the sleep time to fix testTakePicture.Wu-cheng Li2010-02-222-2/+2
| | | | | | | One of the build needs 5 seconds for snapshot in low light. I don't want to increase the sleep time, but this is what we have now. bug:2141755
* Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-161-9/+36
|
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-2/+1
| | | | related-to-bug: 2359268
* API Extension: Support for optionally specifying a map of extra request ↵Andreas Huber2010-01-281-1/+5
| | | | | | | | headers when specifying the uri of media data to be played. related-to-bug: 2393577 Original change by Andrei Popescu <andreip@google.com>
* am 47f1d4d5: am b1780474: Merge "Instead of caputre the memory footprint ↵Yu Shan Emily Lau2010-01-271-39/+17
|\ | | | | | | | | | | | | | | | | before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player." into eclair Merge commit '47f1d4d509b271ddb2f158c761e572413f39f1a8' * commit '47f1d4d509b271ddb2f158c761e572413f39f1a8': Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player.
| * Instead of caputre the memory footprint before and after the test. We would ↵Yu Shan Emily Lau2010-01-211-39/+17
| | | | | | | | like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player.
* | Add the new golden thumbnail image as the PV and stagefright implementations ↵Yu Shan Emily Lau2010-01-252-1/+2
| | | | | | | | in capturing thumbnail is different.
* | Make the MediaMetadataTest a little more lenient when it comes to verifying ↵Andreas Huber2010-01-201-1/+5
| | | | | | | | | | | | the duration of media files, only require that the returned duration is within 100ms of the expected one, as the PV and stagefright implementations differ slightly. related-to-bug: 2377534
* | Add missing libjpeg in linker option. Currently this library is used by theDoug Kwan2010-01-191-1/+2
| | | | | | | | main executable but is included implicitly via inter-library dependency.
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-082-11/+11
| | | | | | | | Bug: #2361749.
* | Fix typo: test -> tests in makefile tagsJean-Baptiste Queru2010-01-061-1/+1
| | | | | | | | Change-Id: Icf23b5ae5d84f6ba9032d1707635a75352f920d2
* | Replace sine with organ for some SoundPool tests.Dave Sparks2009-12-232-0/+1
| |
* | Add SoundPool testDave Sparks2009-12-239-0/+404
| |
* | Add missing shared libraries in linker commands. Currently these libraries areDoug Kwan2009-12-221-1/+3
| | | | | | | | linked implicitly via dependencies of other shared libraries.
* | Fix full stagefright build in master, various warnings/errors in ↵Andreas Huber2009-12-165-18/+18
| | | | | | | | omx_jpeg_decoder