Home
last modified time | relevance | path

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

/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java681 public Double doDecode() throws Exception { in doDecode() method in Decode
703 return doDecode(); in call()
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java109 measuredFps[i] = doDecode(name, resource, width, height, s, i, maxTimeMs); in decode()
128 private double doDecode(String name, final String filename, int w, int h, Surface surface, in doDecode() method in VideoDecoderPerfTest