Home
last modified time | relevance | path

Searched defs:support (Results 1 – 4 of 4) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderPauseTest.java48 public CodecDecoderPauseTest(String decoder, String mime, String srcFile, int support) { in CodecDecoderPauseTest()
DCodecDecoderValidationTest.java56 String refFile, float rmsError, long refCRC, int support) { in CodecDecoderValidationTest()
DAdaptivePlaybackTest.java50 public AdaptivePlaybackTest(String decoder, String mime, String[] srcFiles, int support) { in AdaptivePlaybackTest()
/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java2077 private void support(Encoder[] encoders, int width, int height, int frameRate, int bitRate) { in support() method in VideoEncoderTest