Home
last modified time | relevance | path

Searched refs:isConcurrentEncodingDecodingSupported (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DEncodeVirtualDisplayWithCompositionTest.java61 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Locally()
88 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Remotely()
114 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480RemotelyWith3Windows()
126 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480LocallyWith3Windows()
H A DEncodeVirtualDisplayWithCompositionTestImpl.java1472 if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 1920, 1080, BITRATE_1080p)) { in checkMaxConcurrentEncodingDecodingResolution()
1474 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 1280, 720, BITRATE_720p)) { in checkMaxConcurrentEncodingDecodingResolution()
1476 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 800, 480, BITRATE_800x480)) { in checkMaxConcurrentEncodingDecodingResolution()
1478 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 720, 480, BITRATE_DEFAULT)) { in checkMaxConcurrentEncodingDecodingResolution()
1485 public boolean isConcurrentEncodingDecodingSupported( in isConcurrentEncodingDecodingSupported() method in EncodeVirtualDisplayWithCompositionTestImpl
1487 return isConcurrentEncodingDecodingSupported(mimeType, w, h, bitRate, null); in isConcurrentEncodingDecodingSupported()
1490 public boolean isConcurrentEncodingDecodingSupported( in isConcurrentEncodingDecodingSupported() method in EncodeVirtualDisplayWithCompositionTestImpl
H A DVideoDecoderRotationTest.java101 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Rotated()