Home
last modified time | relevance | path

Searched refs:isFormatSupported (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java75 public boolean isSupported() { return isFormatSupported(mFormatName); } in isSupported()
468 private static boolean isFormatSupported(String format) { in isFormatSupported() method in CompressedTextureLoader
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java460 if (!isFormatSupported(srcVideoFormat, false) in transcodeFile()
461 || !isFormatSupported(videoTrackFormat, true)) { in transcodeFile()
905 private boolean isFormatSupported(MediaFormat format, boolean isEncoder) { in isFormatSupported() method in MediaTranscodingManagerTest
923 if (caps != null && caps.isFormatSupported(format) && info.isHardwareAccelerated()) { in isFormatSupported()
/cts/tests/media/src/android/mediav2/cts/
DEncoderLevelTest.java186 if (!codecCapabilities.isFormatSupported(formatNotForUse)) { in testVideoEncodeLevels()
DAdaptivePlaybackTest.java245 if (isFormatSupported(mCodecName, mMediaType, formats.get(i))) { in getSupportedFiles()
DEncoderProfileLevelTest.java651 if (!codecCapabilities.isFormatSupported(format)) { in testValidateProfileLevel()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderConformanceTest.java185 if (!caps.isFormatSupported(mExtractor.getTrackFormat(0))) { in decodeTestVector()
DImageReaderDecoderTest.java373 caps.isFormatSupported(mediaFormat)); in decodeTest()
DDecoderTestXheAac.java118 if (caps.isFormatSupported(format)) { in initAacDecoderNames()
DAdaptivePlaybackTest.java1527 !capabilities.isFormatSupported(media.getFormat())) {
DDecoderTest.java1513 caps.isFormatSupported(format));
1517 if (caps.isFormatSupported(format)) {
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java653 public static boolean isFormatSupported(String name, String mediaType, MediaFormat format) { in isFormatSupported() method in CodecTestBase
659 isSupported = cap.isFormatSupported(format); in isFormatSupported()
675 isSupported = cap.isFormatSupported(formats.get(i)); in areFormatsSupported()
1069 if (!codecCapabilities.isFormatSupported(format)) { in selectCodecs()
/cts/tests/video/src/android/video/cts/
DCodecPerformanceTestBase.java197 if (!codecCapabilities.isFormatSupported(format)) { in selectCodecs()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DEncoderTest.java338 if (!caps.isFormatSupported(format)) { in testEncoder()
DVideoEncoderTest.java249 if (!caps.isFormatSupported(mFormat)) { in playAll()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java467 if (!codecCapabilities.isFormatSupported(format)) { in selectCodecs()
538 if (!codecCapabilities.isFormatSupported(format)) { in areFormatsSupported()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java249 if (caps.isFormatSupported(format)) { in getCodecNames()
442 return cap.isFormatSupported(format); in supports()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DCamcorderProfileTest.java585 if (caps.isFormatSupported(format)) { in checkSupportedEncoder()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java134 if (!capabilities.isFormatSupported(format)) { in getVideoCodecProperties()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt22808 method public boolean isFormatSupported(android.media.MediaFormat);