Searched refs:OnDemuxerError (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/media/base/
H A Dmock_demuxer_host.h22 MOCK_METHOD1(OnDemuxerError, void(PipelineStatus error));
H A Ddemuxer.h33 virtual void OnDemuxerError(PipelineStatus error) = 0;
H A Dpipeline.h209 virtual void OnDemuxerError(PipelineStatus error) OVERRIDE;
H A Ddemuxer_perftest.cc31 virtual void OnDemuxerError(media::PipelineStatus error) OVERRIDE {}
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);
H A Dpipeline.cc252 void Pipeline::OnDemuxerError(PipelineStatus error) { function in class:media::Pipeline
/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);
H A Dmedia_source_delegate.h110 virtual void OnDemuxerError(media::PipelineStatus status) OVERRIDE;
/external/chromium_org/media/filters/
H A Dchunk_demuxer_unittest.cc1523 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1623 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1649 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1676 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1729 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1740 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_NETWORK));
3582 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
H A Dffmpeg_demuxer.cc1254 host_->OnDemuxerError(PIPELINE_ERROR_READ);
H A Dchunk_demuxer.cc1591 host_->OnDemuxerError(error);

Completed in 134 milliseconds