[vlc-commits] omxil: split iomx_hwbuffer.cpp
Thomas Guillem
git at videolan.org
Wed Oct 1 10:38:27 CEST 2014
vlc | branch: master | Thomas Guillem <thomas.guillem at gmail.com> | Wed Oct 1 10:21:40 2014 +0200| [cd6fd1d8eb510f75ff350d099335f9198dd11bfe] | committer: Jean-Baptiste Kempf
omxil: split iomx_hwbuffer.cpp
As iomx_hwbuffer.cpp contains mainly call to private native window from
system/window.h:
- move system window calls to modules/video_output/android/nativewindowpriv.c
- move get_hal_format to iomx.cpp
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd6fd1d8eb510f75ff350d099335f9198dd11bfe
---
modules/codec/omxil/iomx.cpp | 24 +++++++
modules/codec/omxil/omxil.c | 73 ++++++++++----------
modules/codec/omxil/omxil.h | 1 +
modules/codec/omxil/omxil_core.c | 26 +------
modules/codec/omxil/omxil_core.h | 14 +---
.../android/nativewindowpriv.c} | 63 +++++------------
modules/video_output/android/utils.c | 19 +++++
modules/video_output/android/utils.h | 28 ++++++++
8 files changed, 130 insertions(+), 118 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=cd6fd1d8eb510f75ff350d099335f9198dd11bfe
More information about the vlc-commits
mailing list