Confirmed users
214
edits
Line 52: | Line 52: | ||
This shouldn't be too complicated, but there are a few challenges: | This shouldn't be too complicated, but there are a few challenges: | ||
* Making sure that we don't do superfluous copies of the data. I understand | * Making sure that we don't do superfluous copies of the data. I understand that we can move the data via gralloc buffers, so maybe that will be OK for video. [OPEN ISSUE: Will that work for audio?] | ||
that we can move the data via gralloc buffers, so maybe that will be OK for | |||
video. [OPEN ISSUE: Will that work for audio?] | |||
* Latency. We need to make sure that moving the data across the IPDL | * Latency. We need to make sure that moving the data across the IPDL interface doesn't introduce too much latency. Hopefully this is a solved problem. | ||
interface doesn't introduce too much latency. Hopefully this is a solved | |||
problem. | |||
=== Output Access === | === Output Access === |