Home
last modified time | relevance | path

Searched refs:NormalEncrypted (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/media/filters/
Ddecrypting_video_decoder_unittest.cc100 InitializeAndExpectStatus(TestVideoConfig::NormalEncrypted(), PIPELINE_OK); in Initialize()
257 InitializeAndExpectStatus(TestVideoConfig::NormalEncrypted(), in TEST_F()
267 InitializeAndExpectStatus(TestVideoConfig::NormalEncrypted(), in TEST_F()
287 InitializeAndExpectStatus(TestVideoConfig::NormalEncrypted(), in TEST_F()
410 decoder_->Initialize(TestVideoConfig::NormalEncrypted(), in TEST_F()
436 InitializeAndExpectStatus(TestVideoConfig::NormalEncrypted(), in TEST_F()
Dvideo_decoder_selector_unittest.cc85 TestVideoConfig::NormalEncrypted()); in UseEncryptedStream()
Ddecrypting_demuxer_stream_unittest.cc294 VideoDecoderConfig input_config = TestVideoConfig::NormalEncrypted(); in TEST_F()
/external/chromium_org/media/base/
Dtest_helpers.h74 static VideoDecoderConfig NormalEncrypted();
Dtest_helpers.cc131 VideoDecoderConfig TestVideoConfig::NormalEncrypted() { in NormalEncrypted() function in media::TestVideoConfig