media/libraries/test_utils
sheenachhabra 36aa29809d 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 18:50:56 +00:00
..
src Add Muxer end to end tests 2023-02-27 18:50:56 +00:00
build.gradle Rollback of 7e63997459 2022-12-21 15:13:24 +00:00
README.md Add javadoc links to README files 2022-12-12 11:19:23 +00:00

Test utils module

Provides utility classes for media unit and instrumentation tests.