Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java181 private void qual(String mimeType, int w, int h, boolean isGoog, int ix) throws Exception { in qual() method in VideoEncoderDecoderTest
186 private void qual(String mimeType, int w, int h, boolean isGoog, int ix, double margin) in qual() method in VideoEncoderDecoderTest
199 public void testAvcGoog0Qual0320x0240() throws Exception { qual(AVC, 320, 240, GOOG, 0); } in testAvcGoog0Qual0320x0240()
201 public void testAvcOther0Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 0); } in testAvcOther0Qual0320x0240()
203 public void testAvcOther1Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 1); } in testAvcOther1Qual0320x0240()
205 public void testAvcOther2Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 2); } in testAvcOther2Qual0320x0240()
207 public void testAvcOther3Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 3); } in testAvcOther3Qual0320x0240()
210 public void testAvcGoog0Qual0720x0480() throws Exception { qual(AVC, 720, 480, GOOG, 0); } in testAvcGoog0Qual0720x0480()
212 public void testAvcOther0Qual0720x0480() throws Exception { qual(AVC, 720, 480, OTHER, 0); } in testAvcOther0Qual0720x0480()
214 public void testAvcOther1Qual0720x0480() throws Exception { qual(AVC, 720, 480, OTHER, 1); } in testAvcOther1Qual0720x0480()
[all …]
/cts/tools/cts-media/
Dget_achievable_rates.py220 elif not lastFinal or quality <= lastFinal.qual: