Searched defs:OnDemuxerError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc464 void MediaSourceDelegate::OnDemuxerError(media::PipelineStatus status) { function in class:content::MediaSourceDelegate
490 OnDemuxerError(status);
586 OnDemuxerError(status);
/external/chromium_org/media/base/
H A Dpipeline.cc252 void Pipeline::OnDemuxerError(PipelineStatus error) { function in class:media::Pipeline
H A Dpipeline_unittest.cc130 void OnDemuxerError() { function in class:media::PipelineTest
131 // Cast because OnDemuxerError is private in Pipeline.
133 ->OnDemuxerError(PIPELINE_ERROR_ABORT);
400 .WillOnce(InvokeWithoutArgs(this, &PipelineTest::OnDemuxerError));
534 ->OnDemuxerError(PIPELINE_ERROR_ABORT);

Completed in 125 milliseconds