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

  /external/chromium_org/content/renderer/media/android/
media_source_delegate.cc 48 MediaSourceDelegate::MediaSourceDelegate(
73 MediaSourceDelegate::~MediaSourceDelegate() {
84 void MediaSourceDelegate::Stop(const base::Closure& stop_cb) {
106 &MediaSourceDelegate::StopDemuxer, base::Unretained(this), stop_cb));
109 bool MediaSourceDelegate::IsVideoEncrypted() {
115 base::Time MediaSourceDelegate::GetTimelineOffset() const {
123 void MediaSourceDelegate::StopDemuxer(const base::Closure& stop_cb) {
149 void MediaSourceDelegate::InitializeMediaSource
    [all...]
renderer_demuxer_android.h 19 class MediaSourceDelegate;
39 void AddDelegate(int demuxer_client_id, MediaSourceDelegate* delegate);
52 // media::DemuxerAndroidClient and MediaSourceDelegate actually implement
76 IDMap<MediaSourceDelegate> delegates_;
media_source_delegate.h 42 class MediaSourceDelegate : public media::DemuxerHost {
50 MediaSourceDelegate(
55 virtual ~MediaSourceDelegate();
57 // Initialize the MediaSourceDelegate. |media_source| will be owned by
229 base::WeakPtrFactory<MediaSourceDelegate> main_weak_factory_;
230 base::WeakPtrFactory<MediaSourceDelegate> media_weak_factory_;
231 base::WeakPtr<MediaSourceDelegate> main_weak_this_;
233 DISALLOW_COPY_AND_ASSIGN(MediaSourceDelegate);
renderer_demuxer_android.cc 31 MediaSourceDelegate* delegate) {
89 MediaSourceDelegate* delegate = delegates_.Lookup(demuxer_client_id);
98 MediaSourceDelegate* delegate = delegates_.Lookup(demuxer_client_id);
webmediaplayer_android.h 376 // MediaSourceDelegate notifying OnDurationChanged(). In this case, ignore
505 scoped_ptr<MediaSourceDelegate> media_source_delegate_;
webmediaplayer_android.cc 254 media_source_delegate_.reset(new MediaSourceDelegate(
    [all...]

Completed in 216 milliseconds