Searched refs:highResolution (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerTest.java | 61 boolean highResolution = highResolutionForActivity1 || highResolutionForActivity2; in doTestReclaimResource() 63 if (SDK_IS_AT_LEAST_U || !highResolution) { in doTestReclaimResource() 73 private void doTestVideoCodecReclaim(boolean highResolution, String mimeType) in doTestVideoCodecReclaim() argument 76 if (SDK_IS_AT_LEAST_U || !highResolution) { in doTestVideoCodecReclaim() 78 activity.testVideoCodecReclaim(highResolution, mimeType); in doTestVideoCodecReclaim() 85 private void doTestCodecImportanceReclaim(boolean highResolution, String mimeType, in doTestCodecImportanceReclaim() argument 89 if (SDK_IS_AT_LEAST_U || !highResolution) { in doTestCodecImportanceReclaim() 96 codecName, mimeType, width, height, highResolution, changeImportanceAtConfig); in doTestCodecImportanceReclaim()
|
D | ResourceManagerTestActivityBase.java | 91 boolean highResolution) { in getTestFormat() argument 95 if (highResolution) { in getTestFormat() 187 boolean highResolution = false; in allocateCodecs() 202 highResolution = extras.getBoolean("high-resolution", highResolution); in allocateCodecs() 204 highResolution = true; in allocateCodecs() 223 allocateCodecs(max, info, securePlayback, highResolution); in allocateCodecs() 240 allocateCodecs(max, info, securePlayback, highResolution); in allocateCodecs() 264 boolean highResolution) { in allocateCodecs() argument 268 MediaFormat format = getTestFormat(caps, securePlayback, highResolution); in allocateCodecs()
|
D | ResourceManagerStubActivity.java | 181 public void testVideoCodecReclaim(boolean highResolution, String mimeType) in testVideoCodecReclaim() argument 192 decoders.putExtra("high-resolution", highResolution); in testVideoCodecReclaim() 201 recorder.putExtra("high-resolution", highResolution); in testVideoCodecReclaim() 270 boolean highResolution, boolean changeImportanceAtConfig) in doTestCodecImportanceReclaimResource() argument 284 intent.putExtra("high-resolution", highResolution); in doTestCodecImportanceReclaimResource()
|