media/library/core/src
krocard d2e50e40dc Use "Passthrough" terminology only for non-offload direct playback
The term "passthrough" was heavily overloaded. For clarity, split most
of its usage to different terms:
 * codec "bypass": no MediaCodec is used
 * "direct playback": no decoding occurs (but decryption may or may not)
 * "decrypt only codec": a MediaCodec used only to decrypt, not decode
 * "offload": playback to an offload AudioTrack.
 * "passthrough" is now only used in the sense of playing encoded audio
 * to a non offload AudioTrack.

PiperOrigin-RevId: 324984612
2020-08-07 19:01:25 +01:00
..
androidTest Throw EOFException if requested position is past end of content 2020-06-26 11:13:49 +01:00
main Use "Passthrough" terminology only for non-offload direct playback 2020-08-07 19:01:25 +01:00
test Fix E-AC3 format propagation 2020-08-07 19:00:57 +01:00