Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c90 static int IsValidSimpleFormat(const WebPDemuxer* const dmux);
94 { { 'V', 'P', '8', ' ' }, ParseSingleImage, IsValidSimpleFormat },
95 { { 'V', 'P', '8', 'L' }, ParseSingleImage, IsValidSimpleFormat },
561 static int IsValidSimpleFormat(const WebPDemuxer* const dmux) { in IsValidSimpleFormat() function
684 assert(IsValidSimpleFormat(dmux)); in CreateRawImageDemuxer()