Lines Matching refs:kExternal

35 const char kExternal[] = "x-com.example.external";  variable
124 std::string GetKeySystemName() const override { return kExternal; } in GetKeySystemName()
214 kExternal, EmeMediaType::VIDEO, requested_robustness); in GetRobustnessConfigRule()
248 EXPECT_FALSE(IsSupportedKeySystem(kExternal)); in CanRunExternalKeySystemTests()
646 EXPECT_TRUE(IsSupportedKeySystem(kExternal)); in TEST_F()
648 kExternal)); in TEST_F()
650 EXPECT_FALSE(CanUseAesDecryptor(kExternal)); in TEST_F()
661 kExternal)); in TEST_F()
663 kExternal)); in TEST_F()
665 kExternal)); in TEST_F()
667 kExternal)); in TEST_F()
669 kExternal)); in TEST_F()
673 kVideoWebM, vp8_and_vorbis_codecs(), kExternal)); in TEST_F()
675 kVideoWebM, vp9_and_vorbis_codecs(), kExternal)); in TEST_F()
677 kExternal)); in TEST_F()
681 kVideoWebM, foovideo_codec(), kExternal)); in TEST_F()
683 kVideoWebM, unknown_codec(), kExternal)); in TEST_F()
685 kExternal)); in TEST_F()
689 kExternal)); in TEST_F()
691 kExternal)); in TEST_F()
695 kExternal)); in TEST_F()
697 kAudioWebM, vp8_and_vorbis_codecs(), kExternal)); in TEST_F()
699 kExternal)); in TEST_F()
701 kAudioWebM, vp9_and_vorbis_codecs(), kExternal)); in TEST_F()
705 kAudioWebM, fooaudio_codec(), kExternal)); in TEST_F()
716 IsSupportedKeySystemWithMediaMimeType(kVideoFoo, no_codecs(), kExternal)); in TEST_F()
718 kExternal)); in TEST_F()
722 kVideoFoo, foovideo_and_fooaudio_codecs(), kExternal)); in TEST_F()
724 kVideoFoo, fooaudio_codec(), kExternal)); in TEST_F()
728 kVideoFoo, foovideo_extended_codec(), kExternal)); in TEST_F()
732 kVideoFoo, foovideo_dot_codec(), kExternal)); in TEST_F()
736 IsSupportedKeySystemWithMediaMimeType(kVideoFoo, vp8_codec(), kExternal)); in TEST_F()
738 kExternal)); in TEST_F()
740 kExternal)); in TEST_F()
744 IsSupportedKeySystemWithAudioMimeType(kAudioFoo, no_codecs(), kExternal)); in TEST_F()
746 kExternal)); in TEST_F()
750 kAudioFoo, foovideo_codec(), kExternal)); in TEST_F()
752 kAudioFoo, foovideo_and_fooaudio_codecs(), kExternal)); in TEST_F()
756 kExternal)); in TEST_F()
764 ExpectEncryptionSchemeConfigRule(kExternal, EncryptionScheme::kUnencrypted, in TEST_F()
766 ExpectEncryptionSchemeConfigRule(kExternal, EncryptionScheme::kCenc, in TEST_F()
768 ExpectEncryptionSchemeConfigRule(kExternal, EncryptionScheme::kCbcs, in TEST_F()
788 EXPECT_TRUE(IsSupportedKeySystem(kExternal)); in TEST_F()
790 kExternal)); in TEST_F()
799 EXPECT_FALSE(IsSupportedKeySystem(kExternal)); in TEST_F()
828 GetVideoContentTypeConfigRule(kVideoWebM, vp8_codec(), kExternal)); in TEST_F()
831 GetVideoContentTypeConfigRule(kVideoFoo, foovideo_codec(), kExternal)); in TEST_F()
838 kExternal)); in TEST_F()