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

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 84 int VP8LCheckSignature(const uint8_t* const data, size_t size) {
105 } else if (!VP8LCheckSignature(data, data_size)) {
    [all...]
  /external/webp/src/dec/
vp8l.c 84 int VP8LCheckSignature(const uint8_t* const data, size_t size) {
92 if (!VP8LCheckSignature(&signature, 1)) {
    [all...]

Completed in 49 milliseconds