media/testutils
sheenachhabra ffc268eb7e Add Muxer end to end tests
Following test cases are added:
1. Mux H264 video
2. Mux H265 video
3. Mux HDR video

Each test case performs following actions:
1. Extract track and samples from input Mp4 using MediaExtractor.
2. Feed those samples into Mp4 muxer.
3. Use extractor to extract the samples from muxed file and create dump file.

PiperOrigin-RevId: 512589069
2023-02-27 19:04:32 +00:00
..
src Add Muxer end to end tests 2023-02-27 19:04:32 +00:00
build.gradle Rollback of c566b77449 2022-12-21 16:36:23 +00:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

Test utils module

Provides utility classes for media unit and instrumentation tests.