Searched refs:IsValidSimpleFormat (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/demux/ |
D | demux.c | 90 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()
|