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