Lines Matching refs:mTestFile
341 MediaFormat format = setUpSource(mTestFile); in setUp()
374 MediaFormat format = setUpSource(mTestFile); in testSimpleDecode()
425 cdbmtb.decodeToMemory(mTestFile, mCodecName, test, 0, in testSimpleDecode()
433 boolean isPass = nativeTestSimpleDecode(mCodecName, null, mMediaType, mTestFile, in testSimpleDecode()
472 MediaFormat format = setUpSource(mTestFile); in testFlush()
485 decodeToMemory(mTestFile, mCodecName, pts, mode, Integer.MAX_VALUE); in testFlush()
489 setUpSource(mTestFile); in testFlush()
575 MediaFormat format = setUpSource(mTestFile); in testFlushNative()
579 boolean isPass = nativeTestFlush(mCodecName, null, mMediaType, mTestFile, in testFlushNative()
620 MediaFormat format = setUpSource(mTestFile); in testReconfigure()
632 decodeToMemory(mTestFile, mCodecName, startTs, mode, Integer.MAX_VALUE); in testReconfigure()
641 setUpSource(mTestFile); in testReconfigure()
746 MediaFormat format = setUpSource(mTestFile); in testOnlyEos()
785 MediaFormat format = setUpSource(mTestFile); in testOnlyEosNative()
789 boolean isPass = nativeTestOnlyEos(mCodecName, mMediaType, mTestFile, colorFormat, in testOnlyEosNative()
803 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeQueueCSD()
875 MediaFormat format = setUpSource(mTestFile); in testSimpleDecodeQueueCSDNative()
882 boolean isPass = nativeTestSimpleDecodeQueueCSD(mCodecName, mMediaType, mTestFile, in testSimpleDecodeQueueCSDNative()
900 MediaFormat format = setUpSource(mTestFile); in testDecodePartialFrame()
905 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testDecodePartialFrame()
919 assertTrue("no sub frames in list received for " + mTestFile, in testDecodePartialFrame()
951 MediaFormat format = setUpSource(mTestFile); in testDefaultOutputColorFormat()