media/libraries/common/src
kimvde 2331142930 Indicate that some FrameProcessor methods can be called on any thread
The FrameProcessor is created on the GL thread, but:
- setInputFrameInfo() is currently called from the playback thread.
- release() is currently called from the transformer internal thread.

PiperOrigin-RevId: 501035719
2023-01-17 01:44:22 +00:00
..
main Indicate that some FrameProcessor methods can be called on any thread 2023-01-17 01:44:22 +00:00
test Initialise fields used for bundling as String directly 2023-01-10 18:33:20 +00:00