Home
last modified time | relevance | path

Searched refs:kFakeKeyId (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/cdm_factory_daemon/
H A Dcontent_decryption_module_adapter_unittest.cc28 constexpr char kFakeKeyId[] = "fake_key_id"; variable
487 media::EncryptionScheme::kCbcs, kFakeKeyId, kFakeIv, in TEST_F()
515 kFakeKeyId, kFakeIv, {}, media::EncryptionPattern(6, 9))); in TEST_F()
533 kFakeKeyId, kFakeIv, {}, media::EncryptionPattern(6, 9))); in TEST_F()
551 kFakeKeyId, kFakeIv, {}, media::EncryptionPattern(6, 9))); in TEST_F()
564 kFakeKeyId, kFakeIv, {media::SubsampleEntry(1, 1)})); in TEST_F()
593 kFakeKeyId, kFakeIv, in TEST_F()
608 media::EncryptionScheme::kCenc, kFakeKeyId, kFakeIv, in TEST_F()
635 kFakeKeyId, kFakeIv, {media::SubsampleEntry(3, 5)})); in TEST_F()
644 media::EncryptionScheme::kCbcs, kFakeKeyId, kFakeIv, in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Ddecrypting_media_resource_unittest.cc37 static constexpr uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
57 std::string(reinterpret_cast<const char*>(kFakeKeyId), in DecryptingMediaResourceTest()
58 base::size(kFakeKeyId)), in DecryptingMediaResourceTest()
H A Ddecrypting_video_decoder_unittest.cc36 const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
45 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateFakeEncryptedBuffer()
46 base::size(kFakeKeyId)), in CreateFakeEncryptedBuffer()
H A Ddecrypting_audio_decoder_unittest.cc41 const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
50 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateFakeEncryptedBuffer()
51 base::size(kFakeKeyId)), in CreateFakeEncryptedBuffer()
H A Ddecrypting_demuxer_stream_unittest.cc42 static const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
56 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateFakeEncryptedStreamBuffer()
57 base::size(kFakeKeyId)), in CreateFakeEncryptedStreamBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Ddecrypting_media_resource_unittest.cc37 static constexpr char kFakeKeyId[] = "Key ID"; variable
56 DecryptConfig::CreateCencConfig(kFakeKeyId, kFakeIv, {})); in DecryptingMediaResourceTest()
H A Ddecrypting_video_decoder_unittest.cc36 const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
45 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateFakeEncryptedBuffer()
46 base::size(kFakeKeyId)), in CreateFakeEncryptedBuffer()
H A Ddecrypting_audio_decoder_unittest.cc41 const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
50 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateFakeEncryptedBuffer()
51 base::size(kFakeKeyId)), in CreateFakeEncryptedBuffer()
H A Ddecrypting_demuxer_stream_unittest.cc42 static const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; variable
56 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateFakeEncryptedStreamBuffer()
57 base::size(kFakeKeyId)), in CreateFakeEncryptedStreamBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/test/
H A Dmojo_video_decoder_integration_test.cc312 const uint8_t kFakeKeyId[] = {0x4b, 0x65, 0x79, 0x20, 0x49, 0x44}; in CreateEncryptedKeyframe() local
315 std::string(reinterpret_cast<const char*>(kFakeKeyId), in CreateEncryptedKeyframe()
316 base::size(kFakeKeyId)), in CreateEncryptedKeyframe()