Dongwon Kang
8e2ed8d512
Refactor FileInserter in MediaScanner and adding unit tests for the newly added class.
...
Change-Id: Ia0e8c95239916fd4c21cb5bf10ac94201e6eb6f1
2011-10-10 19:34:35 -07:00
Gloria Wang
627f445a23
Wait for some time before stopping the media recorder.
...
Fix for bug 5239001.
Change-Id: Ifa18a404e8568cced88a93b8d1a7125875aadb15
2011-09-30 10:05:33 -07:00
Xia Wang
0a6cd02b48
am b2d17234: Merge "Reorganize media framework functional tests. Group tests into sub-packages" into ics-factoryrom
...
* commit 'b2d17234b77cda555905e0da997f543708374246':
Reorganize media framework functional tests. Group tests into sub-packages
2011-09-28 12:40:07 -07:00
Xia Wang
db6028508c
Reorganize media framework functional tests.
...
Group tests into sub-packages
Change-Id: I878e14487142de495fc646037d5d0b51e39341bd
2011-09-27 16:00:20 -07:00
Eric Laurent
5e7acae2c3
Fix issue 5355047: Automated effect tests fail.
...
Fixed several regressions in automated audio effect tests due
to changes in effect framework and visualizer FFT output range.
- Do not suspend Volume effect on session 0 when effects are
enabled on specific sessions.
- Adapt energy detection thresholds to new visualizer FFT range.
- Leave more time for BassBoost and Virtualizer effects to ramp up
before measuring the effect.
- Removed second insert reverb left by mistake on the player session
in preset reverb test.
Change-Id: I7a1ad1372d783fa7900eb9dd1d3b47f54d8d766f
2011-09-23 10:15:05 -07:00
Rajneesh Chowdury
3f43e7d37f
Fix for bug 5309242 [Prime] VideoEditorAPITest testVideoContentHD failed
...
Change-Id: Ibd52a3bda8e1cb17f1c110cc219f2c71a46e5122
2011-09-14 12:37:02 -07:00
Devaraj Rangasamy
d8f7c2c2dc
MTS Recorder Test: Use VideoFrameRate from Device Camcorder Profile
...
MTS tests have hardcoded video framerates.
MTS can query the video framerate supported by device via
Camcorder profiles and use.
Change-Id: I61666df6af58eaba46f7366521cc114184cb4ac5
Signed-off-by: Devaraj Rangasamy <dev@ti.com>
2011-09-09 17:22:24 -07:00
James Dong
4cf9a3b857
Merge "Fix another hardcoded frame rate in the media framework test"
2011-09-09 15:50:39 -07:00
Chih-Chung Chang
a18886ca08
Fix 5278371: OOM in MediaItemThumbnailTest
...
Because we request 400x240 thumbnails. 100 thumbnails needs 38M,
which is too much. Change it to 70 now.
Also handle the case if the thumbnail callback throws exception.
Change-Id: Iac4ee72f308b7c7a6ae860983197601cf89bee8f
2011-09-09 13:58:59 +08:00
James Dong
b05a600352
Fix another hardcoded frame rate in the media framework test
...
Change-Id: I7d7f9d0812a0228dbf924084a32dbede0338b421
related-to-bug: 5264298
2011-09-07 19:31:24 -07:00
James Dong
a985135daa
Use device-dependent frame rate in the media recorder performance test
...
Change-Id: I778eca69c4acb9842f600c6ae23e7a89fb2e55f4
related-to-bug: 5264298
2011-09-06 19:15:48 -07:00
Jamie Gennis
8d102eb672
Merge changes I33f59705,Ia4c8c822,I2fb695ab,I2e587afc
...
* changes:
MediaDump: use the MediaPlayer#setSurface method
HTML5VideoView: switch to MediaPlayer#setSurface
MediaPlayer: unhide the setSurface method
Surface: unhide the SurfaceTexture ctor
2011-08-30 14:38:56 -07:00
James Dong
4afbe2ec75
The test application falsely reports that the test result even if the test failed.
...
Change-Id: Ia632f04da73642dc4c1e3147b16664b5672108bc
2011-08-29 14:40:52 -07:00
Jamie Gennis
af4fccf0c0
MediaDump: use the MediaPlayer#setSurface method
...
This change updates the MediaDump test to use the new
MediaPlayer#setSurface method in place of MediaPlayer#setTexture, which
will be removed.
Change-Id: I33f59705c728f0884452d45cf83cb5b80f66a95a
2011-08-29 14:33:11 -07:00
Rajneesh Chowdury
3ced044154
Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java)
...
Also fixes 5118207 add other video codec support for video editor export.
Change-Id: If72427173bd8ff684af07ba00f4425c1deef29c6
2011-08-19 14:34:47 -07:00
James Dong
c9b9cbc76e
Use camcorder profiles for MediaRecorderStressTest
...
related-to-bug: 5167351
Change-Id: Ia21ca39a404484b2dda25c6101780d2ff11c4623
2011-08-15 17:23:00 -07:00
Eric Laurent
c498ad6eac
Merge "Fix issue 5144429: CTS test fails for AudioEffects"
2011-08-12 12:49:42 -07:00
Eric Laurent
09f1735fad
Fix issue 5144429: CTS test fails for AudioEffects
...
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
2011-08-11 18:06:18 -07:00
Marco Nelissen
ef02abd505
Add Bluetooth SCO test app
...
Change-Id: I6c0c267fbb546b6db544e5ddb03e65276895e0e0
2011-08-11 10:42:17 -07:00
Yu Shan Emily Lau
55c1ad9994
Replace the hard coded video recording
...
properties with media profile.
Change-Id: I431838839f52431e68183eebe7ebce382a44bdb7
2011-08-01 23:52:47 -07:00
Rajneesh Chowdury
e3065f23a2
Merge "Fix for issue 5007510 AssertionFailed for MediaPropertiesTest#testPropertiesH263QCIF"
2011-07-15 16:08:01 -07:00
Rajneesh Chowdury
aea7d6cdfb
Fix for issue 5007510 AssertionFailed for MediaPropertiesTest#testPropertiesH263QCIF
...
Change-Id: I1c7c32fee491871223ad12df4696363415902377
2011-07-15 15:11:48 -07:00
Rajneesh Chowdury
559bb7951f
Fix for issue 5007228 IllegalArgumentException when testing VideoEditorAPITest#testEffectKenBurn
...
Change-Id: Ic8b4360cdabb157fa7739552b73e3c3daab88129
2011-07-08 14:56:06 -07:00
James Dong
88f7194f6d
Add a testcase to test PNG files support for KenBurn effect.
...
Change-Id: I1d0b3ff7b5aa21c25c141b440521e64b4a82043d
related-to-bug: 4861071
2011-06-27 13:42:55 -07:00
Gloria Wang
1e1b13e62e
- Public part of the Metadata API.
...
- Modify the media framework test for Metadata.
Change-Id: Ib8fa4991f114e1bb88a17ca662844b9b8e1d0faf
2011-06-23 15:28:36 -07:00
Yu Shan Emily Lau
c4fe54a238
Add new open source test contents.
...
Removed old test files.
Updated the tests with new test contents.
Change-Id: Id74f1aae391ef868843ab4058ae9a9328d98f868
2011-06-15 18:45:54 -07:00
Yu Shan Emily Lau
d1d17b1651
Cleaned up the old test cases and test media files.
...
Change-Id: Icc3c04c69b11b2bb91588a8bb916baf69594e8d3
2011-06-07 12:08:13 -07:00
Yu Shan Emily Lau
fa22e62589
Convert the video editor performance
...
test suite output from float to int.
Change-Id: I62fada18a4c34d06b8d0ed91885e5bd98f12523f
2011-06-01 16:33:35 -07:00
Huahui Wu
ea0bad0574
b/4452171 Dumping video playbacks to files.
...
MediaDump: a tool app to dump video playback into raw files and
a viewer to display the dumped files.
Change-Id: I7bf116e38bb1f9e85d5a1680ae92b5b72bc10ea8
2011-05-23 15:34:29 -07:00
Gloria Wang
d01ec6eab0
Add setParameter/getParameter to MediaPlayer API.
...
for bug 1982947
Change-Id: If3f40e4f18cbba155af29944af38bdc627f8cd53
2011-04-29 10:24:03 -07:00
Joe Onorato
43a17654cf
Remove the deprecated things from Config.java. These haven't been working since before 1.0.
...
Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
2011-04-07 19:23:05 -07:00
shailendra
88a14dcd1c
am 6b49e9a8: am a450ef06: am ac390b8c: Merge "Fix for Media Server memory leak" into honeycomb-mr1
...
* commit '6b49e9a8829c87088dc7fbc0945237030e63327a':
Fix for Media Server memory leak
2011-03-23 16:03:46 -07:00
shailendra
a450ef0668
am ac390b8c: Merge "Fix for Media Server memory leak" into honeycomb-mr1
...
* commit 'ac390b8cacc45c866ae2e60c0e492a914cf6ec78':
Fix for Media Server memory leak
2011-03-23 15:47:47 -07:00
shailendra
ac390b8cac
Merge "Fix for Media Server memory leak" into honeycomb-mr1
2011-03-23 15:33:51 -07:00
shailendra
2d06aee095
Fix for Media Server memory leak
...
bug - 4081123
Change-Id: Ic88c13f8006227cff2c91a31f5d1828d007125af
2011-03-22 21:30:35 -07:00
shailendra
35c654c3f5
am 8e0f2d71: am b819dcd4: am 8483073e: Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" into honeycomb-mr1
...
* commit '8e0f2d71a1d2353228ba04562c8189f4904a11d1':
Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)
2011-03-22 11:54:44 -07:00
shailendra
b819dcd49d
am 8483073e: Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" into honeycomb-mr1
...
* commit '8483073ec21b5e2332deaad914eba1d087b1d1e3':
Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)
2011-03-22 11:50:15 -07:00
shailendra
8483073ec2
Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" into honeycomb-mr1
2011-03-22 11:48:12 -07:00
Yu Shan Emily Lau
8b17346a43
am 5460bb3e: am 112852b5: am 02109972: Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1
...
* commit '5460bb3e09766d45105dfb05f54f97da1dbc57a3':
Add the mem logging into test utility. Bug# 4108259
2011-03-22 11:42:26 -07:00
Yu Shan Emily Lau
112852b577
am 02109972: Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1
...
* commit '0210997218fc22b77c71a43a2396419cd0a39166':
Add the mem logging into test utility. Bug# 4108259
2011-03-21 18:00:32 -07:00
Yu Shan Emily Lau
0210997218
Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1
2011-03-21 17:32:17 -07:00
Eric Laurent
602b3286ff
Fix issue 3509396: AudioEffect.getParameter JAVA.
...
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
2011-03-21 17:11:59 -07:00
Yu Shan Emily Lau
75afb97c4d
Add the mem logging into test utility.
...
Bug# 4108259
Change-Id: Ifc8091490beef1430a1a0ab297e514b605da56f6
2011-03-18 13:27:51 -07:00
shailendra
0e898b59d8
am e21bbd24: am a5eaf2ea: am 0d922ec9: Merge "Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)" into honeycomb-mr1
...
* commit 'e21bbd24a107c3286e8c6f3eca069ebb12ef13da':
Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)
2011-03-18 11:27:09 -07:00
shailendra
a5eaf2eae0
am 0d922ec9: Merge "Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)" into honeycomb-mr1
...
* commit '0d922ec92dfe1d4adb6c66cdd2d3c16eb6b29776':
Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)
2011-03-18 11:02:35 -07:00
shailendra
d0c2813289
Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)
...
Change-Id: I0a7081f901684ff7c7388b830afc6ae2f2ce7bcd
2011-03-18 10:45:29 -07:00
shailendra
c8b4efdd74
Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)
...
Change-Id: Iab523e666c11b7f99aac71c761a4295d32ca026c
2011-03-17 14:53:20 -07:00
Yu Shan Emily Lau
f916a5537c
am 0af00ebc: am 797f5b0c: am fd5c1f7c: Merge "Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6" into ho
...
* commit '0af00ebc178a90d53a2aba92b8f8c11cfca8c1f4':
Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6
2011-03-16 16:47:08 -07:00
Yu Shan Emily Lau
797f5b0c00
am fd5c1f7c: Merge "Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6" into honeycomb-mr1
...
* commit 'fd5c1f7c575451cf3566d1a8290b0b001bddfa39':
Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6
2011-03-16 16:43:04 -07:00
Yu Shan Emily Lau
9dab784705
Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit.
...
Add the media test util for capturing the memory usage.
Bug# 4108259
Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6
2011-03-16 16:36:17 -07:00