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.cc98 event.RunAndWaitForStatus(PIPELINE_OK); in InitializeDemuxerWithTimelineOffset()
232 event.RunAndWaitForStatus(DEMUXER_ERROR_COULD_NOT_OPEN); in TEST_F()
250 event.RunAndWaitForStatus(DEMUXER_ERROR_NO_SUPPORTED_STREAMS); in TEST_F()
258 event.RunAndWaitForStatus(DEMUXER_ERROR_NO_SUPPORTED_STREAMS); in TEST_F()
456 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
476 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
523 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
567 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
656 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
700 event.RunAndWaitForStatus(PIPELINE_OK); in TEST_F()
[all …]
Daudio_renderer_impl_unittest.cc145 event.RunAndWaitForStatus(expected); in InitializeWithStatus()
162 event.RunAndWaitForStatus(PIPELINE_ERROR_ABORT); in InitializeAndDestroy()
175 event.RunAndWaitForStatus(PIPELINE_ERROR_ABORT); in InitializeAndDestroyDuringDecoderInit()
Dvideo_renderer_impl_unittest.cc92 event.RunAndWaitForStatus(expected); in InitializeRenderer()
185 error_event_.RunAndWaitForStatus(expected); in WaitForError()
/external/chromium_org/media/base/
Dtest_helpers.h53 void RunAndWaitForStatus(PipelineStatus expected);
Dtest_helpers.cc77 RunAndWaitForStatus(PIPELINE_OK); in RunAndWait()
80 void WaitableMessageLoopEvent::RunAndWaitForStatus(PipelineStatus expected) { in RunAndWaitForStatus() function in media::WaitableMessageLoopEvent