summaryrefslogtreecommitdiffstats
path: root/media/tests/MediaFrameworkTest
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java)Rajneesh Chowdury2011-08-194-58/+87
| | | | | | Also fixes 5118207 add other video codec support for video editor export. Change-Id: If72427173bd8ff684af07ba00f4425c1deef29c6
* Use camcorder profiles for MediaRecorderStressTestJames Dong2011-08-151-14/+14
| | | | | | related-to-bug: 5167351 Change-Id: Ia21ca39a404484b2dda25c6101780d2ff11c4623
* Fix issue 5144429: CTS test fails for AudioEffectsEric Laurent2011-08-111-2/+47
| | | | | | | | | | android_media_AudioEffect_native_setup() was not initializing properly the effect descriptor for audio pre processings. AudioEffect tests should create per processing effects on a valid AudioRecord session. Change-Id: Ia1862ca91c98e272f9374b9225a7d4ce7ef132fc
* Replace the hard coded video recordingYu Shan Emily Lau2011-08-011-7/+16
| | | | | | properties with media profile. Change-Id: I431838839f52431e68183eebe7ebce382a44bdb7
* Merge "Fix for issue 5007510 AssertionFailed for ↵Rajneesh Chowdury2011-07-151-4/+12
|\ | | | | | | MediaPropertiesTest#testPropertiesH263QCIF"
| * Fix for issue 5007510 AssertionFailed for ↵Rajneesh Chowdury2011-07-151-4/+12
| | | | | | | | | | | | MediaPropertiesTest#testPropertiesH263QCIF Change-Id: I1c7c32fee491871223ad12df4696363415902377
* | Fix for issue 5007228 IllegalArgumentException when testing ↵Rajneesh Chowdury2011-07-081-4/+7
|/ | | | | | VideoEditorAPITest#testEffectKenBurn Change-Id: Ic8b4360cdabb157fa7739552b73e3c3daab88129
* Add a testcase to test PNG files support for KenBurn effect.James Dong2011-06-271-4/+14
| | | | | Change-Id: I1d0b3ff7b5aa21c25c141b440521e64b4a82043d related-to-bug: 4861071
* - Public part of the Metadata API.Gloria Wang2011-06-231-28/+8
| | | | | | - Modify the media framework test for Metadata. Change-Id: Ib8fa4991f114e1bb88a17ca662844b9b8e1d0faf
* Add new open source test contents.Yu Shan Emily Lau2011-06-155-387/+142
| | | | | | | Removed old test files. Updated the tests with new test contents. Change-Id: Id74f1aae391ef868843ab4058ae9a9328d98f868
* Cleaned up the old test cases and test media files.Yu Shan Emily Lau2011-06-075-529/+6
| | | | Change-Id: Icc3c04c69b11b2bb91588a8bb916baf69594e8d3
* Convert the video editor performanceYu Shan Emily Lau2011-06-011-12/+11
| | | | | | test suite output from float to int. Change-Id: I62fada18a4c34d06b8d0ed91885e5bd98f12523f
* am 6b49e9a8: am a450ef06: am ac390b8c: Merge "Fix for Media Server memory ↵shailendra2011-03-231-14/+18
|\ | | | | | | | | | | | | leak" into honeycomb-mr1 * commit '6b49e9a8829c87088dc7fbc0945237030e63327a': Fix for Media Server memory leak
| * Merge "Fix for Media Server memory leak" into honeycomb-mr1shailendra2011-03-231-14/+18
| |\
| | * Fix for Media Server memory leakshailendra2011-03-221-14/+18
| | | | | | | | | | | | | | | | | | bug - 4081123 Change-Id: Ic88c13f8006227cff2c91a31f5d1828d007125af
* | | am 8e0f2d71: am b819dcd4: am 8483073e: Merge "Fix for testPropertiesWMVFile ↵shailendra2011-03-221-4/+11
|\ \ \ | |/ / | | | | | | | | | | | | | | | case failed with build HMI75B(4128259)" into honeycomb-mr1 * commit '8e0f2d71a1d2353228ba04562c8189f4904a11d1': Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)
| * | Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" ↵shailendra2011-03-221-4/+11
| |\ \ | | |/ | |/| | | | into honeycomb-mr1
| | * Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)shailendra2011-03-181-4/+11
| | | | | | | | | | | | Change-Id: I0a7081f901684ff7c7388b830afc6ae2f2ce7bcd
* | | am 5460bb3e: am 112852b5: am 02109972: Merge "Add the mem logging into test ↵Yu Shan Emily Lau2011-03-221-67/+68
|\ \ \ | |/ / | | | | | | | | | | | | | | | utility. Bug# 4108259" into honeycomb-mr1 * commit '5460bb3e09766d45105dfb05f54f97da1dbc57a3': Add the mem logging into test utility. Bug# 4108259
| * | Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1Yu Shan Emily Lau2011-03-211-67/+68
| |\ \ | | |/ | |/|
| | * Add the mem logging into test utility.Yu Shan Emily Lau2011-03-181-67/+68
| | | | | | | | | | | | | | | | | | Bug# 4108259 Change-Id: Ifc8091490beef1430a1a0ab297e514b605da56f6
* | | Fix issue 3509396: AudioEffect.getParameter JAVA.Eric Laurent2011-03-211-16/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Removed dead/buggy code in AudioEffect.getParameter() and AudioEffect.command() that was meant to return the actual length of meaningful data in the returned parameter or command reply. This is replaced by the method return status indicating this length when positive (negative return codes still indicate the same errors as before). Modified automated AudioEffect tests accordingly. Change-Id: Ie89617f912766b8dee73b81f92af9c48027c982d
* | Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile ↵shailendra2011-03-172-1/+5
|/ | | | | | failed with HMI75B(4124235) Change-Id: Iab523e666c11b7f99aac71c761a4295d32ca026c
* Suppress the 1 hour video editor export test case which exceed the 5 mins ↵Yu Shan Emily Lau2011-03-162-2/+110
| | | | | | | | large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6
* Merge "Remove the hard coded media recorder test cases. Add the native heap ↵Yu Shan Emily Lau2011-02-284-177/+88
|\ | | | | | | dump catpure functionality."
| * Remove the hard coded media recorder test cases.Yu Shan Emily Lau2011-02-254-177/+88
| | | | | | | | | | | | Add the native heap dump catpure functionality. Change-Id: I434ff886152cbb9b2b9a4e39c75bfd016e0e50a0
* | VideoEditor: Issue:3396697: Update Perf and Stress test codeBasavapatna Dattaguru2011-02-242-27/+27
|/ | | | Change-Id: Ifd90e8e1fdff1a04d47a3ae65813584cab78255c
* Merge "VideoEditor:IssueID:3396697: Added Performance test code"Basavapatna Dattaguru2011-02-224-2/+2412
|\
| * VideoEditor:IssueID:3396697: Added Performance test codeBasavapatna Dattaguru2011-02-184-2/+2412
| | | | | | | | | | | | | | Updated with review comments: MediaFrameworkStressTestRunner.java deleted Updated with growing heap report in Stress test case Change-Id: I847f8810e2b844015c47b7d24e488a611d85287c
* | VideoEditor:IssueID:3396697: Updated Preview Test codeBasavapatna Dattaguru2011-02-171-51/+29
|/ | | | Change-Id: I895bcdbb0c65679b837e616de58e533a080bbf2f
* Fixed the media playback report format.Yu Shan Emily Lau2011-02-171-3/+3
| | | | Change-Id: I8b943f8cd914acc6c9ee81a71f0efbecece7263e
* Update the summary output format which match the PM data posting.Yu Shan Emily Lau2011-02-172-7/+8
| | | | Change-Id: I3e3f7313020da6d0d219acd90ac9edc8a4d0bce4
* Change the media player stress test to repor the total number of failure and ↵Yu Shan Emily Lau2011-02-164-40/+60
| | | | | | | | the total number of info. Register the surface callback in the test application bug# 2909064 Change-Id: I3420b5bc81e276b50f612c126ed5fc1f4f16c08c
* VideoEditor:IssueID:3396697: Added Preview Test codeBasavapatna Dattaguru2011-02-144-12/+1193
| | | | | | | | This has dependency on Ide5ee82b24806a52b4e612db4bc3c34f75e4465a Removed trailing space in xml file Removed dependency on test cases other than Preview & API Change-Id: I835c0ca17d6ff15819407eb930cca8a08b095287
* VideoEditor: IssueID:3396697:Added TN,MP,Exp,API test codesBasavapatna Dattaguru2011-02-145-18/+2512
| | | | | | Updated with review comments: code cleaning in MP. Change-Id: Ide5ee82b24806a52b4e612db4bc3c34f75e4465a
* Video Editor CTS Test Code: annotation suppressBasavapatna Dattaguru2011-02-113-1/+3288
| | | | | | | Fix for Issue: ID:3396697 Updated with review comments Change-Id: Ie20e60598f046b23ed49b2533e9d500607a23c17
* Fix the build.Yu Shan Emily Lau2011-02-071-1/+1
| | | | Change-Id: Ie02c5086c1dc8c4ef1c52c6ae43b018a48a18bdd
* Remove the old media player stress test.Yu Shan Emily Lau2011-02-076-147/+203
| | | | | | | Add the new playback stress that which caputred the total number of crashes, frame drops from a list of video which side-loaded to the device. Change-Id: I41d54b5286da0aecb52a37feec176d8ae5456d9e
* am 89378fd1: Merge "Revert "Video editor CTS: Framework modifications"" into ↵Basavapatna Dattaguru2011-01-262-21/+4
|\ | | | | | | | | | | | | honeycomb * commit '89378fd1666cd589599a0c5a7d0c71fa2f8159a5': Revert "Video editor CTS: Framework modifications"
| * Revert "Video editor CTS: Framework modifications"Basavapatna Dattaguru2011-01-262-21/+4
| | | | | | | | This reverts commit eb6d6ecf4ba7a3965ce6ab178dce48eb9416bfc7.
* | 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