Home
last modified time | relevance | path

Searched refs:mAllTestParams (Results 1 – 16 of 16) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java122 mAllTestParams); in testSimpleDecode()
128 mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
208 mAllTestParams); in testFlush()
311 mAllTestParams); in testReconfigure()
318 mAllTestParams); in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java202 mAllTestParams); in testSimpleDecode()
288 mAllTestParams); in testFlush()
402 mAllTestParams); in testReconfigure()
409 mAllTestParams); in testReconfigure()
DCodecEncoderBlockModelMultiAccessUnitTest.java307 new EncoderConfigParams[]{mActiveEncCfg}, mAllTestParams); in testSimpleEncode()
313 mMediaType, new EncoderConfigParams[]{mActiveEncCfg}, mAllTestParams); in testSimpleEncode()
DAudioEncoderTest.java171 null, mAllTestParams); in encodeAndValidate()
DCodecEncoderMultiAccessUnitTest.java297 new EncoderConfigParams[]{mActiveEncCfg}, mAllTestParams); in testSimpleEncode()
DEncoderColorAspectsTest.java419 mAllTestParams); in doFullColorAspects()
DCodecDecoderTest.java424 mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderDrmTest.java120 new CodecDecoderDrmTestBase(mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
129 mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
DCodecDecoderMultiAccessUnitDrmTest.java135 new CodecDecoderDrmTestBase(mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java138 new CodecDecoderBlockModelDrmTestBase(mCodecName, mMediaType, null, mAllTestParams); in testSimpleDecode()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderQualityRegressionTestBase.java59 protected final String mAllTestParams; field in VideoEncoderQualityRegressionTestBase
70 mAllTestParams = allTestParams; in VideoEncoderQualityRegressionTestBase()
DVideoEncoderQualityRegressionBFrameTest.java100 mAllTestParams); in qualityRegressionOverBFrames()
DVideoEncoderQualityRegressionCodecTest.java101 mAllTestParams); in testQualityRegressionWrtAvc()
DVideoEncoderRoiTest.java239 mAllTestParams), new VideoEncoderRoiHelper(null, mMediaType, null, in testRoiSupport()
240 roiMetadata, mRoiType, mAllTestParams)}; in testRoiSupport()
/cts/tests/media/common/src/android/mediav2/common/cts/
DHDREncoderTestBase.java178 new HDRDecoderTestBase(decoder, mMediaType, mMuxedOutputFile, mAllTestParams); in validateHDRInfo()
DCodecTestBase.java354 mAllTestParams = allTestParams; in CodecTestBase()
362 protected final String mAllTestParams; // logging field in CodecTestBase
1150 mTestConfig.append("Test Parameters :- ").append(mAllTestParams).append("\n"); in setUpCodecTestBase()