media/libraries/exoplayer/src
claincly 68a78b9218 When effects are enabled, opportunistally render to VFP
Even when there's no display surface, MCVR can render frames to VFP, becuase by
the time the frame is processed:

- If there's still no surface, VFP will drop the frame;
- If there's surface, the processed frame would be rendered.

In short, placeholder surface is not needed in effect enabled playback. FWIW,
it is used to swallow frames directly from MediaCodec when there's no output
surface.

PiperOrigin-RevId: 609705222
2024-02-23 06:07:54 -08:00
..
androidTest Rollback of 406c0a15be 2024-02-07 09:56:59 -08:00
main When effects are enabled, opportunistally render to VFP 2024-02-23 06:07:54 -08:00
test ExoPlayerImplInternal.releaseInternal(): unblock the app thread 2024-02-23 05:54:37 -08:00