drivers: media: dvb: mpq: Fix framing for external decoder buffers
Framing used to rely on underlying decoder buffer being managed as ring buffer, and used absolute addresses to derive frame length. This fix changes this and framing is now agnostic to the number of decoder buffers, and whether they are managed as a ring-buffer or as a group of linear buffers. In addition, instead of reporting each pattern, framing now only notifies video consumer on video frame patterns. Previous non-video frame patterns are still included in the output data. Change-Id: Ia3fe350110b77b3a7805e23f13927913e643f479 Signed-off-by:Gilad Broner <gbroner@codeaurora.org> Signed-off-by:
Neha Pandey <nehap@codeaurora.org>
Loading
Please sign in to comment