Hi, Jotes
For iMX6 vpu decoder, there are two mode, rollback mode(vpu wait the whole frame ready), and interrupt mode(not required the whole frame ready)
in rollback mode, user need to feed enough data to vpu, otherwise, vpu will return and report data isn't enough
while in interrupt mode, vpu won't reuturn when the data isn't enough, and will enter busy state in which it will wait the following data.
but for the output, only interrupt in frame level is sendout by vpu decoder for both mode,
Regard
Eagle