mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

ExternalCopyFrameProcessor's output dimensions match the input size not the output size. So the intermediate texture size should match the input size. Also rename configureOutputDimensions to configureOutputSize. PiperOrigin-RevId: 435058789
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.