media/google3/third_party/java_src
Googler 4d81a6db24 Allow high-priority tasks to be executed before other tasks.
This is needed as a pre-requisite for allowing MCVR to control
FrameProcessor frame release for previewing.

Submitting a high-priority task is conceptually different from
posting at the front of a single queue of tasks, as the high-priority
tasks are executed in FIFO order among themselves. This will ensure
that frame release tasks submitted in close succession are executed
in the order they are submitted but before any lower priority tasks.

PiperOrigin-RevId: 467675137
2022-10-19 18:23:14 +00:00
..
android_libs/media/libraries/effect Allow high-priority tasks to be executed before other tasks. 2022-10-19 18:23:14 +00:00