Searched refs:runDecoder (Results 1 – 2 of 2) sorted by relevance
367 Runnable runDecoder = new Runnable() { in internalTestParallelEncodingAndDecoding() local388 runDecoder.run(); in internalTestParallelEncodingAndDecoding()397 Thread threadDecoder = new Thread(runDecoder); in internalTestParallelEncodingAndDecoding()
792 RunResult decoderResult = runDecoder(decoderName, format, i); in doTest()1145 private RunResult runDecoder(String decoderName, MediaFormat format, int runId) { in runDecoder() method in VideoEncoderDecoderTest