summaryrefslogtreecommitdiffstats
path: root/media/tests
Commit message (Collapse)AuthorAgeFilesLines
* am 3b728ca7: Merge "Revert "Fixes Issue ID: 3396697"" into honeycombBasavapatna Dattaguru2011-01-269-9594/+0
|\ | | | | | | | | * commit '3b728ca70a4fe6760b682589505d76848c47d765': Revert "Fixes Issue ID: 3396697"
| * Merge "Revert "Fixes Issue ID: 3396697"" into honeycombBasavapatna Dattaguru2011-01-269-9594/+0
| |\
| | * Revert "Fixes Issue ID: 3396697"Basavapatna Dattaguru2011-01-269-9594/+0
| | | | | | | | | | | | This reverts commit 8b9ba616444a265df6cd2b4f4a0a39d808c65ade.
* | | am 9af5da52: Merge "Video editor CTS: Framework modifications" into honeycombBasavapatna Dattaguru2011-01-262-4/+21
|\ \ \ | |/ / | | | | | | | | | * commit '9af5da5258d14c743150318e9887b7d10c0117d4': Video editor CTS: Framework modifications
| * | Merge "Video editor CTS: Framework modifications" into honeycombBasavapatna Dattaguru2011-01-262-4/+21
| |\ \ | | |/ | |/|
| | * Video editor CTS: Framework modificationsBasavapatna Dattaguru2011-01-262-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | Fixes Issue ID: 3396697 Copyright changed to 2011 Change-Id: I1b69c6903bb6b0434eb93337783f93c92fd20899
* | | am 643e8476: Merge "Fixes Issue ID: 3396697" into honeycombBasavapatna Dattaguru2011-01-269-0/+9594
|\ \ \ | |/ / | | | | | | | | | * commit '643e8476e1b9da93a06d073797863298ae268393': Fixes Issue ID: 3396697
| * | Fixes Issue ID: 3396697Basavapatna Dattaguru2011-01-269-0/+9594
| |/ | | | | | | | | | | | | | | | | | | | | | | Updated with annotation LargeTest Copyright changed to 2011 Review reworked and with new test contents Video Editor CTS Test code Change-Id: Ia37956ef39fafcc5d969996c1791fce8663aa0fe
* | am 068b41d5: Merge "Publish MediaMetadataRetriever.java as public API" into ↵James Dong2011-01-122-9/+0
|\ \ | |/ | | | | | | | | | | honeycomb * commit '068b41d5d41a4a78c96586b85ea89d464d302548': Publish MediaMetadataRetriever.java as public API
| * Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-122-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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 - 2433195 Change-Id: I5ed167f1fd6a53cb143b7dc385b149431d434438
* | am 5619da8d: am 2af4e71d: Merge "Fix the test application orientation. Bug# ↵Yu Shan Emily Lau2011-01-111-1/+2
|\ \ | |/ |/| | | | | | | | | 3205196" into gingerbread * commit '5619da8d8b66337db182a016619efa1f31266a78': Fix the test application orientation. Bug# 3205196
| * Fix the test application orientation. Bug# 3205196Yu Shan Emily Lau2011-01-041-1/+2
| | | | | | | | Change-Id: I57085d6507482ce15dbf3b167965be4af43b3d88
* | Remove CameraBrowser test appMike Lockwood2011-01-0612-950/+0
| | | | | | | | | | Change-Id: I7e04ef674746c5c2cdf421a2b9ec440d7ea831bd Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Replace extractAlbumArt() with getEmbeddedPicture() in ↵James Dong2011-01-041-5/+5
| | | | | | | | | | | | MediaMetadataRetriever.java Change-Id: I34dfc1daa3bed1f334f3f266cbe70d1e3d7924f6
* | Move MTP Java classes to android.mtp.* package.Mike Lockwood2010-12-301-1/+1
| | | | | | | | | | Change-Id: Ib18bcaabf314241a95e517d0b93be5845d988e2c Signed-off-by: Mike Lockwood <lockwood@android.com>
* | CameraBrowser: Catch ActivityNotFoundException when attempting to display ↵Mike Lockwood2010-12-142-1/+7
| | | | | | | | | | | | | | imported file. Change-Id: I448f2506caf0a5599c885654fd0078beb6240965 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Rename android.hardware.Usb to UsbManager and UsbObserver to UsbServiceMike Lockwood2010-12-092-4/+4
| | | | | | | | | | | | | | In preparation for an upcoming change that will make UsbService into a real system service Change-Id: Id85d624cfc6b10b49a08105cfaaacc667a492c12 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | CameraBrowser: Give it ACCESS_USB permission, which is now required for PTPMike Lockwood2010-12-091-0/+2
| | | | | | | | | | Change-Id: Ic5c7810ff4b7e25ba5f49a1107f5121391943108 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Log the exception cause for better problem analysisJames Dong2010-12-061-1/+1
| | | | | | | | Change-Id: Ia1f81adb6fc3be87098c9399509b68d5daf7f2da
* | Merge "Suppress the unsupported camera recording size (ie QVGA and SQVGA)"Yu Shan Emily Lau2010-12-061-4/+4
|\ \
| * | Suppress the unsupported camera recording size (ie QVGA and SQVGA)Yu Shan Emily Lau2010-12-031-4/+4
| | | | | | | | | | | | Change-Id: I34b6433f0aae4a117b2467069523a62e44bf9bbe
* | | Replace MediaMetadataRetriever.captureFrame() with ↵James Dong2010-12-032-9/+9
|/ / | | | | | | | | | | | | | | | | | | MediaMetadataRetriever.getFrameAtTime() as part of the preparation for publishing MediaMetadataRetriever as public Java API bug - 2433195 Change-Id: I6e8a771347e3d89bfe359ae403ebfe3205ea6313
* | Renable the captureFrame unit testsJames Dong2010-11-291-22/+11
| | | | | | | | | | | | | | | | o We need to make sure that /sdcard/media_api/metadata rwx to the test app before tests Change-Id: Iaa2d58bb2d380bf7e93ec71f77c4c769d65b1d85
* | Rename android.provider.Mtp to android.provider.PtpMike Lockwood2010-11-234-33/+33
| | | | | | | | | | | | | | | | | | | | | | We are only supporting the PTP subset of MTP in host mode and have no plans for full MTP, so calling it Mtp was misleading. Also moved ACTION_MTP_SESSION_END Intent name to android.provider.MediaStore and added it to the public API. Change-Id: Ie35d15864d5972e65a39b982aa51316ecca3725a Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge "Fixed MediaPlayer unit test issues"James Dong2010-11-197-12/+12
|\ \
| * | Fixed MediaPlayer unit test issuesJames Dong2010-11-197-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | o We used to have two different "idle" state with OpenCore. Now, with SF, we have a single and consistent "idle" state. bug - 3198642 Change-Id: I2bbb5e8b6c2d8166841a6e99a1c2c4a47e00b574
* | | CameraBrowser: temporarily move to system partitionMike Lockwood2010-11-191-1/+1
| | | | | | | | | | | | | | | Change-Id: Ied871109f98bdeba7456aacefc537d70a81ee8c9 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | CameraBrowser improvements:Mike Lockwood2010-11-197-73/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replace menu for importing and deleting files with buttons. Automatically close activities when camera is disconnected. Change-Id: I88351e7c337c796057ce3f7da46fc287305f2220 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Remove command line mtp host toolMike Lockwood2010-11-194-655/+0
| | | | | | | | | | | | | | | | | | | | | I don't need this any more, and don't have time to finish nor maintain it. Change-Id: I35c5d003e1ad163d429832eb1d0c8d880058c7f1 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | PTP: Improve performance and reliability of file importingMike Lockwood2010-11-193-96/+18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the file copy is done completely within the media process rather than pushing data to the client via ContProvider.openFile(). File system writes are now interleaved with USB reads, which allows us to copy the data faster and prevents the camera from timing out during transfer. File is automatically inserted in the media provider after a successful import and a Uri is returned to the client. BUG: 2994234 Change-Id: Ie75c63da76f623343d3d966c6a707aa1ae871972 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | 64-bit file size/offset support for media frameworkJames Dong2010-11-182-4/+4
| | | | | | | | Change-Id: I3452bc2c0f1d990cc67285df2fce1f9f86ff8e10
* | Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-161-1/+0
| | | | | | | | Change-Id: I17b8e0dbf53fca37c96830c41131b4bc0c24ca6d
* | Merge "Disable flaky streaming server check"James Dong2010-11-151-1/+1
|\ \
| * | Disable flaky streaming server checkJames Dong2010-11-131-1/+1
| | | | | | | | | | | | | | | | | | o Although the streaming server is available, the check fails most of the time. Change-Id: I1084e715605541c4fc3d40e4055db90ddb118b6f
* | | Fix a typo in LOG_TAG for MediaPlayer unit testsJames Dong2010-11-141-1/+1
|/ / | | | | | | Change-Id: I351f32fe4b4da82c32acf5c9e5ebdb81bb003525
* | Fix testWAVSeekToEnd() testcaseJames Dong2010-11-111-4/+2
| | | | | | | | | | | | The testcase does not depend on the availability of WMV decoder Change-Id: I983f6d5954242a28fb9818fa03447b4afe7ad3d1
* | am 751cc424: am 8b023a2e: Merge "Add the mediaplayer release in the test ↵Yu Shan Emily Lau2010-10-271-0/+1
|\ \ | |/ | | | | validation. This is to ensure the media player release properly." into gingerbread
| * 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
* | Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-181-1/+1
|\ \ | |/ | | | | Change-Id: I1bbb845a86a7b7df44ea175df3af22e5f47c44e3
| * 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
* | am 83ed30e5: am ae0bb04a: Merge "Fix issue 3098850" into gingerbreadEric Laurent2010-10-161-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit '83ed30e5e7aab370400657bcdafde2f071de0b54' * commit '83ed30e5e7aab370400657bcdafde2f071de0b54': Fix issue 3098850
| * 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
* | am f358cecb: am 79a3981e: Fix Looper leaks in MediaRecorderStressTest.Jeff Brown2010-10-061-111/+89
|\ \ | |/ | | | | | | | | | | Merge commit 'f358cecb9cb2853ba0d6f54f350a92b1b5e247b2' * commit 'f358cecb9cb2853ba0d6f54f350a92b1b5e247b2': Fix Looper leaks in MediaRecorderStressTest.
| * 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
* | MTP: Fix some warningsMike Lockwood2010-09-251-1/+1
| | | | | | | | | | Change-Id: I1302cacd1df885c770332cecaaea9f7c8ab97b88 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Add constant for SDCARD_RW group ID.Mike Lockwood2010-09-241-3/+2
| | | | | | | | | | Change-Id: I3b009cd06d3c1bc308ba82694db7383134709f75 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | resolved conflicts for merge of ac4a284a to masterEric Laurent2010-09-238-29/+29
|\ \ | |/ | | | | Change-Id: Ia644f67b5d7d7e7137eef2284e9533b5819c12d8
| * 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
* | am 4744774a: am 3efbc555: Merge "Fix more audio effects auto tests" into ↵Eric Laurent2010-09-223-3/+6
|\ \ | |/ | | | | | | | | | | | | | | gingerbread Merge commit '4744774a7a3644489ec1159f5554a41eb943a51b' * commit '4744774a7a3644489ec1159f5554a41eb943a51b': Fix more audio effects auto tests
| * 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