Home
last modified time | relevance | path

Searched refs:RETRY_LIMIT (Results 1 – 5 of 5) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java195 if (retry > CodecTestBase.RETRY_LIMIT) throw new InterruptedException( in tryEncoderOutput()
197 CodecTestBase.Q_DEQ_TIMEOUT_US * CodecTestBase.RETRY_LIMIT + in tryEncoderOutput()
DCodecTestBase.java183 static final int RETRY_LIMIT = 100; // max poll counter before test aborts and returns error field in CodecTestBase
/cts/tests/media/src/android/mediav2/cts/
DEncodeDecodeAccuracyTest.java267 if (retry > CodecTestBase.RETRY_LIMIT) { in tryEncoderOutput()
270 CodecTestBase.RETRY_LIMIT + " us"); in tryEncoderOutput()
DCodecEncoderSurfaceTest.java283 if (retry > CodecTestBase.RETRY_LIMIT) throw new InterruptedException( in tryEncoderOutput()
285 CodecTestBase.Q_DEQ_TIMEOUT_US * CodecTestBase.RETRY_LIMIT + in tryEncoderOutput()
DCodecTestBase.java524 static final int RETRY_LIMIT = 100; // max poll counter before test aborts and returns error field in CodecTestBase