Home
last modified time | relevance | path

Searched refs:WebPDecoder (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_webp.cpp62 WebPDecoder::WebPDecoder() in WebPDecoder() function in cv::WebPDecoder
67 WebPDecoder::~WebPDecoder() {} in ~WebPDecoder()
69 size_t WebPDecoder::signatureLength() const in signatureLength()
74 bool WebPDecoder::checkSignature(const String & signature) const in checkSignature()
91 ImageDecoder WebPDecoder::newDecoder() const in newDecoder()
93 return makePtr<WebPDecoder>(); in newDecoder()
96 bool WebPDecoder::readHeader() in readHeader()
161 bool WebPDecoder::readData(Mat &img) in readData()
Dgrfmt_webp.hpp55 class WebPDecoder : public BaseImageDecoder class
59 WebPDecoder();
60 ~WebPDecoder();
Dloadsave.cpp81 decoders.push_back( makePtr<WebPDecoder>() ); in ImageCodecInitializer()