Home
last modified time | relevance | path

Searched defs:webpFile (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoderTest.cpp82 void testRandomFrameDecode(const char* webpFile) in testRandomFrameDecode()
114 void testRandomDecodeAfterClearFrameBufferCache(const char* webpFile) in testRandomDecodeAfterClearFrameBufferCache()
139 void testDecodeAfterReallocatingData(const char* webpFile) in testDecodeAfterReallocatingData()
161 void testByteByByteDecode(const char* webpFile, size_t expectedFrameCount, int expectedRepetitionCo… in testByteByByteDecode()
194 void testInvalidImage(const char* webpFile, bool parseErrorExpected) in testInvalidImage()
216 void verifyFramesMatch(const char* webpFile, const ImageFrame* const a, ImageFrame* const b) in verifyFramesMatch()
248 void testAlphaBlending(const char* webpFile) in testAlphaBlending()