mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Replace Queue<Long> with LongArrayQueue which provides queue semantics for long primitives. LongArrayQueue is forked from IntArrayQueue which in turn was forked from Androidx CircularIntArray. IntArrayQueue is deleted and we now use CircularIntArray directly from Androidx Collection. PiperOrigin-RevId: 559129744