media/libraries/exoplayer/src
andrewlewis fc9900c483 Document setVideoEffects surface limitation
`Surface`s don't expose their size via Java APIs. Recommend apps pass a
`SurfaceView` (which is preferable to `TextureView` as it's more efficient)
or `SurfaceHolder` so they benefit from the player automatically passing the
size down to the video renderer via `MSG_SET_VIDEO_OUTPUT_RESOLUTION`.

PiperOrigin-RevId: 598804258
2024-01-16 04:52:08 -08:00
..
androidTest Move DefaultImageDecoderTest in tests 2023-09-21 03:53:42 -07:00
main Document setVideoEffects surface limitation 2024-01-16 04:52:08 -08:00
test Crop and pass thumbnails to ImageOutput 2024-01-11 07:45:50 -08:00