Disable setOutputSurface workaround for all codecs in GTS tests

Issue: #8427
PiperOrigin-RevId: 355381785
This commit is contained in:
ibaker 2021-02-03 14:17:31 +00:00 committed by Oliver Woodman
parent a2d0161eaf
commit 710dff0388

View File

@ -275,6 +275,12 @@ import java.util.ArrayList;
}
}
@Override
protected boolean codecNeedsSetOutputSurfaceWorkaround(String name) {
// Disable all workarounds for testing - devices that require the workaround should fail GTS.
return false;
}
private void clearTimestamps() {
startIndex = 0;
queueSize = 0;