Skip to content
Snippets Groups Projects
Commit d4362096 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Release: version 148

Change-Id: Iaa28a0df3cf999d5721122d6993ec279083f20ac
parent a1e6a73a
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 147 versionCode 148
versionName "20190127" versionName "20191212"
} }
sourceSets { sourceSets {
......
...@@ -62,7 +62,7 @@ public class HardwareServiceImpl extends HardwareService implements AudioManager ...@@ -62,7 +62,7 @@ public class HardwareServiceImpl extends HardwareService implements AudioManager
private static final Point VIDEO_SIZE_FULL_HD = new Point(1920, 1080); private static final Point VIDEO_SIZE_FULL_HD = new Point(1920, 1080);
private static final Point VIDEO_SIZE_ULTRA_HD = new Point(3840, 2160); private static final Point VIDEO_SIZE_ULTRA_HD = new Point(3840, 2160);
private static final String TAG = HardwareServiceImpl.class.getName(); private static final String TAG = HardwareServiceImpl.class.getSimpleName();
private static WeakReference<TextureView> mCameraPreviewSurface = new WeakReference<>(null); private static WeakReference<TextureView> mCameraPreviewSurface = new WeakReference<>(null);
private static final Map<String, WeakReference<SurfaceHolder>> videoSurfaces = Collections.synchronizedMap(new HashMap<>()); private static final Map<String, WeakReference<SurfaceHolder>> videoSurfaces = Collections.synchronizedMap(new HashMap<>());
private final Map<String, Shm> videoInputs = new HashMap<>(); private final Map<String, Shm> videoInputs = new HashMap<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment