Disable setOutputSurface workaround for all codecs in GTS tests
Issue: #8427 PiperOrigin-RevId: 355381785
This commit is contained in:
parent
a2d0161eaf
commit
710dff0388
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user