android: util: merge struct AndroidNativeWindow & SurfaceTexture
commitb6b0f236af3c86a1f33f3b54e64c9c8c122236ab
authorLouis Régnier <louis@videolabs.io>
Tue, 28 Apr 2020 14:13:03 +0000 (28 16:13 +0200)
committerThomas Guillem <thomas@gllm.fr>
Tue, 5 May 2020 13:45:52 +0000 (5 15:45 +0200)
treea6c58a66fcb8bf77c1eed220cec2b561c8db9f8f
parent575cfafc1961808052edc7f9f644f311f172dab1
android: util: merge struct AndroidNativeWindow & SurfaceTexture

The methods from the SurfaceTexture and AndroidNativeWindow structures are
methods of the AWindow class.
Both structures are now merged inside struct AWindow.

SurfaceTexture structure will be used for SurfaceTexture methods and class.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
modules/video_output/android/utils.c