History log of /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d097e7ef745714cadc299db5e8bb0ff57c255373 27-Aug-2014 Shaohan Zou <szou@google.com> Add Media Player Streaming Tests

Change-Id: I4bb78b0487d158f4ea57349b591f66eda6b325d2
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
ee64575cf725ecb10d91286dcb32a5a51be8efcd 11-Jun-2014 Naveen Kumar Ponnusamy <naveenkumar.p@ittiam.com> Added a test for HEVC playback memory usage

Bug: 14571712
Change-Id: If5c4053dea23142b73aed77498c93e149b7ef9b2
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
e996c419e6c9beff09b2bb8d6d5777313a0cf29f 02-Jan-2014 Chong Zhang <chz@google.com> MediaRecorderTest: add tests for getSurface() and SURFACE source

Bug: 12305192
Change-Id: I2f63799219273dc84732ba3b7a9dceb84a1f27a7
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
796c93b11096002db8ee8fff670ba2a1980877d9 12-Jul-2013 Xia Wang <xiaw@google.com> Add option for video playback test to accept media source path.

This allows the stress test to be able to streaming video over network.

Change-Id: Ie0089c1ba2a076c9c1325934643c2f22f2ca9866
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
3a084af2e90849aaa8beb3a610189e3399c63ea0 07-Nov-2012 Kenny Root <kroot@google.com> Correct executable bit for source files

Many media files and source code files were marked as executable in Git.
Remove those.

Also a shell script and python script were not marked as executable.

Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
c4fe54a2385e8e67dcfed6b2c365214ed020d245 14-Jun-2011 Yu Shan Emily Lau <yslau@google.com> Add new open source test contents.
Removed old test files.
Updated the tests with new test contents.

Change-Id: Id74f1aae391ef868843ab4058ae9a9328d98f868
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
d1d17b165139681dc66c000fdfe9e14fb1bc35c0 07-Jun-2011 Yu Shan Emily Lau <yslau@google.com> Cleaned up the old test cases and test media files.

Change-Id: Icc3c04c69b11b2bb91588a8bb916baf69594e8d3
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
441ec6bd106a6ac09ff0ceed1f8d437c33cfc156 28-Jul-2010 Eric Laurent <elaurent@google.com> Added tests for audio effects in MediaFrameworkTest

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
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
a6f9e38b7fe5e2b567ae420cf8a2511b0c4e0f18 11-Mar-2010 Yu Shan Emily Lau <yslau@google.com> Modified the expected metadata result as the behavior of Stagefright.

Change-Id: Id86e262f0d3375eeda68d5df04e4ebd2f21ffc4f
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
620144029819df06bda2452fa3ec15334f66bd65 22-Feb-2010 Wu-cheng Li <wuchengli@google.com> Increase the sleep time to fix testTakePicture.

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
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
eea6ecdfce33178cee3c4b20fe230d659421e72c 26-Jan-2010 Yu Shan Emily Lau <yslau@google.com> Add the new golden thumbnail image as the PV and stagefright implementations in capturing thumbnail is different.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
c060d86f7dcc2759b94867e5c0c1105b31af5309 10-Nov-2009 Gloria Wang <gwang@google.com> Check whether test server is up before running tests which use streaming files.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
13b93713f36d64783f3199c83b37ca58d8ff35bd 27-Oct-2009 Yu Shan Emily Lau <yslau@google.com> Fixed the H263 video duation which caused the incorrect video validation.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
208ad8e4135a5aba9274ce157d6323fa190b4dbe 17-Sep-2009 Yu Shan Emily Lau <yslau@google.com> Modified the new stream video url.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
610e3595d250f78c857126cd08ef2a82ee650415 16-Sep-2009 Yu Shan Emily Lau <yslau@google.com> modified: MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
Fixed the meta data duration
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
147a0c270b5a6078218496b17df9eab70b358b67 12-Sep-2009 Yu Shan Emily Lau <yslau@google.com> modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java
Fix the m4a1 duration and the also fix the random_seek time error in the stress test.

modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
bde54df0209e6b3db720b14f5c7b8bd6e6372757 09-Sep-2009 Yu Shan Emily Lau <yslau@google.com> modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
Fixed the incorrect expected druation
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
c9706f0262a2f399f95e0d78ba2b7616e08d0069 14-Aug-2009 Sahil Sachdeva <sahils@google.com> DO NOT MERGE, ALready merged to master.
1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
f47b8e991f60aac8a8f4e6e710cf5eb7cfb3a05a 26-Jun-2009 Yu Shan Emily Lau <yslau@google.com> Added two test cases to trace the failure in closing the hw decoder and the current playtime is greater than the duration.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
be467b579e06443bc79ea6a04ba0b4d4746da994 20-May-2009 Yu Shan Emily Lau <yslau@google.com> Replaced the old test media files with the new open source test media files.
Fix the bug in testGetThumbnail test.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
55eef638fae461d40b1ad4b1738bdef355a2d482 15-May-2009 Xia Wang <xiaw@google.com> Add a tool to play all kinds of media files saved in /sdcard/media_api/samples/. It also tests the seeking functionality during the play of each sample file.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
c1b80cb7e30102b304d62beb9649f84c798e00e9 06-May-2009 Yu Shan Emily Lau <yslau@google.com> Changes in mediaframework test for the OpenCore 2.0 integration. Changes included:
1) The default value for the metatData
2) Add the videoSizedChange callback to get the video dimension
Added the test cases for the async reset callback test case for the Qualcomm new realease.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
2071043512fc9ceba5d06fe6ea23eeda499c8e02 24-Apr-2009 Yu Shan Emily Lau <yslau@google.com> Modify and turn on the test case for video recording in portrait mode.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
b2a3dd88a53cc8c6d19f6dc8ec4f3d6c4abd9b54 09-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@137197
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
d24b8183b93e781080b2c16c487e60d51c12da31 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java