Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java52 private static final String VIDEO_VP8 = MediaFormat.MIMETYPE_VIDEO_VP8; field in VideoDecoderPerfTest
353 decode(VIDEO_VP8, in testVP80320x0240Other()
359 decode(VIDEO_VP8, in testVP80320x0240Goog()
365 decode(VIDEO_VP8, in testVP80640x0360Other()
371 decode(VIDEO_VP8, in testVP80640x0360Goog()
377 decode(VIDEO_VP8, in testVP81280x0720Other()
383 decode(VIDEO_VP8, in testVP81280x0720Goog()
389 decode(VIDEO_VP8, in testVP81920x1080Other()
395 decode(VIDEO_VP8, in testVP81920x1080Goog()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java71 private static final String VIDEO_VP8 = MediaFormat.MIMETYPE_VIDEO_VP8; field in VideoEncoderDecoderTest
261 doTestOther(VIDEO_VP8, 320, 180); in testVp80320x0180Other()
265 doTestGoog(VIDEO_VP8, 320, 180); in testVp80320x0180Goog()
269 doTestOther(VIDEO_VP8, 640, 360); in testVp80640x0360Other()
273 doTestGoog(VIDEO_VP8, 640, 360); in testVp80640x0360Goog()
278 doTestOther(VIDEO_VP8, 1280, 720); in testVp81280x0720Other()
283 doTestGoog(VIDEO_VP8, 1280, 720); in testVp81280x0720Goog()
288 doTestOther(VIDEO_VP8, 1920, 1080); in testVp81920x1080Other()
293 doTestGoog(VIDEO_VP8, 1920, 1080); in testVp81920x1080Goog()