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

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 21 #define VP8_SIGNATURE 0x9d012a // Signature in VP8 data.
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 133 vp8_frm_hdr[3] = (VP8_SIGNATURE >> 16) & 0xff;
134 vp8_frm_hdr[4] = (VP8_SIGNATURE >> 8) & 0xff;
135 vp8_frm_hdr[5] = (VP8_SIGNATURE >> 0) & 0xff;

Completed in 194 milliseconds