Re: [PATCH v1 3/3] [media] st-delta: add mpeg2 support

2017-02-08 Thread Hugues FRUCHET
On 02/08/2017 01:22 PM, Mauro Carvalho Chehab wrote: > Em Mon, 30 Jan 2017 11:57:29 +0100 > Hugues Fruchet escreveu: > >> Adds support of DELTA MPEG-2 video decoder back-end, >> implemented by calling MPEG2_TRANSFORMER0 firmware >> using RPMSG IPC communication layer. >> MPEG-2 decoder back-end

Re: [PATCH v1 3/3] [media] st-delta: add mpeg2 support

2017-02-08 Thread Mauro Carvalho Chehab
Em Mon, 30 Jan 2017 11:57:29 +0100 Hugues Fruchet escreveu: > Adds support of DELTA MPEG-2 video decoder back-end, > implemented by calling MPEG2_TRANSFORMER0 firmware > using RPMSG IPC communication layer. > MPEG-2 decoder back-end is a stateless decoder which > require specific parsing metadata

[PATCH v1 3/3] [media] st-delta: add mpeg2 support

2017-01-30 Thread Hugues Fruchet
Adds support of DELTA MPEG-2 video decoder back-end, implemented by calling MPEG2_TRANSFORMER0 firmware using RPMSG IPC communication layer. MPEG-2 decoder back-end is a stateless decoder which require specific parsing metadata in access unit in order to complete decoding. Signed-off-by: Hugues Fr