media/libraries/test_data/src/test/assets/muxerdumps
sheenachhabra d0eda433ea Replace CreationTime class with Mp4TimestampData class
PiperOrigin-RevId: 540257484
2023-06-14 20:42:36 +01:00
..
audio_sample_entry_box_mp4a.dump Change DumpableBox to dump recursively 2023-02-27 17:56:22 +00:00
audio_track_tkhd_box.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
co64_box.dump Add missing test cases for sample table boxes 2023-02-27 18:12:57 +00:00
dinf_box_empty.dump Change DumpableBox to dump recursively 2023-02-27 17:56:22 +00:00
ftyp_box.dump Remove adjustable ftyp functionality from Mp4Muxer 2023-04-05 15:37:39 +01:00
h265_with_metadata_track.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
hdlr_box.dump Add Mp4 boxes test cases 2023-03-30 16:57:33 +00:00
hdr10-720p.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
ilst_box.dump Change DumpableBox to dump recursively 2023-02-27 17:56:22 +00:00
keys_box.dump Change DumpableBox to dump recursively 2023-02-27 17:56:22 +00:00
mdhd_box.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_0_orientation.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_90_orientation.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_180_orientation.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_270_orientation.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_different_tracks_offset.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_float_metadata.mp4.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
mp4_with_frame_rate.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_location.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_null_location.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_same_tracks_offset.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
mp4_with_string_metadata.mp4.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
mp4_with_xmp.mp4.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
mvhd_box.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
nmhd_box.dump Add Mp4 boxes test cases 2023-03-30 16:57:33 +00:00
partial_hdr10-720p.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
README.md Move VideoBoxesTest.java 2023-02-09 17:52:56 +00:00
sample.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
sample_av1.mp4.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
smhd_box.dump Add Mp4 boxes test cases 2023-03-30 16:57:33 +00:00
stsc_box.dump Add missing test cases for sample table boxes 2023-02-27 18:12:57 +00:00
stss_box.dump Add missing test cases for sample table boxes 2023-02-27 18:12:57 +00:00
stsz_box.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-27 18:10:23 +00:00
stts_box_all_different_sample_durations.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-27 18:10:23 +00:00
stts_box_few_same_sample_durations.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-27 18:10:23 +00:00
stts_box_single_sample_duration.dump Move SampleTableBoxesTest.java into third_party/.../muxer/... 2023-02-27 18:10:23 +00:00
udta_box.dump Add Mp4 boxes test cases 2023-03-30 16:57:33 +00:00
uuid_box_XMP.dump Change DumpableBox to dump recursively 2023-02-27 17:56:22 +00:00
video_sample_entry_box_av1.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
video_sample_entry_box_h264.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
video_sample_entry_box_h265.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
video_sample_entry_box_h265_hdr10.dump Set default value 0 for compressorname 2023-04-24 11:24:48 +01:00
video_track_tkhd_box.dump Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
vmhd_box.dump Add Mp4 boxes test cases 2023-03-30 16:57:33 +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.