Searched refs:videoTest (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/site_tests/video_YouTubeMseEme/files/
H A Dvideo_YouTubeMseEme.js439 var videoTest = createWidevineTest('video/webm'); variable
444 result &= videoTest(null, 'com.widevine.alpha', 'maybe');
445 result &= videoTest(null, 'com.widevine', 'maybe');
446 result &= videoTest('vp8', 'com.widevine.alpha', 'probably');
447 result &= videoTest('vp8', 'com.widevine', 'probably');
448 result &= videoTest('vp8.0', 'com.widevine.alpha', 'probably');
449 result &= videoTest('vp8.0', 'com.widevine', 'probably');
450 result &= videoTest('vorbis', 'com.widevine.alpha', 'probably');
451 result &= videoTest('vorbis', 'com.widevine', 'probably');
452 result &= videoTest('vp
[all...]

Completed in 100 milliseconds