huangdarwin
e444eaa5b7
HDR: Input ColorInfo to the FrameProcessor.
...
This allows the GlEffectsFrameProcessor to later handle HLG and PQ
differently, or limited and full color range differently.
No functional change intended in this CL.
PiperOrigin-RevId: 466070764
2022-10-19 17:16:56 +00:00
leonwind
650a9d21ec
Switch @param to @code tags in RgbAdjustment.
...
PiperOrigin-RevId: 465591877
2022-10-19 17:02:18 +00:00
leonwind
6502fce634
Add RgbAdjustment class to build RgbaMatrices
...
* Add RgbaMatrix interface implementation.
* Add Builder class for easy adjustments.
* Adjust existing RgbaMatrixPixelTests to use new RgbAdjustment class.
PiperOrigin-RevId: 465545429
2022-10-19 16:36:55 +00:00
leonwind
30fab8c008
Remove clamp function in contrast fragment shader.
...
* OpenGL automatically clamps the output colors to the [0, 1] interval.
PiperOrigin-RevId: 465071999
2022-10-19 16:18:51 +00:00
Googler
bbb7b1c0bc
Fix saving previous debugSurfaceView in FinalMatrixTPWrapper.
...
PiperOrigin-RevId: 465067306
2022-10-19 16:11:06 +00:00
Googler
245326a043
Clean up FrameProcessor TODOs.
...
PiperOrigin-RevId: 465044342
2022-10-19 16:03:47 +00:00
Googler
707b061838
Move effects functionality out of transformer to effects module.
...
PiperOrigin-RevId: 465038852
2022-10-19 16:00:13 +00:00
Googler
26dcdcf1c0
Create effect module.
...
PiperOrigin-RevId: 464767396
2022-10-19 15:49:31 +00:00
olly
fb1cba3c92
Fix missing imports and package-info.java
...
PiperOrigin-RevId: 403071721
2021-10-14 16:12:48 +01:00
olly
fe0a5662de
Move DataSink and upstream.crypto to common
...
PiperOrigin-RevId: 402812895
2021-10-14 11:50:36 +01:00
kimvde
0f0e11aaeb
Make README structure match the desired androidx structure
...
PiperOrigin-RevId: 397319051
2021-09-17 16:06:00 +01:00
huangdarwin
7947d27819
Docs: Add demos and testapps documentation.
...
* Add new README files for the Transformer demo and media/testapps/.
* Add an androidx demos README in media/github/
PiperOrigin-RevId: 396784430
2021-09-16 12:01:45 +01:00
Oliver Woodman
75c8506a81
Remove VCT directories for now
2021-05-14 11:27:59 +01:00
gyumin
bd4ba4c583
Unnest session vct directories
...
Tested:
$ ./gradlew :media-test-session-current:cAT
$ blaze test test_session_current/src/androidTest:test_with_current_support_app
The tests run but seem flaky, not related to this change.
PiperOrigin-RevId: 373677924
2021-05-14 11:24:23 +01:00