Lines Matching refs:kExternal

34 const char kExternal[] = "x-com.example.external";  variable
123 std::string GetKeySystemName() const override { return kExternal; } in GetKeySystemName()
213 kExternal, EmeMediaType::VIDEO, requested_robustness); in GetRobustnessConfigRule()
247 EXPECT_FALSE(IsSupportedKeySystem(kExternal)); in CanRunExternalKeySystemTests()
645 EXPECT_TRUE(IsSupportedKeySystem(kExternal)); in TEST_F()
647 kExternal)); in TEST_F()
649 EXPECT_FALSE(CanUseAesDecryptor(kExternal)); in TEST_F()
660 kExternal)); in TEST_F()
662 kExternal)); in TEST_F()
664 kExternal)); in TEST_F()
666 kExternal)); in TEST_F()
668 kExternal)); in TEST_F()
672 kVideoWebM, vp8_and_vorbis_codecs(), kExternal)); in TEST_F()
674 kVideoWebM, vp9_and_vorbis_codecs(), kExternal)); in TEST_F()
676 kExternal)); in TEST_F()
680 kVideoWebM, foovideo_codec(), kExternal)); in TEST_F()
682 kVideoWebM, unknown_codec(), kExternal)); in TEST_F()
684 kExternal)); in TEST_F()
688 kExternal)); in TEST_F()
690 kExternal)); in TEST_F()
694 kExternal)); in TEST_F()
696 kAudioWebM, vp8_and_vorbis_codecs(), kExternal)); in TEST_F()
698 kExternal)); in TEST_F()
700 kAudioWebM, vp9_and_vorbis_codecs(), kExternal)); in TEST_F()
704 kAudioWebM, fooaudio_codec(), kExternal)); in TEST_F()
715 IsSupportedKeySystemWithMediaMimeType(kVideoFoo, no_codecs(), kExternal)); in TEST_F()
717 kExternal)); in TEST_F()
721 kVideoFoo, foovideo_and_fooaudio_codecs(), kExternal)); in TEST_F()
723 kVideoFoo, fooaudio_codec(), kExternal)); in TEST_F()
727 kVideoFoo, foovideo_extended_codec(), kExternal)); in TEST_F()
731 kVideoFoo, foovideo_dot_codec(), kExternal)); in TEST_F()
735 IsSupportedKeySystemWithMediaMimeType(kVideoFoo, vp8_codec(), kExternal)); in TEST_F()
737 kExternal)); in TEST_F()
739 kExternal)); in TEST_F()
743 IsSupportedKeySystemWithAudioMimeType(kAudioFoo, no_codecs(), kExternal)); in TEST_F()
745 kExternal)); in TEST_F()
749 kAudioFoo, foovideo_codec(), kExternal)); in TEST_F()
751 kAudioFoo, foovideo_and_fooaudio_codecs(), kExternal)); in TEST_F()
755 kExternal)); in TEST_F()
763 ExpectEncryptionSchemeConfigRule(kExternal, EncryptionScheme::kUnencrypted, in TEST_F()
765 ExpectEncryptionSchemeConfigRule(kExternal, EncryptionScheme::kCenc, in TEST_F()
767 ExpectEncryptionSchemeConfigRule(kExternal, EncryptionScheme::kCbcs, in TEST_F()
787 EXPECT_TRUE(IsSupportedKeySystem(kExternal)); in TEST_F()
789 kExternal)); in TEST_F()
798 EXPECT_FALSE(IsSupportedKeySystem(kExternal)); in TEST_F()
827 GetVideoContentTypeConfigRule(kVideoWebM, vp8_codec(), kExternal)); in TEST_F()
830 GetVideoContentTypeConfigRule(kVideoFoo, foovideo_codec(), kExternal)); in TEST_F()
837 kExternal)); in TEST_F()