media/libraries/transformer/src
hschlueter 30e5bc9837 Allow stream offset passed to GlEffectsFrameProcessor to change.
This is needed for applying effects to a playlist.

The effects are applied based on the presentation time of the
frame in its corresponding media item and the offset is added
back before encoding.

Each time the offset changes, end of input stream is signalled
to the texture processors. This is needed because the texture
processors can expect monotonically increasing timestamp within
the same input stream but when the offset changes, the timstamps
jump back to 0.

PiperOrigin-RevId: 462714966
2022-08-08 07:59:56 +00:00
..
androidTest Allow stream offset passed to GlEffectsFrameProcessor to change. 2022-08-08 07:59:56 +00:00
main Allow stream offset passed to GlEffectsFrameProcessor to change. 2022-08-08 07:59:56 +00:00
test Allow stream offset passed to GlEffectsFrameProcessor to change. 2022-08-08 07:59:56 +00:00