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

/external/chromium_org/content/browser/media/
H A Dencrypted_media_browsertest.cc33 MSE enumerator in enum:SrcType
38 // MSE is available on all desktop platforms and on Android 4.1 and later.
42 VLOG(0) << "MSE is only supported in Android 4.1 and later.";
51 // - bool: True to load media using MSE, otherwise use src.
78 if (CurrentSourceType() != MSE || !IsMSESupported()) {
79 VLOG(0) << "Skipping test - config change test requires MSE.";
99 if (src_type == MSE && !IsMSESupported()) {
100 VLOG(0) << "Skipping test - MSE not supported.";
108 if (src_type == MSE)
151 Combine(Values(kClearKeyKeySystem), Values(MSE)));
[all...]
/external/chromium_org/chrome/browser/media/
H A Dencrypted_media_browsertest.cc76 MSE enumerator in enum:SrcType
85 // MSE is available on all desktop platforms and on Android 4.1 and later.
89 VLOG(0) << "MSE is only supported in Android 4.1 and later.";
145 if (src_type == MSE && !IsMSESupported()) {
146 VLOG(0) << "Skipping test - MSE not supported.";
153 if (src_type == MSE)
351 // - bool: True to load media using MSE, otherwise use src.
453 Values(MSE),
459 Values(MSE),
477 Values(MSE),
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dplanarfunctions_unittest.cc474 // (tolerate MSE errors within a threshold).
480 LOG(LS_INFO) << "Image MSE: " << error << " Image PSNR: " << PSNR
598 // Note: MSE should be set to a larger threshold if an odd block width
645 // Note: MSE should be set to a larger threshold if an odd block width
689 // Note: MSE should be set to a larger threshold if an odd block width
735 // Note: MSE should be set to a larger threshold if an odd block width
744 #define TEST_YUVTOI420(SRC_NAME, MSE, BLOCK_SIZE) \
782 /* Note: MSE should be set to a larger threshold if an odd block width*/ \
785 I420_SIZE(kHeight, kWidth), MSE)); \
795 #define TEST_YUVTORGB(SRC_NAME, DST_NAME, JPG_TYPE, MSE, BLOCK_SIZ
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas4333 MSE: EMismatchedSetException absolute E;
4398 + ' expecting set ' + MSE.Expecting.ToString;
4404 + ' expecting set ' + MSE.Expecting.ToString;
5398 MSE: EMismatchedSetException absolute E;
5421 Result := 'mismatched character ' + GetCharErrorDisplay(MSE.Character)
5422 + ' expecting set ' + MSE.Expecting.ToString

Completed in 99 milliseconds