Searched refs:testDecodeAfterFlush (Results 1 – 1 of 1) sorted by relevance
1284 public void testDecodeAfterFlush() throws InterruptedException { in testDecodeAfterFlush() method in MediaCodecTest1285 testDecodeAfterFlush(true /* audio */); in testDecodeAfterFlush()1286 testDecodeAfterFlush(false /* audio */); in testDecodeAfterFlush()1289 private void testDecodeAfterFlush(final boolean audio) throws InterruptedException { in testDecodeAfterFlush() method in MediaCodecTest