Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java55 private static final String VIDEO_H263 = MediaFormat.MIMETYPE_VIDEO_H263; field in VideoDecoderPerfTest
521 decode(VIDEO_H263, in testH2630176x0144Other()
527 decode(VIDEO_H263, in testH2630176x0144Goog()
533 decode(VIDEO_H263, in testH2630352x0288Other()
539 decode(VIDEO_H263, in testH2630352x0288Goog()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java72 private static final String VIDEO_H263 = MediaFormat.MIMETYPE_VIDEO_H263; field in VideoEncoderDecoderTest
298 doTestOther(VIDEO_H263, 176, 144); in testH2630176x0144Other()
302 doTestGoog(VIDEO_H263, 176, 144); in testH2630176x0144Goog()
306 doTestOther(VIDEO_H263, 352, 288); in testH2630352x0288Other()
310 doTestGoog(VIDEO_H263, 352, 288); in testH2630352x0288Goog()