Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java98 private static final int BITRATE_800x480 = 14000000; field in EncodeVirtualDisplayWithCompositionTest
147 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480Locally()
167 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480Remotely()
187 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480RemotelyWith3Windows()
196 if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in testRendering800x480LocallyWith3Windows()
547 bitRate = BITRATE_800x480; in doEncoding()
1361 bitRate = BITRATE_800x480; in getMaxSupportedEncoderSize()
1386 } else if (isConcurrentEncodingDecodingSupported(800, 480, BITRATE_800x480)) { in checkMaxConcurrentEncodingDecodingResolution()