Android: Shorten HardwareVideoCodec implementation names.

The current names are too long and make the stats screen in
AppRTCMobile unusable.

Bug: None
Change-Id: I5c4d0526e478ff45392f80a8bb22c2d97f63de17
Reviewed-on: https://webrtc-review.googlesource.com/25481
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20847}
This commit is contained in:
Sami Kalliomäki
2017-11-23 11:03:23 +01:00
committed by Commit Bot
parent 3419cf909e
commit 2af5fff6d5
2 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ class HardwareVideoEncoder implements VideoEncoder {
@Override
public String getImplementationName() {
return "HardwareVideoEncoder: " + codecName;
return "HWEncoder";
}
private VideoCodecStatus resetCodec(int newWidth, int newHeight, boolean newUseSurfaceMode) {