media/testdata/src/test/assets/muxerdumps
sheenachhabra d635fa52a1 Add test for Mp4Muxer robustness
With the Mp4Muxer, while writing a large file if the something unexpected happens and muxer is not closed properly then it still outputs a valid MP4 file with partial data.

PiperOrigin-RevId: 516572804
2023-03-16 15:34:15 +00:00
..
audio_sample_entry_box_mp4a.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
co64_box.dump Add missing test cases for sample table boxes 2023-02-24 10:10:57 +00:00
dinf_box_empty.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
ftyp_box_added_new_compatible_brand.dump Move FtypAdjusterTest.java into muxer module 2023-02-24 10:39:33 +00:00
ftyp_box_changed_main_brand.dump Move FtypAdjusterTest.java into muxer module 2023-02-24 10:39:33 +00:00
hdlr_box_metadata.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
hdr10-720p.mp4.dump Fix nit issues in muxer end to end tests 2023-03-07 11:48:32 +00:00
ilst_box.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
keys_box.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
mp4_with_0_orientation.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_90_orientation.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_180_orientation.mp4.dump Create orientation matrix byte array using util method 2023-03-07 12:23:14 +00:00
mp4_with_270_orientation.mp4.dump Create orientation matrix byte array using util method 2023-03-07 12:23:14 +00:00
mp4_with_float_metadata.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_frame_rate.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_location.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_null_location.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_string_metadata.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
mp4_with_xmp.mp4.dump Move Mp4MuxerMetadataTest into muxer module 2023-03-01 18:14:52 +00:00
partial_hdr10-720p.mp4.dump Add test for Mp4Muxer robustness 2023-03-16 15:34:15 +00:00
README.md Move VideoBoxesTest.java 2023-02-09 17:52:56 +00:00
sample.mp4.dump Fix nit issues in muxer end to end tests 2023-03-07 11:48:32 +00:00
sample_av1.mp4.dump Add muxer end to end test for av1 video format 2023-03-14 16:05:18 +00:00
stsc_box.dump Add missing test cases for sample table boxes 2023-02-24 10:10:57 +00:00
stss_box.dump Add missing test cases for sample table boxes 2023-02-24 10:10:57 +00:00
stsz_box.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-24 09:56:35 +00:00
stts_box_all_different_sample_durations.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-24 09:56:35 +00:00
stts_box_few_same_sample_durations.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-24 09:56:35 +00:00
stts_box_single_sample_duration.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-24 09:56:35 +00:00
uuid_box_XMP.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
video_sample_entry_box_av1.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
video_sample_entry_box_h264.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
video_sample_entry_box_h265.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +00:00
video_sample_entry_box_h265_hdr10.dump Change DumpableBox to dump recursively 2023-02-24 09:07:32 +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.