HomeSort by relevance Sort by last modified time
    Searched defs:PIPELINE_OK (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/
pipeline_status.h 14 // Status states for pipeline. All codes except PIPELINE_OK indicate errors.
18 PIPELINE_OK = 0,
  /external/chromium_org/media/filters/
decrypting_video_decoder_unittest.cc 98 InitializeAndExpectStatus(TestVideoConfig::NormalEncrypted(), PIPELINE_OK);
109 InitializeAndExpectStatus(TestVideoConfig::LargeEncrypted(), PIPELINE_OK);
video_renderer_impl_unittest.cc 105 InitializeRenderer(PIPELINE_OK, low_delay);
387 Preroll(0, PIPELINE_OK);
397 CallInitialize(base::Bind(&ExpectNotCalled), false, PIPELINE_OK);
405 renderer_->Flush(base::Bind(&ExpectNotCalled, PIPELINE_OK));
415 Preroll(0, PIPELINE_OK);
424 Preroll(0, PIPELINE_OK);
447 Preroll(0, PIPELINE_OK);
468 Preroll(60, PIPELINE_OK);
477 Preroll(59, PIPELINE_OK);
486 Preroll(61, PIPELINE_OK);
    [all...]

Completed in 59 milliseconds