Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c90 static int IsValidSimpleFormat(const WebPDemuxer* const dmux);
94 { { 'V', 'P', '8', ' ' }, ParseSingleImage, IsValidSimpleFormat },
95 { { 'V', 'P', '8', 'L' }, ParseSingleImage, IsValidSimpleFormat },
563 static int IsValidSimpleFormat(const WebPDemuxer* const dmux) { in IsValidSimpleFormat() function
686 assert(IsValidSimpleFormat(dmux)); in CreateRawImageDemuxer()

Completed in 5 milliseconds