Searched refs:isConcurrentEncodingDecodingSupported (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 143 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480Locally() 163 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480Remotely() 183 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480RemotelyWith3Windows() 192 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480LocallyWith3Windows() 1351 if (isConcurrentEncodingDecodingSupported(1920, 1080, BITRATE_1080p)) { in checkMaxConcurrentEncodingDecodingResolution() 1353 } else if (isConcurrentEncodingDecodingSupported(1280, 720, BITRATE_720p)) { in checkMaxConcurrentEncodingDecodingResolution() 1355 } else if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in checkMaxConcurrentEncodingDecodingResolution() 1357 } else if (isConcurrentEncodingDecodingSupported(720, 480, BITRATE_DEFAULT)) { in checkMaxConcurrentEncodingDecodingResolution() 1364 private boolean isConcurrentEncodingDecodingSupported(int w, int h, int bitRate) { in isConcurrentEncodingDecodingSupported() method in EncodeVirtualDisplayWithCompositionTest
|