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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 221 size_t framesDecoded = 0;
232 if (frame && frame->status() == ImageFrame::FrameComplete && framesDecoded < frameCount)
233 ++framesDecoded;
237 EXPECT_EQ(5u, framesDecoded);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 167 size_t framesDecoded = 0;
178 if (frame && frame->status() == ImageFrame::FrameComplete && framesDecoded < frameCount)
179 ++framesDecoded;
187 EXPECT_EQ(expectedFrameCount, framesDecoded);

Completed in 57 milliseconds