Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
19279ec04845b2a47b90240c9d47bf8fb5ece464
/
media
/
tests
/
MediaFrameworkTest
c2a0b44
resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp
by Neil Fuller
· 10 years ago
33253a4
Switch from FloatMath -> Math and Math.hypot where possible
by Neil Fuller
· 10 years ago
d097e7e
Add Media Player Streaming Tests
by Shaohan Zou
· 10 years ago
acc0095
Camera2: Correct error handling
by Eino-Ville Talvala
· 10 years ago
12da140
Camera2: add highSpeedVideoConfig wrapper and APIs
by Yin-Chia Yeh
· 10 years ago
ee64575
Added a test for HEVC playback memory usage
by Naveen Kumar Ponnusamy
· 10 years ago
b1a236b
add utility methods to util.Range, Rational and Size
by Lajos Molnar
· 10 years ago
4c91380
Camera: Implement HAL1 and higher HAL API coexistence
by Zhijun He
· 10 years ago
4961bc8
camera2: Map camera characteristics in the managed layer
by Igor Murashkin
· 10 years ago
007bfb1
util: Make Rational a Number/Comparable; add Range#inRange
by Igor Murashkin
· 10 years ago
5743868
camera2: Change android.lens.focusRange to Pair<Float,Float>
by Igor Murashkin
· 10 years ago
8298472
Camera2: Test null TonemapCurve behavior
by Yin-Chia Yeh
· 10 years ago
8490ace
Camera2: switch API interface to java classses
by Yin-Chia Yeh
· 10 years ago
78712a8
camera2: Add new metadata keys, change types for existing range keys
by Igor Murashkin
· 10 years ago
d6d6515
camera2: Refactor CameraMetadata.Key out into 3 key classes
by Igor Murashkin
· 10 years ago
72f9f0a
camera2: Move parameters around to different packages
by Igor Murashkin
· 10 years ago
9c59517
camera2: Use StreamConfigurationMap for format/size/duration lookup
by Igor Murashkin
· 10 years ago
3c40a04
camera2: Update native<->managed camera metadata marshalers
by Igor Murashkin
· 11 years ago
53a1d32
camera2: Fix broken camera metadata test due to key rename
by Igor Murashkin
· 11 years ago
e0e77cb
Remove VideoEditor
by Lajos Molnar
· 11 years ago
438d77e
MediaFrameworkTest: Fix Camera2 API unit test build breakage
by Zhijun He
· 11 years ago
8d637b8
Camera2: Fix the JPEG format issues
by Zhijun He
· 11 years ago
5c207ec
camera2: Fix out-of-date metadata test
by Igor Murashkin
· 11 years ago
a77cf87
Merge "Tabs -> spaces in frameworks/base."
by John Spurlock
· 11 years ago
8a985d2
Tabs -> spaces in frameworks/base.
by John Spurlock
· 11 years ago
daa98ca
support time lapse/slow motion on SURFACE source
by Chong Zhang
· 11 years ago
e996c41
MediaRecorderTest: add tests for getSurface() and SURFACE source
by Chong Zhang
· 11 years ago
b7bfdc7
Camera2: add metadata override
by Zhijun He
· 11 years ago
e841d4e
Camera2: Implement idle callbacks
by Eino-Ville Talvala
· 11 years ago
7b7a154
Camera2: Fix Camera integration test deadlock
by Zhijun He
· 11 years ago
2001188
Camera2: Implement CameraManager#getCameraCharacteristics
by Zhijun He
· 11 years ago
68f4006
camera2: Rename CameraProperties to CameraCharacteristics
by Igor Murashkin
· 11 years ago
98d18bb
Merge "Fix media stress test." into klp-dev
by Yu Shan Emily Lau
· 11 years ago
c10b55a
Fix media stress test.
by Yu Shan Emily Lau
· 11 years ago
e3351f1
media: Update ImageReader to remove MaxImagesAcquiredException
by Igor Murashkin
· 11 years ago
5e71206
media: Update ImageReader APIs
by Igor Murashkin
· 11 years ago
70c2207
Camera2: Immutable metadata
by Eino-Ville Talvala
· 11 years ago
23c8809
Camera2: Updated Rational for denom=0.
by Timothy Knight
· 11 years ago
8ebd52b
Camera2: Add CameraDevice#flush()
by Eino-Ville Talvala
· 11 years ago
c8d0756
Add the checking for the camcorder profile.
by Yu Shan Emily Lau
· 11 years ago
b6c38e9
Camera2: Remove redundant Keys classes
by Eino-Ville Talvala
· 11 years ago
66ef645
Refactor CameraService to handle errors properly.
by Ruben Brunk
· 11 years ago
373673a
am 3a5e2013: am ebbcc18e: am 4032217e: Merge "Add option for video playback test to accept media source path." into jb-mr2-dev
by Xia Wang
· 11 years ago
693e21d
MediaFrameworkTest: Add camera capture result callback test
by Zhijun He
· 11 years ago
2f1a2e4
Camera2 API: Rename package to android.hardware.camera2
by Eino-Ville Talvala
· 11 years ago
7f4d314
camera2: Implement CameraDevice#waitUntilIdle
by Zhijun He
· 11 years ago
229019e6
MediaFrameworkTest: Fix camera unit test failure
by Zhijun He
· 11 years ago
3710db8
camera2 api: marshal rect, size, string for metadata
by Igor Murashkin
· 11 years ago
d7bf177
camera2: Implement CameraDevice#getCameraInfo
by Igor Murashkin
· 11 years ago
b9dd637
camera2 api: Generate metadata keys and enums from XML
by Igor Murashkin
· 11 years ago
796c93b
Add option for video playback test to accept media source path.
by Xia Wang
· 11 years ago
b519cc5
camera2 api: Add CameraMetadata get/set support
by Igor Murashkin
· 11 years ago
7072550
Initial camera device implementation
by Igor Murashkin
· 11 years ago
e363fbb
Partial CameraManager implementation
by Igor Murashkin
· 11 years ago
a858308
Revert "Partial CameraManager implementation"
by Igor Murashkin
· 11 years ago
e473f7d
Partial CameraManager implementation
by Igor Murashkin
· 11 years ago
2d2cd32
Make MediaPlayer.invoke() public-and-hidden again
by Marco Nelissen
· 11 years ago
85c28e8
Forgot something
by Marco Nelissen
· 11 years ago
c2f9024
Fix build
by Marco Nelissen
· 11 years ago
cf88be6
Merge "camera: Add Java binder proxies for some existing binder interfaces"
by Igor Murashkin
· 11 years ago
4491d68
camera: Add Java binder proxies for some existing binder interfaces
by Igor Murashkin
· 11 years ago
b318f7b
Merge "Refactor of camera stress test to add camera test helper. Also add additional functional tests for: flash, exposure, white balance, and focus mode. Also add pairwise tests." into jb-mr2-dev
by Jason Noguchi
· 11 years ago
c6cedc8
Refactor of camera stress test to add camera test helper. Also add
by Jason Noguchi
· 12 years ago
9c539e8
Update test with CamercorderProfile video size.
by Yu Shan Emily Lau
· 11 years ago
83a017b
audio service: add config option for fixed volume
by Eric Laurent
· 12 years ago
780dc88
Fix the media memeory stress test.
by Yu Shan Emily Lau
· 12 years ago
984505d
Media test clean up.
by Yu Shan Emily Lau
· 12 years ago
9139625
Fix build.
by Dianne Hackborn
· 12 years ago
68ba8b9
am e71bb772: am f9719d11: am daf9b7d1: am 3f72bf32: Merge "Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record durati
by Jason Noguchi
· 12 years ago
3f72bf3
Merge "Refactoring the media recorder stress test. Added test cases for: - record & playback @ 1080p - record & playback @ 720p - record & playback @ 480p - record & playback @ custom Plus extending the record duration to a full minute." into jb-mr1-dev
by Jason Noguchi
· 12 years ago
8d73c04
am be6ff0b8: am 66480258: am ba5fd35e: am 7b4e597f: Merge "Adding camera scene mode stress test." into jb-mr1-dev
by Jason Noguchi
· 12 years ago
ca6a5ee
Refactoring the media recorder stress test.
by Jason Noguchi
· 12 years ago
bac8666
Adding camera scene mode stress test.
by Jason Noguchi
· 12 years ago
58ed5d7
am 768d9e1a: Merge "Correct executable bit for source files"
by Kenny Root
· 12 years ago
3a084af
Correct executable bit for source files
by Kenny Root
· 12 years ago
3662f20
Append the test case name in the beginning of the test log.
by Yu Shan Emily Lau
· 12 years ago
87b8a1c
Fix the NPE for the memwriter.
by Yu Shan Emily Lau
· 12 years ago
2ffd207
Instead of collecting the procmem output in
by Yu Shan Emily Lau
· 12 years ago
c7fb118
Activity.onStop(Bundle) does not exist
by Marco Nelissen
· 12 years ago
e60393a
Remove the unnecssary intent call.
by Yu Shan Emily Lau
· 12 years ago
7b996d1
Fix a test case failure when there is no back-facing camera on a device
by James Dong
· 12 years ago
ec3f31f
Added support for HE-AAC recording.
by Dave Burke
· 13 years ago
7a9734d
Unhide APIs for timed text and multiple audio track switch APIs
by James Dong
· 13 years ago
e35b3e0
Fix the test cases which fail to launch the camera
by Yu Shan Emily Lau
· 13 years ago
997592b
Add functional tests for Visualizer volume scaling mode
by Jean-Michel Trivi
· 13 years ago
8fa2339
Merge "Insert the 2 seconds before test start to workaround the race conditon for requesting the surface."
by Yu Shan Emily Lau
· 13 years ago
a79edb7
Insert the 2 seconds before test start to
by Yu Shan Emily Lau
· 13 years ago
c0c4a20
am a72a06f3: am f5693a6a: am a784b3de: Fix build break introduced by missing parenthesis in camera stress test.
by Jason Noguchi
· 13 years ago
a784b3d
Fix build break introduced by missing parenthesis in camera stress test.
by Jason Noguchi
· 13 years ago
b7cc80d
am a5408a8c: am 34a4e519: am 6e6d8df5: Merge "Adding camera zoom test to mediaframework stress suite." into ics-mr1
by Jason Noguchi
· 13 years ago
003a756
Insert 2 seconds wait in each test case setup.
by Yu Shan Emily Lau
· 13 years ago
41d88d5
Adding camera zoom test to mediaframework stress suite.
by Jason Noguchi
· 13 years ago
8790b57
am 353b61a8: am 0ddfe24a: am eb4f3256: Set the video encoding bit rate for the media recorder stress test.
by Yu Shan Emily Lau
· 13 years ago
eb4f325
Set the video encoding bit rate for the media recorder stress test.
by Yu Shan Emily Lau
· 13 years ago
eb5698a
am a1de5e48: am 743aceec: am ee329930: Merge "Adding time lapse test to mediaframework stress suite." into ics-mr1
by Jason Noguchi
· 13 years ago
27c8d9b
Adding time lapse test to mediaframework stress suite.
by Jason Noguchi
· 13 years ago
d5ade13
Removed out-of-date TODO in video editor performance/stress test cases
by James Dong
· 13 years ago
7dd6507
More AudioManager tests
by Jean-Michel Trivi
· 13 years ago
e1103cf
Remove obsolete TODO comments
by James Dong
· 13 years ago
7108770
Merge "Fix audio effect tests"
by Eric Laurent
· 13 years ago
Next »