HomeSort by relevance Sort by last modified time
    Searched refs:DestroyVideoDecoder (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideodecoderfactory.h 43 // by calling DestroyVideoDecoder().
48 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) = 0;
fakewebrtcvideoengine.h 128 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) {
    [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory.cc 37 void RTCVideoDecoderFactory::DestroyVideoDecoder(
39 DVLOG(2) << "DestroyVideoDecoder";
rtc_video_decoder_factory.h 40 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) OVERRIDE;
rtc_video_decoder_factory_tv.h 40 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) OVERRIDE;
rtc_video_decoder_factory_tv_unittest.cc 49 factory_->DestroyVideoDecoder(decoder_);
191 factory_->DestroyVideoDecoder(decoder_);
rtc_video_decoder_factory_tv.cc 169 void RTCVideoDecoderFactoryTv::DestroyVideoDecoder(

Completed in 105 milliseconds