Searched refs:runDecoder (Results 1 – 2 of 2) sorted by relevance
472 Runnable runDecoder = new Runnable() { in internalTestParallelEncodingAndDecoding() local493 runDecoder.run(); in internalTestParallelEncodingAndDecoding()502 Thread threadDecoder = new Thread(runDecoder); in internalTestParallelEncodingAndDecoding()
489 RunResult decoderResult = runDecoder(decoderName, format, i); in doTest()854 private RunResult runDecoder(String decoderName, MediaFormat format, int runId) { in runDecoder() method in VideoEncoderDecoderTest