[vlc-devel] [RFC PATCH 05/11] iomx: add iomx_hwbuffer
Martin Storsjö
martin at martin.st
Tue Jun 24 18:20:49 CEST 2014
On Tue, 24 Jun 2014, Thomas Guillem wrote:
> Wrapper to android native window api located in aosp system/window.h.
> Allow to queue/dequeue hw buffers (ANativeWindowBuffer_t) allocated with a
> speficied hal_format and hw_usage.
> ---
> modules/codec/omxil/iomx_hwbuffer.c | 199 +++++++++++++++++++++++++++++++++++
> modules/codec/omxil/omxil_core.c | 15 +++
> modules/codec/omxil/omxil_core.h | 10 ++
> 3 files changed, 224 insertions(+)
> create mode 100644 modules/codec/omxil/iomx_hwbuffer.c
>
> diff --git a/modules/codec/omxil/iomx_hwbuffer.c b/modules/codec/omxil/iomx_hwbuffer.c
> new file mode 100644
> index 0000000..f62b7d1
> --- /dev/null
> +++ b/modules/codec/omxil/iomx_hwbuffer.c
> @@ -0,0 +1,199 @@
> +#include <stdio.h>
> +
This new file should have a copyright header similar to the other files.
// Martin
More information about the vlc-devel
mailing list