Home
last modified time | relevance | path

Searched refs:CodecDecoderTestBase (Results 1 – 21 of 21) sorted by relevance

/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecoderValidationTest.java25 import android.mediav2.common.cts.CodecDecoderTestBase;
52 public class VideoDecoderValidationTest extends CodecDecoderTestBase {
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderPauseTest.java26 import android.mediav2.common.cts.CodecDecoderTestBase;
48 public class CodecDecoderPauseTest extends CodecDecoderTestBase {
DAudioEncoderTest.java29 import android.mediav2.common.cts.CodecDecoderTestBase;
171 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(listOfDecoders.get(0), mMediaType, in encodeAndValidate()
DEncoderColorAspectsTest.java30 import android.mediav2.common.cts.CodecDecoderTestBase;
391 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(decoder, mMediaType, tmpPath, in testColorAspects()
DAdaptivePlaybackTest.java27 import android.mediav2.common.cts.CodecDecoderTestBase;
61 public class AdaptivePlaybackTest extends CodecDecoderTestBase {
DDecoderColorAspectsTest.java24 import android.mediav2.common.cts.CodecDecoderTestBase;
57 public class DecoderColorAspectsTest extends CodecDecoderTestBase {
DEncodeDecodeAccuracyTest.java32 import android.mediav2.common.cts.CodecDecoderTestBase;
79 public class EncodeDecodeAccuracyTest extends CodecDecoderTestBase {
507 CodecDecoderTestBase.selectCodecs(mMediaType, formats, null, false); in decodeElementaryStream()
DDecodeGlAccuracyTest.java30 import android.mediav2.common.cts.CodecDecoderTestBase;
67 public class DecodeGlAccuracyTest extends CodecDecoderTestBase {
DCodecDecoderSurfaceTest.java28 import android.mediav2.common.cts.CodecDecoderTestBase;
69 public class CodecDecoderSurfaceTest extends CodecDecoderTestBase {
DCodecDecoderValidationTest.java32 import android.mediav2.common.cts.CodecDecoderTestBase;
82 public class CodecDecoderValidationTest extends CodecDecoderTestBase {
DCodecDecoderTest.java35 import android.mediav2.common.cts.CodecDecoderTestBase;
94 public class CodecDecoderTest extends CodecDecoderTestBase {
DExtractorTest.java33 import android.mediav2.common.cts.CodecDecoderTestBase;
1387 CodecDecoderTestBase cdtb =
1388 new CodecDecoderTestBase(listOfDecoders.get(0), mMediaType, mRefFile,
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java51 public class CodecDecoderTestBase extends CodecTestBase { class
52 private static final String LOG_TAG = CodecDecoderTestBase.class.getSimpleName();
65 public CodecDecoderTestBase(String codecName, String mediaType, String testFile, in CodecDecoderTestBase() method in CodecDecoderTestBase
DHDRDecoderTestBase.java38 public class HDRDecoderTestBase extends CodecDecoderTestBase {
DDecodeStreamToYuv.java42 public class DecodeStreamToYuv extends CodecDecoderTestBase {
DCompareStreams.java63 public class CompareStreams extends CodecDecoderTestBase {
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java32 class AudioPlaybackLoad extends CodecDecoderTestBase {
DCodecTestBase.java513 class CodecDecoderTestBase extends CodecTestBase { class
514 private static final String LOG_TAG = CodecDecoderTestBase.class.getSimpleName();
530 CodecDecoderTestBase(String mime, String testFile, boolean secureMode) { in CodecDecoderTestBase() method in CodecDecoderTestBase
539 CodecDecoderTestBase(String mime, String testFile) { in CodecDecoderTestBase() method in CodecDecoderTestBase
868 class Decode extends CodecDecoderTestBase implements Callable<Double> {
DPlaybackFrameDrop.java38 public class PlaybackFrameDrop extends CodecDecoderTestBase {
DMultiCodecPerfTestBase.java20 import static android.mediapc.cts.CodecDecoderTestBase.WIDEVINE_UUID;
DCodecInitializationLatencyTest.java518 static class DecoderInitializationLatency extends CodecDecoderTestBase {