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

  /external/chromium_org/content/renderer/media/android/
media_source_delegate.cc 97 DCHECK(!video_decrypting_demuxer_stream_);
141 video_decrypting_demuxer_stream_.reset();
507 video_decrypting_demuxer_stream_.reset(new media::DecryptingDemuxerStream(
509 video_decrypting_demuxer_stream_->Initialize(
547 video_decrypting_demuxer_stream_.reset();
549 video_stream_ = video_decrypting_demuxer_stream_.get();
595 if (video_decrypting_demuxer_stream_)
596 video_decrypting_demuxer_stream_->Reset(send_seek_request_ack_cb_);
600 if (video_decrypting_demuxer_stream_) {
601 video_decrypting_demuxer_stream_->Reset
    [all...]
media_source_delegate.h 214 scoped_ptr<media::DecryptingDemuxerStream> video_decrypting_demuxer_stream_; member in class:content::MediaSourceDelegate

Completed in 29 milliseconds