media/libraries/test_data
sheenachhabra 16aac07bce Add support for processing 3 byte NAL start code in Mp4Muxer
Issue: androidx/media#725

Ideally the test to transmux a `ts` file (having 3 bytes NAL start code)
should go into `Mp4MuxerEndToEndTest`but `Mp4MuxerEndToEndTest` uses `MediaExtractor` and `MediaExtractor` is returning samples with `4 byte NAL start code` which will not exercise the newly added code path.
Hence the test is added in `TransformerWithInAppMuxerEndToEndTest` which
internally uses `media3 extractor` and feeds samples with `3 bytes NAL start code`
only.

PiperOrigin-RevId: 617985866
2024-03-21 15:49:12 -07:00
..
src Add support for processing 3 byte NAL start code in Mp4Muxer 2024-03-21 15:49:12 -07:00
build.gradle Add android.namespace to all build.gradle files 2023-05-19 17:19:15 +01:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

Test data module

Provides sample data for media unit and instrumentation tests.