Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c91 static int IsValidExtendedFormat(const WebPDemuxer* const dmux);
96 { { 'V', 'P', '8', 'X' }, ParseVP8X, IsValidExtendedFormat },
591 static int IsValidExtendedFormat(const WebPDemuxer* const dmux) { in IsValidExtendedFormat() function