HomeSort by relevance Sort by last modified time
    Searched defs:VP8CheckSignature (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8.c 92 int VP8CheckSignature(const uint8_t* const data, size_t data_size) {
103 if (!VP8CheckSignature(data + 3, data_size - 3)) {
294 if (!VP8CheckSignature(buf, buf_size)) {
  /external/webp/src/dec/
vp8.c 92 int VP8CheckSignature(const uint8_t* const data, size_t data_size) {
103 if (!VP8CheckSignature(data + 3, data_size - 3)) {
294 if (!VP8CheckSignature(buf, buf_size)) {

Completed in 1625 milliseconds