summaryrefslogtreecommitdiffstats
path: root/media/tests
Commit message (Collapse)AuthorAgeFilesLines
* MTP: Turn off excessive loggingMike Lockwood2010-07-272-3/+0
| | | | | Change-Id: Ib0dd8cb99efa324d0b4e742bffeb913d6122ace2 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Try to fix the sim build.Mike Lockwood2010-07-271-0/+4
| | | | | Change-Id: I6e94c938263b2fd1931ed60c26af1134ff035455 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Simple command line test tool for MTP host.Mike Lockwood2010-07-264-0/+671
| | | | | Change-Id: Ifd13e1ca5d49a5477a9850d94d443a50bbc32ff1 Signed-off-by: Mike Lockwood <lockwood@android.com>
* CameraBrowser: Add support for copying files from camera to internal storage.Mike Lockwood2010-07-265-51/+143
| | | | | Change-Id: I00b765afec0558dfe27961bd0b2e01473c29fc22 Signed-off-by: Mike Lockwood <lockwood@android.com>
* am 7b3f3048: am 58c35573: Merge "Fix some bugs in the MediaProfileReader ↵James 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." into gingerbread Merge commit '7b3f3048725dcb217599590fcb55a5b26b93dc4e' * commit '7b3f3048725dcb217599590fcb55a5b26b93dc4e': Fix some bugs in the MediaProfileReader
| * 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
* | am 0d964c94: am a2549bb6: Merge "Remove most stagefright property overrides, ↵Andreas Huber2010-06-241-3/+0
|\ \ | |/ | | | | | | | | | | | | | | remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread Merge commit '0d964c94459e25b9b2221a7c7c789b29f77f15dd' * commit '0d964c94459e25b9b2221a7c7c789b29f77f15dd': Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright.
| * 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
* | CameraBrowser: Requery the device list when MTP devices are added and removed.Mike Lockwood2010-06-121-0/+32
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | CameraBrowser: Support for deleting pictures.Mike Lockwood2010-06-113-9/+85
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | CameraBrowser: Display thumbnails for camera images.Mike Lockwood2010-06-104-9/+99
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | CameraBrowser: New test app for the MTP content provider.Mike Lockwood2010-06-109-0/+599
|/ | | | | Change-Id: I8423d728b13ed8ac87bd2792eefddce3287598bb Signed-off-by: Mike Lockwood <lockwood@android.com>
* 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
* | am a3d15d3b: am 8e6d79e2: am 8445f367: Merge change Ibb9b1de1 into eclairYu Shan Emily Lau2009-12-071-34/+33
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'a3d15d3b01146df40e72d67b79dd1f9368398f23' * commit 'a3d15d3b01146df40e72d67b79dd1f9368398f23': 1) Capture the start memory before the test started
| * \ am 8445f367: Merge change Ibb9b1de1 into eclairYu Shan Emily Lau2009-12-071-34/+33
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '8445f367070514dce3154be73827107b8a93f234' into eclair-mr2 * commit '8445f367070514dce3154be73827107b8a93f234': 1) Capture the start memory before the test started
| | * 1) Capture the start memory before the test startedYu Shan Emily Lau2009-12-041-34/+33
| | | | | | | | | | | | 2) Report the mem diff to zero if it is negative.
* | | Fix the broken build of omxjpegdecoder: http://b/2299035.Wei-Ta Chen2009-12-034-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Add the include path for jni.h. 2) Rename InitCheck() and read_at() to initCheck() and readAt(), repectively in StreamSource, as done in DataSource. 3) Add back the definition of SkJPEGImageDecoder to jpeg_decoder_bench.cpp. Need to do so because SkJPEGImageDecoder is not defined in a header file.