Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddecode_vp8.h169 WEBP_EXTERN(int) VP8LCheckSignature(const uint8_t* const data, size_t size);
Dvp8l.c82 int VP8LCheckSignature(const uint8_t* const data, size_t size) { in VP8LCheckSignature() function
90 if (!VP8LCheckSignature(&signature, 1)) { in ReadImageInfo()
Dwebp.c254 *is_lossless = VP8LCheckSignature(data, *data_size); in ParseVP8Header()