Home
last modified time | relevance | path

Searched refs:RunAndWaitForStatus (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/media/filters/
Dffmpeg_demuxer_unittest.cc99 event.RunAndWaitForStatus(PIPELINE_OK); in InitializeDemuxerText()
208 event.RunAndWaitForStatus(DEMUXER_ERROR_COULD_NOT_OPEN); in TEST_F()
226 event.RunAndWaitForStatus(DEMUXER_ERROR_NO_SUPPORTED_STREAMS); in TEST_F()
234 event.RunAndWaitForStatus(DEMUXER_ERROR_NO_SUPPORTED_STREAMS); in TEST_F()
469 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
513 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
631 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
Dvideo_renderer_impl_unittest.cc118 event.RunAndWaitForStatus(expected); in InitializeRenderer()
151 event.RunAndWaitForStatus(expected); in Preroll()
250 error_event_.RunAndWaitForStatus(expected); in WaitForError()
555 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
577 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
Daudio_renderer_impl_unittest.cc148 event.RunAndWaitForStatus(expected); in InitializeWithStatus()
177 event.RunAndWaitForStatus(PIPELINE_OK); in Preroll()
687 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
/external/chromium_org/media/base/
Dtest_helpers.h52 void RunAndWaitForStatus(PipelineStatus expected);
Dtest_helpers.cc77 RunAndWaitForStatus(PIPELINE_OK); in RunAndWait()
80 void WaitableMessageLoopEvent::RunAndWaitForStatus(PipelineStatus expected) { in RunAndWaitForStatus() function in media::WaitableMessageLoopEvent