Searched refs:isConcurrentEncodingDecodingSupported (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 51 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Locally() 76 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Remotely() 100 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480RemotelyWith3Windows() 111 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480LocallyWith3Windows()
|
D | VideoDecoderRotationTest.java | 90 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Rotated()
|
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 1474 if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 1920, 1080, BITRATE_1080p)) { in checkMaxConcurrentEncodingDecodingResolution() 1476 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 1280, 720, BITRATE_720p)) { in checkMaxConcurrentEncodingDecodingResolution() 1478 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 800, 480, BITRATE_800x480)) { in checkMaxConcurrentEncodingDecodingResolution() 1480 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 720, 480, BITRATE_DEFAULT)) { in checkMaxConcurrentEncodingDecodingResolution() 1487 boolean isConcurrentEncodingDecodingSupported( in isConcurrentEncodingDecodingSupported() method in EncodeVirtualDisplayWithCompositionTestImpl 1489 return isConcurrentEncodingDecodingSupported(mimeType, w, h, bitRate, null); in isConcurrentEncodingDecodingSupported() 1492 boolean isConcurrentEncodingDecodingSupported( in isConcurrentEncodingDecodingSupported() method in EncodeVirtualDisplayWithCompositionTestImpl
|