Searched refs:refFile (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 42 void setUpAudioReference(const char* refFile); 59 bool testSimpleDecode(const char* decoder, const char* testFile, const char* refFile, 81 void CodecDecoderTest::setUpAudioReference(const char* refFile) { in setUpAudioReference() argument 82 FILE* fp = fopen(refFile, "rbe"); in setUpAudioReference() 90 ALOGE("unable to open input file %s", refFile); in setUpAudioReference() 287 const char* refFile, float rmsError) { in testSimpleDecode() argument 366 if (mSaveToMem && refFile && rmsError >= 0) { in testSimpleDecode() 367 setUpAudioReference(refFile); in testSimpleDecode()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderExtTest.java | 45 public CodecDecoderExtTest(String mime, String testFile, String refFile) { in CodecDecoderExtTest() argument 47 mRefFile = refFile; in CodecDecoderExtTest()
|
D | CodecDecoderTest.java | 68 public CodecDecoderTest(String mime, String testFile, String refFile, String reconfigFile, in CodecDecoderTest() argument 71 mRefFile = refFile; in CodecDecoderTest() 77 File refFile = new File(mInpPrefix + mRefFile); in setUpAudioReference() local 79 try (FileInputStream refStream = new FileInputStream(refFile)) { in setUpAudioReference() 81 int length = (int) refFile.length(); in setUpAudioReference() 319 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode() argument
|
D | MuxerTest.java | 734 RandomAccessFile refFile = new RandomAccessFile(mRefPath, "rws"); in testMultiTrack() local 735 MediaMuxer muxer = new MediaMuxer(refFile.getFD(), mOutFormat); in testMultiTrack() 751 refFile.close(); in testMultiTrack()
|
D | CodecDecoderSurfaceTest.java | 441 String testFile, String refFile, float rmsError); in nativeTestSimpleDecode() argument
|