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:

committed by
Commit Bot

parent
3419cf909e
commit
2af5fff6d5
@ -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) {
|
||||
|
Reference in New Issue
Block a user