Home
last modified time | relevance | path

Searched refs:SetDecryptorReadyCB (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/media/filters/
Ddecoder_selector.h59 const SetDecryptorReadyCB& set_decryptor_ready_cb);
83 SetDecryptorReadyCB set_decryptor_ready_cb_;
Ddecrypting_video_decoder.h31 const SetDecryptorReadyCB& set_decryptor_ready_cb);
95 SetDecryptorReadyCB set_decryptor_ready_cb_;
Ddecrypting_audio_decoder.h42 const SetDecryptorReadyCB& set_decryptor_ready_cb);
110 SetDecryptorReadyCB set_decryptor_ready_cb_;
Ddecrypting_demuxer_stream.h33 const SetDecryptorReadyCB& set_decryptor_ready_cb);
117 SetDecryptorReadyCB set_decryptor_ready_cb_;
Dvideo_renderer_impl.h53 const SetDecryptorReadyCB& set_decryptor_ready_cb,
Ddecoder_stream.h55 const SetDecryptorReadyCB& set_decryptor_ready_cb);
Daudio_renderer_impl.h63 const SetDecryptorReadyCB& set_decryptor_ready_cb,
Ddecoder_selector.cc55 const SetDecryptorReadyCB& set_decryptor_ready_cb) in DecoderSelector()
Ddecrypting_video_decoder.cc24 const SetDecryptorReadyCB& set_decryptor_ready_cb) in DecryptingVideoDecoder()
Dvideo_decoder_selector_unittest.cc76 SetDecryptorReadyCB set_decryptor_ready_cb; in InitializeDecoderSelector()
Daudio_decoder_selector_unittest.cc80 SetDecryptorReadyCB set_decryptor_ready_cb; in InitializeDecoderSelector()
Ddecrypting_audio_decoder.cc39 const SetDecryptorReadyCB& set_decryptor_ready_cb) in DecryptingAudioDecoder()
Ddecrypting_demuxer_stream.cc33 const SetDecryptorReadyCB& set_decryptor_ready_cb) in DecryptingDemuxerStream()
Dvideo_renderer_impl.cc24 const SetDecryptorReadyCB& set_decryptor_ready_cb, in VideoRendererImpl()
Dvideo_renderer_impl_unittest.cc63 media::SetDecryptorReadyCB(), in VideoRendererImplTest()
Ddecoder_stream.cc45 const SetDecryptorReadyCB& set_decryptor_ready_cb) in DecoderStream()
Daudio_renderer_impl.cc47 const SetDecryptorReadyCB& set_decryptor_ready_cb, in AudioRendererImpl()
/external/chromium_org/content/renderer/media/android/
Dmedia_source_delegate.h66 const media::SetDecryptorReadyCB& set_decryptor_ready_cb,
197 media::SetDecryptorReadyCB set_decryptor_ready_cb_;
Dwebmediaplayer_android.h289 void SetDecryptorReadyCB(const media::DecryptorReadyCB& decryptor_ready_cb);
Dwebmediaplayer_android.cc208 media::SetDecryptorReadyCB set_decryptor_ready_cb = in load()
210 base::Bind(&WebMediaPlayerAndroid::SetDecryptorReadyCB, in load()
1533 void WebMediaPlayerAndroid::SetDecryptorReadyCB( in SetDecryptorReadyCB() function in content::WebMediaPlayerAndroid
Dmedia_source_delegate.cc151 const media::SetDecryptorReadyCB& set_decryptor_ready_cb, in InitializeMediaSource()
/external/chromium_org/media/base/
Ddecryptor.h174 typedef base::Callback<void(const DecryptorReadyCB&)> SetDecryptorReadyCB; typedef
/external/chromium_org/media/tools/player_x11/
Dplayer_x11.cc118 media::SetDecryptorReadyCB(), in InitPipeline()
138 media::SetDecryptorReadyCB(), in InitPipeline()
/external/chromium_org/content/renderer/media/
Dwebmediaplayer_impl.h238 void SetDecryptorReadyCB(const media::DecryptorReadyCB& decryptor_ready_cb);
Dwebmediaplayer_impl.cc1150 media::SetDecryptorReadyCB set_decryptor_ready_cb = in StartPipeline()
1151 BIND_TO_RENDER_LOOP(&WebMediaPlayerImpl::SetDecryptorReadyCB); in StartPipeline()
1292 void WebMediaPlayerImpl::SetDecryptorReadyCB( in SetDecryptorReadyCB() function in content::WebMediaPlayerImpl

12