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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 161 int WaitForDecodedFrame() const {
243 EXPECT_GT(WaitForDecodedFrame(), 0);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 164 UnitTest::WaitForDecodedFrame() const
283 frameLength = WaitForDecodedFrame();
327 int frameLength = WaitForDecodedFrame();
346 unsigned int frameLength = WaitForDecodedFrame();
500 WaitForDecodedFrame();
533 EXPECT_TRUE(WaitForDecodedFrame() == 0);
547 EXPECT_TRUE(WaitForDecodedFrame() == 0);
565 frameLength = WaitForDecodedFrame();
581 frameLength = WaitForDecodedFrame();
625 frameLength = WaitForDecodedFrame();
    [all...]

Completed in 103 milliseconds