]> git.sesse.net Git - vlc/commit
omxil: split iomx_hwbuffer.cpp
authorThomas Guillem <thomas.guillem@gmail.com>
Wed, 1 Oct 2014 08:21:40 +0000 (10:21 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 1 Oct 2014 08:25:58 +0000 (10:25 +0200)
commitcd6fd1d8eb510f75ff350d099335f9198dd11bfe
tree04953c1c817fc2d768cf05481469b633d0e5df2c
parentb0e5abcd7f26e18334830e335186f7f0fec3cde2
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@videolan.org>
modules/codec/omxil/iomx.cpp
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil.h
modules/codec/omxil/omxil_core.c
modules/codec/omxil/omxil_core.h
modules/video_output/android/nativewindowpriv.c [moved from modules/codec/omxil/iomx_hwbuffer.c with 74% similarity]
modules/video_output/android/utils.c
modules/video_output/android/utils.h