Home
last modified time | relevance | path

Searched refs:setUpSource (Results 1 – 8 of 8) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java100 MediaFormat format = setUpSource(file); in decodeAndSavePts()
207 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeToSurface()
245 MediaFormat format = setUpSource(mTestFile); in testFlush()
268 setUpSource(mTestFile); in testFlush()
339 MediaFormat format = setUpSource(mTestFile); in testReconfigure()
341 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure()
365 setUpSource(mTestFile); in testReconfigure()
414 setUpSource(mReconfigFile); in testReconfigure()
450 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeToSurfaceNative()
471 MediaFormat format = setUpSource(mTestFile); in testFlushNative()
DCodecDecoderTest.java238 MediaFormat format = setUpSource(mTestFile); in testSimpleDecode()
343 MediaFormat format = setUpSource(mTestFile); in testFlush()
371 setUpSource(mTestFile); in testFlush()
476 MediaFormat format = setUpSource(mTestFile); in testReconfigure()
478 MediaFormat newFormat = setUpSource(mReconfigFile); in testReconfigure()
507 setUpSource(mTestFile); in testReconfigure()
596 setUpSource(mReconfigFile); in testReconfigure()
642 MediaFormat format = setUpSource(mTestFile); in testOnlyEos()
705 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeQueueCSD()
795 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeQueueCSDNative()
[all …]
DCodecEncoderTest.java103 setUpSource(file); in encodeToMemory()
268 setUpSource(mInputFile); in testSimpleEncode()
365 setUpSource(mInputFile); in testFlush()
475 setUpSource(mInputFile); in testReconfigure()
689 setUpSource(mInputFile); in testSetForceSyncFrame()
784 setUpSource(mInputFile); in testAdaptiveBitRate()
DCodecEncoderSurfaceTest.java177 private MediaFormat setUpSource(String srcFile) throws IOException { in setUpSource() method in CodecEncoderSurfaceTest
459 MediaFormat decoderFormat = setUpSource(mTestFile); in testSimpleEncodeFromSurface()
565 MediaFormat decoderFormat = setUpSource(mTestFile); in testSimpleEncodeFromSurfaceNative()
DCodecTestBase.java862 MediaFormat setUpSource(String srcFile) throws IOException { in setUpSource() method in CodecDecoderTestBase
863 return setUpSource(mInpPrefix, srcFile); in setUpSource()
866 MediaFormat setUpSource(String prefix, String srcFile) throws IOException { in setUpSource() method in CodecDecoderTestBase
1041 MediaFormat format = setUpSource(file); in decodeToMemory()
1065 MediaFormat format = setUpSource(parent, name); in validateColorAspects()
1158 void setUpSource(String srcFile) throws IOException { in setUpSource() method in CodecEncoderTestBase
DEncoderColorAspectsTest.java161 setUpSource(mInputFile); in testColorAspects()
DEncoderProfileLevelTest.java697 setUpSource(mInputFile); in testValidateProfileLevel()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp54 void setUpSource(const char* srcPath);
129 void CodecEncoderTest::setUpSource(const char* srcPath) { in setUpSource() function in CodecEncoderTest
360 setUpSource(file); in encodeToMemory()
389 setUpSource(srcPath); in testSimpleEncode()
464 setUpSource(srcPath); in testFlush()
547 setUpSource(srcPath); in testReconfigure()
712 setUpSource(srcPath); in testSetForceSyncFrame()
789 setUpSource(srcPath); in testAdaptiveBitRate()