Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c91 static int IsValidExtendedFormat(const WebPDemuxer* const dmux);
96 { { 'V', 'P', '8', 'X' }, ParseVP8X, IsValidExtendedFormat },
604 static int IsValidExtendedFormat(const WebPDemuxer* const dmux) { in IsValidExtendedFormat() function