Lines Matching refs:mCodecName
345 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in setUp()
380 mCodec = MediaCodec.createByCodecName(mCodecName); in testSimpleDecode()
381 assertEquals("codec name act/got: " + mCodec.getName() + '/' + mCodecName, in testSimpleDecode()
382 mCodecName, mCodec.getName()); in testSimpleDecode()
385 validateMetrics(mCodecName); in testSimpleDecode()
397 Log.d("Input format is same as default for format for %s", mCodecName); in testSimpleDecode()
405 validateMetrics(mCodecName, format); in testSimpleDecode()
424 mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
425 cdbmtb.decodeToMemory(mTestFile, mCodecName, test, 0, in testSimpleDecode()
433 boolean isPass = nativeTestSimpleDecode(mCodecName, null, mMediaType, mTestFile, in testSimpleDecode()
485 decodeToMemory(mTestFile, mCodecName, pts, mode, Integer.MAX_VALUE); in testFlush()
490 mCodec = MediaCodec.createByCodecName(mCodecName); in testFlush()
499 Log.d("Input format is same as default for format for %s", mCodecName); in testFlush()
527 if (checkMetrics) validateMetrics(mCodecName, format); in testFlush()
579 boolean isPass = nativeTestFlush(mCodecName, null, mMediaType, mTestFile, in testFlushNative()
626 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, mSupportRequirements); in testReconfigure()
632 decodeToMemory(mTestFile, mCodecName, startTs, mode, Integer.MAX_VALUE); in testReconfigure()
634 decodeToMemory(mReconfigFile, mCodecName, seekTs, mode, Integer.MAX_VALUE); in testReconfigure()
638 mCodec = MediaCodec.createByCodecName(mCodecName); in testReconfigure()
648 Log.d("Input format is same as default for format for %s", mCodecName); in testReconfigure()
666 validateMetrics(mCodecName, format); in testReconfigure()
711 Log.d("Input format is same as default for format for %s", mCodecName); in testReconfigure()
721 validateMetrics(mCodecName, newFormat); in testReconfigure()
752 mCodec = MediaCodec.createByCodecName(mCodecName); in testOnlyEos()
789 boolean isPass = nativeTestOnlyEos(mCodecName, mMediaType, mTestFile, colorFormat, in testOnlyEosNative()
823 mCodec = MediaCodec.createByCodecName(mCodecName); in testSimpleDecodeQueueCSD()
838 mCodecName); in testSimpleDecodeQueueCSD()
847 validateMetrics(mCodecName); in testSimpleDecodeQueueCSD()
882 boolean isPass = nativeTestSimpleDecodeQueueCSD(mCodecName, mMediaType, mTestFile, in testSimpleDecodeQueueCSDNative()
897 Assume.assumeTrue("codec: " + mCodecName + " does not advertise FEATURE_PartialFrame", in testDecodePartialFrame()
898 isFeatureSupported(mCodecName, mMediaType, in testDecodePartialFrame()
905 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testDecodePartialFrame()
907 mCodec = MediaCodec.createByCodecName(mCodecName); in testDecodePartialFrame()
955 mCodec = MediaCodec.createByCodecName(mCodecName); in testDefaultOutputColorFormat()