media/libraries/muxer/src/main
sheenachhabra 4be5b74366 Read NAL unit data as 4 byte integer
When converting NAL units from AnnexB to Avcc format,
one byte at a time was read. In fact many bytes were read
multiple times due to suboptimal logic.

Changed the logic to read 4 bytes at once and also to avoid
reading same bytes again.

This improved the time taken for writing a batch of 30
samples from 40ms to 20ms.

PiperOrigin-RevId: 673025781
2024-09-10 10:57:22 -07:00
..
java/androidx/media3/muxer Read NAL unit data as 4 byte integer 2024-09-10 10:57:22 -07:00
AndroidManifest.xml Open source muxer module 2023-04-26 15:42:39 +01:00