
of decoder factory class. - Add new Peer connection factory method to initialize shared EGL context. This provides an option to use single peer connection factory in the application and create peer connections from the same factory and reinitialize shared EGL context for video decoding HW acceleration. R=wzh@webrtc.org Review URL: https://codereview.webrtc.org/1304063011 . Cr-Commit-Position: refs/heads/master@{#9838}
This directory contains an example unit test for Android AppRTCDemo. Example of building & using the app: - Build Android AppRTCDemo and AppRTCDemo unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCDemoTest - Install AppRTCDemo and AppRTCDemoTest: adb install -r out/Debug/apks/AppRTCDemo.apk adb install -r out/Debug/apks/AppRTCDemoTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner