HomeSort by relevance Sort by last modified time
    Searched refs:ResetDecoder (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 204 void (*ResetDecoder)(PP_Instance instance,
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 196 void ResetDecoder(
  /external/chromium_org/media/base/
decryptor.h 147 virtual void ResetDecoder(StreamType stream_type) = 0;
mock_filters.h 198 MOCK_METHOD1(ResetDecoder, void(StreamType stream_type));
  /external/chromium_org/media/filters/
video_frame_stream.h 131 void ResetDecoder();
video_frame_stream.cc 115 &VideoFrameStream::ResetDecoder, weak_factory_.GetWeakPtr()));
119 ResetDecoder();
397 void VideoFrameStream::ResetDecoder() {
audio_renderer_impl.h 180 void ResetDecoder();
audio_renderer_impl.cc 151 base::Bind(&AudioRendererImpl::ResetDecoder, weak_this_)));
155 ResetDecoder();
158 void AudioRendererImpl::ResetDecoder() {
decrypting_video_decoder_unittest.cc 185 EXPECT_CALL(*decryptor_, ResetDecoder(Decryptor::kVideo))
480 EXPECT_CALL(*decryptor_, ResetDecoder(Decryptor::kVideo));
audio_renderer_impl_unittest.cc 65 .WillRepeatedly(Invoke(this, &AudioRendererImplTest::ResetDecoder));
402 void ResetDecoder(const base::Closure& reset_cb) {
decrypting_video_decoder.cc 105 decryptor_->ResetDecoder(Decryptor::kVideo);
decrypting_audio_decoder.cc 125 decryptor_->ResetDecoder(Decryptor::kAudio);
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 51 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
content_decryptor_private.cc 149 void ResetDecoder(PP_Instance instance,
156 static_cast<ContentDecryptor_Private*>(object)->ResetDecoder(decoder_type,
186 &ResetDecoder,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 157 void ResetDecoder();
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 274 void PpapiDecryptor::ResetDecoder(StreamType stream_type) {
277 &PpapiDecryptor::ResetDecoder, weak_this_, stream_type));
282 plugin_cdm_delegate_->ResetDecoder(stream_type);
ppapi_decryptor.h 72 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
  /external/chromium_org/media/cdm/
aes_decryptor.h 65 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
aes_decryptor.cc 390 void AesDecryptor::ResetDecoder(StreamType stream_type) {
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 72 virtual void ResetDecoder(cdm::StreamType decoder_type) = 0;
193 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE {
194 cdm_->ResetDecoder(decoder_type);
clear_key_cdm.h 56 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
cdm_adapter.h 73 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.cc 301 void ResetDecoder(PP_Instance instance,
366 &ResetDecoder,
564 ppp_decryptor_impl_->ResetDecoder,
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 71 // ResetDecoder()
73 bool ResetDecoder(media::Decryptor::StreamType stream_type);
content_decryptor_delegate.cc 491 bool ContentDecryptorDelegate::ResetDecoder(
496 plugin_decryption_interface_->ResetDecoder(
    [all...]

Completed in 675 milliseconds

1 2