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

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 72 #define RIFF_HEADER_SIZE 12 // Size of the RIFF header ("RIFFnnnnWEBP").
  /external/chromium_org/third_party/libwebp/dec/
webp.c 69 if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) {
86 *data += RIFF_HEADER_SIZE;
87 *data_size -= RIFF_HEADER_SIZE;
305 if (data == NULL || data_size < RIFF_HEADER_SIZE) {
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 40 uint8_t riff[RIFF_HEADER_SIZE] = {
vp8l.c 784 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = {
789 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
    [all...]
frame.c 27 #define HEADER_SIZE_ESTIMATE (RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + \
  /external/chromium_org/third_party/libwebp/demux/
demux.c 395 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE;
415 Skip(mem, RIFF_HEADER_SIZE);
    [all...]

Completed in 64 milliseconds