Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c90 static int IsValidSimpleFormat(const WebPDemuxer* const dmux);
94 { { 'V', 'P', '8', ' ' }, ParseSingleImage, IsValidSimpleFormat },
95 { { 'V', 'P', '8', 'L' }, ParseSingleImage, IsValidSimpleFormat },
574 static int IsValidSimpleFormat(const WebPDemuxer* const dmux) { in IsValidSimpleFormat() function
697 assert(IsValidSimpleFormat(dmux)); in CreateRawImageDemuxer()