media/testdata/src/test/assets/muxerdumps
sheenachhabra 4f77ac7f8c Improve Audio box test and video box test
Following changes are included:
1. Added missing color information in HDR test case.
2. Corrected few namings in AudioBoxesTest.java.
3. Updated corresponding dump files.

PiperOrigin-RevId: 508745206
2023-02-10 21:46:12 +00:00
..
audio_sample_entry_box_mp4a.dump Improve Audio box test and video box test 2023-02-10 21:46:12 +00:00
README.md Move VideoBoxesTest.java 2023-02-09 17:52:56 +00:00
video_sample_entry_box_av1.dump Move VideoBoxesTest.java 2023-02-09 17:52:56 +00:00
video_sample_entry_box_h264.dump Move VideoBoxesTest.java 2023-02-09 17:52:56 +00:00
video_sample_entry_box_h265.dump Move VideoBoxesTest.java 2023-02-09 17:52:56 +00:00
video_sample_entry_box_h265_hdr10.dump Improve Audio box test and video box test 2023-02-10 21:46:12 +00:00

Muxer dump files

To generate a new dump file or to update an existing one:

  1. Change DumpFileAsserts#DUMP_FILE_ACTION to WRITE_TO_LOCAL (for Robolectric tests) or WRITE_TO_DEVICE (for Instrumentation tests).
  2. Re-run the test.
  3. Change DumpFileAsserts#DUMP_FILE_ACTION back to COMPARE_WITH_EXISTING.