OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framesDecoded
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
GIFImageDecoderTest.cpp
222
size_t
framesDecoded
= 0;
233
if (frame && frame->status() == ImageFrame::FrameComplete &&
framesDecoded
< frameCount)
234
++
framesDecoded
;
238
EXPECT_EQ(5u,
framesDecoded
);
WEBPImageDecoderTest.cpp
347
size_t
framesDecoded
= 0;
358
if (frame && frame->status() == ImageFrame::FrameComplete &&
framesDecoded
< frameCount)
359
++
framesDecoded
;
363
EXPECT_EQ(testImages[i].frameCount,
framesDecoded
);
Completed in 54 milliseconds