Searched refs:IsValidSimpleFormat (Results 1 – 2 of 2) 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 685 assert(IsValidSimpleFormat(dmux)); in CreateRawImageDemuxer()
|
/external/opencv3/3rdparty/libwebp/demux/ |
D | demux.c | 92 static int IsValidSimpleFormat(const WebPDemuxer* const dmux); 96 { { 'V', 'P', '8', ' ' }, ParseSingleImage, IsValidSimpleFormat }, 97 { { 'V', 'P', '8', 'L' }, ParseSingleImage, IsValidSimpleFormat }, 589 static int IsValidSimpleFormat(const WebPDemuxer* const dmux) { in IsValidSimpleFormat() function
|