Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java134 private static final int DECODING_TIMEOUT_MS = 10000; field in MediaCodecTest
1388 decodingThread.join(DECODING_TIMEOUT_MS); in testDecodeAfterFlush()
1475 final int DECODING_TIMEOUT_MS = 2000; in testDecodeShortInput() local
1485 videoDecodingThread.join(DECODING_TIMEOUT_MS); in testDecodeShortInput()