mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Previously, input assets had to be all SDR or all HDR. After this CL, if tone-mapping is requested, HDR and SDR may mix in any order. If tone-mapping is not requested, SDR may precede HDR, but not vice versa, until SDR to HDR tone-mapping is implemented Some changes to accomplish this include: 1. Inputting the decoded format's color to VideoFrameProcessor.registerInputStream for each stream. 2. Calculating the estimated decoded format's color for each stream, by estimating it based on MediaCodec tone-mapping. PiperOrigin-RevId: 602747837 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| README.md | ||
Test data module
Provides sample data for media unit and instrumentation tests.