media/libraries/effect/src
christosts 398809e4e2 Replace Queue<Long> with a queue for long primitives
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
2023-08-24 09:14:44 +01:00
..
androidTest Create Timestamp iterator 2023-08-22 15:27:42 +01:00
main Replace Queue<Long> with a queue for long primitives 2023-08-24 09:14:44 +01:00
test Compositor: Add support for multiple bitmaps, and add testrunner 2023-07-13 15:45:30 +01:00