Searched defs:refFile (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderExtTest.java | 45 public CodecDecoderExtTest(String mime, String testFile, String refFile) { in CodecDecoderExtTest()
|
D | CodecDecoderTest.java | 68 public CodecDecoderTest(String mime, String testFile, String refFile, String reconfigFile, in CodecDecoderTest() 77 File refFile = new File(mInpPrefix + mRefFile); in setUpAudioReference() local 319 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode()
|
D | CodecDecoderSurfaceTest.java | 441 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode()
|
D | MuxerTest.java | 734 RandomAccessFile refFile = new RandomAccessFile(mRefPath, "rws"); in testMultiTrack() local
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 81 void CodecDecoderTest::setUpAudioReference(const char* refFile) { in setUpAudioReference() 287 const char* refFile, float rmsError) { in testSimpleDecode()
|