Searched refs:BITRATE_800x480 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 52 MIME_TYPE, 800, 480, mImpl.BITRATE_800x480)) { in testRendering800x480Locally() 77 MIME_TYPE, 800, 480, mImpl.BITRATE_800x480)) { in testRendering800x480Remotely() 101 MIME_TYPE, 800, 480, mImpl.BITRATE_800x480)) { in testRendering800x480RemotelyWith3Windows() 112 MIME_TYPE, 800, 480, mImpl.BITRATE_800x480)) { in testRendering800x480LocallyWith3Windows()
|
D | VideoDecoderRotationTest.java | 91 mMimeType, 800, 480, mImpl.BITRATE_800x480, mDecoderName)) { in testRendering800x480Rotated()
|
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 92 static final int BITRATE_800x480 = 14000000; field in EncodeVirtualDisplayWithCompositionTestImpl 575 bitRate = BITRATE_800x480; in doEncoding() 1453 bitRate = BITRATE_800x480; in getMaxSupportedEncoderSize() 1478 } else if (isConcurrentEncodingDecodingSupported(MIME_TYPE, 800, 480, BITRATE_800x480)) { in checkMaxConcurrentEncodingDecodingResolution()
|